Uses of Interface
net.opengis.gml.CoordinateSystemDocument
-
Packages that use CoordinateSystemDocument Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of CoordinateSystemDocument in net.opengis.gml
Subinterfaces of CoordinateSystemDocument in net.opengis.gml Modifier and Type Interface Description interfaceCartesianCSDocumentA document containing one CartesianCS(@http://www.opengis.net/gml) element.interfaceCylindricalCSDocumentA document containing one CylindricalCS(@http://www.opengis.net/gml) element.interfaceEllipsoidalCSDocumentA document containing one EllipsoidalCS(@http://www.opengis.net/gml) element.interfaceLinearCSDocumentA document containing one LinearCS(@http://www.opengis.net/gml) element.interfaceObliqueCartesianCSDocumentA document containing one ObliqueCartesianCS(@http://www.opengis.net/gml) element.interfacePolarCSDocumentA document containing one PolarCS(@http://www.opengis.net/gml) element.interfaceSphericalCSDocumentA document containing one SphericalCS(@http://www.opengis.net/gml) element.interfaceTemporalCSDocumentA document containing one TemporalCS(@http://www.opengis.net/gml) element.interfaceUserDefinedCSDocumentA document containing one UserDefinedCS(@http://www.opengis.net/gml) element.interfaceVerticalCSDocumentA document containing one VerticalCS(@http://www.opengis.net/gml) element.Methods in net.opengis.gml that return CoordinateSystemDocument Modifier and Type Method Description static CoordinateSystemDocumentCoordinateSystemDocument.Factory. newInstance()static CoordinateSystemDocumentCoordinateSystemDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(File file)static CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(InputStream is)static CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(Reader r)static CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(String xmlAsString)static CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(URL u)static CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(XMLStreamReader sr)static CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(Node node)static CoordinateSystemDocumentCoordinateSystemDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of CoordinateSystemDocument in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CoordinateSystemDocument Modifier and Type Class Description classCartesianCSDocumentImplA document containing one CartesianCS(@http://www.opengis.net/gml) element.classCoordinateSystemDocumentImplA document containing one _CoordinateSystem(@http://www.opengis.net/gml) element.classCylindricalCSDocumentImplA document containing one CylindricalCS(@http://www.opengis.net/gml) element.classEllipsoidalCSDocumentImplA document containing one EllipsoidalCS(@http://www.opengis.net/gml) element.classLinearCSDocumentImplA document containing one LinearCS(@http://www.opengis.net/gml) element.classObliqueCartesianCSDocumentImplA document containing one ObliqueCartesianCS(@http://www.opengis.net/gml) element.classPolarCSDocumentImplA document containing one PolarCS(@http://www.opengis.net/gml) element.classSphericalCSDocumentImplA document containing one SphericalCS(@http://www.opengis.net/gml) element.classTemporalCSDocumentImplA document containing one TemporalCS(@http://www.opengis.net/gml) element.classUserDefinedCSDocumentImplA document containing one UserDefinedCS(@http://www.opengis.net/gml) element.classVerticalCSDocumentImplA document containing one VerticalCS(@http://www.opengis.net/gml) element.
-