Uses of Interface
net.opengis.gml.x33.lr.LinearSRSDocument
-
Packages that use LinearSRSDocument Package Description net.opengis.gml.x33.lr net.opengis.gml.x33.lr.impl net.opengis.gml.x33.lrov net.opengis.gml.x33.lrov.impl -
-
Uses of LinearSRSDocument in net.opengis.gml.x33.lr
Methods in net.opengis.gml.x33.lr that return LinearSRSDocument Modifier and Type Method Description static LinearSRSDocumentLinearSRSDocument.Factory. newInstance()static LinearSRSDocumentLinearSRSDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static LinearSRSDocumentLinearSRSDocument.Factory. parse(File file)static LinearSRSDocumentLinearSRSDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static LinearSRSDocumentLinearSRSDocument.Factory. parse(InputStream is)static LinearSRSDocumentLinearSRSDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static LinearSRSDocumentLinearSRSDocument.Factory. parse(Reader r)static LinearSRSDocumentLinearSRSDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static LinearSRSDocumentLinearSRSDocument.Factory. parse(String xmlAsString)static LinearSRSDocumentLinearSRSDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static LinearSRSDocumentLinearSRSDocument.Factory. parse(URL u)static LinearSRSDocumentLinearSRSDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static LinearSRSDocumentLinearSRSDocument.Factory. parse(XMLStreamReader sr)static LinearSRSDocumentLinearSRSDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static LinearSRSDocumentLinearSRSDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic LinearSRSDocumentLinearSRSDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic LinearSRSDocumentLinearSRSDocument.Factory. parse(Node node)static LinearSRSDocumentLinearSRSDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of LinearSRSDocument in net.opengis.gml.x33.lr.impl
Classes in net.opengis.gml.x33.lr.impl that implement LinearSRSDocument Modifier and Type Class Description classLinearSRSDocumentImplA document containing one LinearSRS(@http://www.opengis.net/gml/3.3/lr) element. -
Uses of LinearSRSDocument in net.opengis.gml.x33.lrov
Subinterfaces of LinearSRSDocument in net.opengis.gml.x33.lrov Modifier and Type Interface Description interfaceVectorOffsetLinearSRSDocumentA document containing one VectorOffsetLinearSRS(@http://www.opengis.net/gml/3.3/lrov) element. -
Uses of LinearSRSDocument in net.opengis.gml.x33.lrov.impl
Classes in net.opengis.gml.x33.lrov.impl that implement LinearSRSDocument Modifier and Type Class Description classVectorOffsetLinearSRSDocumentImplA document containing one VectorOffsetLinearSRS(@http://www.opengis.net/gml/3.3/lrov) element.
-