Uses of Interface
net.opengis.gml.GeocentricCRSType
-
Packages that use GeocentricCRSType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of GeocentricCRSType in net.opengis.gml
Methods in net.opengis.gml that return GeocentricCRSType Modifier and Type Method Description GeocentricCRSTypeGeocentricCRSDocument. addNewGeocentricCRS()Appends and returns a new empty "GeocentricCRS" elementGeocentricCRSTypeGeocentricCRSRefType. addNewGeocentricCRS()Appends and returns a new empty "GeocentricCRS" elementGeocentricCRSTypeGeocentricCRSDocument. getGeocentricCRS()Gets the "GeocentricCRS" elementGeocentricCRSTypeGeocentricCRSRefType. getGeocentricCRS()Gets the "GeocentricCRS" elementstatic GeocentricCRSTypeGeocentricCRSType.Factory. newInstance()static GeocentricCRSTypeGeocentricCRSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GeocentricCRSTypeGeocentricCRSType.Factory. parse(File file)static GeocentricCRSTypeGeocentricCRSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GeocentricCRSTypeGeocentricCRSType.Factory. parse(InputStream is)static GeocentricCRSTypeGeocentricCRSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GeocentricCRSTypeGeocentricCRSType.Factory. parse(Reader r)static GeocentricCRSTypeGeocentricCRSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GeocentricCRSTypeGeocentricCRSType.Factory. parse(String xmlAsString)static GeocentricCRSTypeGeocentricCRSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GeocentricCRSTypeGeocentricCRSType.Factory. parse(URL u)static GeocentricCRSTypeGeocentricCRSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GeocentricCRSTypeGeocentricCRSType.Factory. parse(XMLStreamReader sr)static GeocentricCRSTypeGeocentricCRSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GeocentricCRSTypeGeocentricCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GeocentricCRSTypeGeocentricCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GeocentricCRSTypeGeocentricCRSType.Factory. parse(Node node)static GeocentricCRSTypeGeocentricCRSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type GeocentricCRSType Modifier and Type Method Description voidGeocentricCRSDocument. setGeocentricCRS(GeocentricCRSType geocentricCRS)Sets the "GeocentricCRS" elementvoidGeocentricCRSRefType. setGeocentricCRS(GeocentricCRSType geocentricCRS)Sets the "GeocentricCRS" element -
Uses of GeocentricCRSType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement GeocentricCRSType Modifier and Type Class Description classGeocentricCRSTypeImplAn XML GeocentricCRSType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return GeocentricCRSType Modifier and Type Method Description GeocentricCRSTypeGeocentricCRSDocumentImpl. addNewGeocentricCRS()Appends and returns a new empty "GeocentricCRS" elementGeocentricCRSTypeGeocentricCRSRefTypeImpl. addNewGeocentricCRS()Appends and returns a new empty "GeocentricCRS" elementGeocentricCRSTypeGeocentricCRSDocumentImpl. getGeocentricCRS()Gets the "GeocentricCRS" elementGeocentricCRSTypeGeocentricCRSRefTypeImpl. getGeocentricCRS()Gets the "GeocentricCRS" elementMethods in net.opengis.gml.impl with parameters of type GeocentricCRSType Modifier and Type Method Description voidGeocentricCRSDocumentImpl. setGeocentricCRS(GeocentricCRSType geocentricCRS)Sets the "GeocentricCRS" elementvoidGeocentricCRSRefTypeImpl. setGeocentricCRS(GeocentricCRSType geocentricCRS)Sets the "GeocentricCRS" element
-