Uses of Interface
net.opengis.gml.AbstractCoordinateSystemBaseType
-
Packages that use AbstractCoordinateSystemBaseType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractCoordinateSystemBaseType in net.opengis.gml
Subinterfaces of AbstractCoordinateSystemBaseType in net.opengis.gml Modifier and Type Interface Description interfaceAbstractCoordinateSystemTypeAn XML AbstractCoordinateSystemType(@http://www.opengis.net/gml).interfaceCartesianCSTypeAn XML CartesianCSType(@http://www.opengis.net/gml).interfaceCylindricalCSTypeAn XML CylindricalCSType(@http://www.opengis.net/gml).interfaceEllipsoidalCSTypeAn XML EllipsoidalCSType(@http://www.opengis.net/gml).interfaceLinearCSTypeAn XML LinearCSType(@http://www.opengis.net/gml).interfaceObliqueCartesianCSTypeAn XML ObliqueCartesianCSType(@http://www.opengis.net/gml).interfacePolarCSTypeAn XML PolarCSType(@http://www.opengis.net/gml).interfaceSphericalCSTypeAn XML SphericalCSType(@http://www.opengis.net/gml).interfaceTemporalCSTypeAn XML TemporalCSType(@http://www.opengis.net/gml).interfaceUserDefinedCSTypeAn XML UserDefinedCSType(@http://www.opengis.net/gml).interfaceVerticalCSTypeAn XML VerticalCSType(@http://www.opengis.net/gml).Methods in net.opengis.gml that return AbstractCoordinateSystemBaseType Modifier and Type Method Description static AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(File file)static AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(InputStream is)static AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(Reader r)static AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(String xmlAsString)static AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(URL u)static AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(XMLStreamReader sr)static AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(Node node)static AbstractCoordinateSystemBaseTypeAbstractCoordinateSystemBaseType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of AbstractCoordinateSystemBaseType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractCoordinateSystemBaseType Modifier and Type Class Description classAbstractCoordinateSystemBaseTypeImplAn XML AbstractCoordinateSystemBaseType(@http://www.opengis.net/gml).classAbstractCoordinateSystemTypeImplAn XML AbstractCoordinateSystemType(@http://www.opengis.net/gml).classCartesianCSTypeImplAn XML CartesianCSType(@http://www.opengis.net/gml).classCylindricalCSTypeImplAn XML CylindricalCSType(@http://www.opengis.net/gml).classEllipsoidalCSTypeImplAn XML EllipsoidalCSType(@http://www.opengis.net/gml).classLinearCSTypeImplAn XML LinearCSType(@http://www.opengis.net/gml).classObliqueCartesianCSTypeImplAn XML ObliqueCartesianCSType(@http://www.opengis.net/gml).classPolarCSTypeImplAn XML PolarCSType(@http://www.opengis.net/gml).classSphericalCSTypeImplAn XML SphericalCSType(@http://www.opengis.net/gml).classTemporalCSTypeImplAn XML TemporalCSType(@http://www.opengis.net/gml).classUserDefinedCSTypeImplAn XML UserDefinedCSType(@http://www.opengis.net/gml).classVerticalCSTypeImplAn XML VerticalCSType(@http://www.opengis.net/gml).
-