Uses of Interface
net.opengis.gml.AbstractCoordinateSystemType
-
Packages that use AbstractCoordinateSystemType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of AbstractCoordinateSystemType in net.opengis.gml
Subinterfaces of AbstractCoordinateSystemType in net.opengis.gml Modifier and Type Interface Description 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 AbstractCoordinateSystemType Modifier and Type Method Description AbstractCoordinateSystemTypeCoordinateSystemDocument. addNewCoordinateSystem()Appends and returns a new empty "_CoordinateSystem" elementAbstractCoordinateSystemTypeCoordinateSystemRefType. addNewCoordinateSystem()Appends and returns a new empty "_CoordinateSystem" elementAbstractCoordinateSystemTypeCoordinateSystemDocument. getCoordinateSystem()Gets the "_CoordinateSystem" elementAbstractCoordinateSystemTypeCoordinateSystemRefType. getCoordinateSystem()Gets the "_CoordinateSystem" elementstatic AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. newInstance()Deprecated.No need to be able to create instances of abstract typesstatic AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)Deprecated.No need to be able to create instances of abstract typesstatic AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(File file)static AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(InputStream is)static AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(Reader r)static AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(String xmlAsString)static AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(URL u)static AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(XMLStreamReader sr)static AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(Node node)static AbstractCoordinateSystemTypeAbstractCoordinateSystemType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type AbstractCoordinateSystemType Modifier and Type Method Description voidCoordinateSystemDocument. setCoordinateSystem(AbstractCoordinateSystemType coordinateSystem)Sets the "_CoordinateSystem" elementvoidCoordinateSystemRefType. setCoordinateSystem(AbstractCoordinateSystemType coordinateSystem)Sets the "_CoordinateSystem" element -
Uses of AbstractCoordinateSystemType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement AbstractCoordinateSystemType Modifier and Type Class Description 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).Methods in net.opengis.gml.impl that return AbstractCoordinateSystemType Modifier and Type Method Description AbstractCoordinateSystemTypeCoordinateSystemDocumentImpl. addNewCoordinateSystem()Appends and returns a new empty "_CoordinateSystem" elementAbstractCoordinateSystemTypeCoordinateSystemRefTypeImpl. addNewCoordinateSystem()Appends and returns a new empty "_CoordinateSystem" elementAbstractCoordinateSystemTypeCoordinateSystemDocumentImpl. getCoordinateSystem()Gets the "_CoordinateSystem" elementAbstractCoordinateSystemTypeCoordinateSystemRefTypeImpl. getCoordinateSystem()Gets the "_CoordinateSystem" elementMethods in net.opengis.gml.impl with parameters of type AbstractCoordinateSystemType Modifier and Type Method Description voidCoordinateSystemDocumentImpl. setCoordinateSystem(AbstractCoordinateSystemType coordinateSystem)Sets the "_CoordinateSystem" elementvoidCoordinateSystemRefTypeImpl. setCoordinateSystem(AbstractCoordinateSystemType coordinateSystem)Sets the "_CoordinateSystem" element
-