Uses of Interface
net.opengis.gml.x32.GeocentricCRSType
-
Packages that use GeocentricCRSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of GeocentricCRSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return GeocentricCRSType Modifier and Type Method Description GeocentricCRSTypeGeocentricCRSDocument. addNewGeocentricCRS()Appends and returns a new empty "GeocentricCRS" elementGeocentricCRSTypeGeocentricCRSPropertyType. addNewGeocentricCRS()Appends and returns a new empty "GeocentricCRS" elementGeocentricCRSTypeGeocentricCRSDocument. getGeocentricCRS()Gets the "GeocentricCRS" elementGeocentricCRSTypeGeocentricCRSPropertyType. 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.x32 with parameters of type GeocentricCRSType Modifier and Type Method Description voidGeocentricCRSDocument. setGeocentricCRS(GeocentricCRSType geocentricCRS)Sets the "GeocentricCRS" elementvoidGeocentricCRSPropertyType. setGeocentricCRS(GeocentricCRSType geocentricCRS)Sets the "GeocentricCRS" element -
Uses of GeocentricCRSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement GeocentricCRSType Modifier and Type Class Description classGeocentricCRSTypeImplAn XML GeocentricCRSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return GeocentricCRSType Modifier and Type Method Description GeocentricCRSTypeGeocentricCRSDocumentImpl. addNewGeocentricCRS()Appends and returns a new empty "GeocentricCRS" elementGeocentricCRSTypeGeocentricCRSPropertyTypeImpl. addNewGeocentricCRS()Appends and returns a new empty "GeocentricCRS" elementGeocentricCRSTypeGeocentricCRSDocumentImpl. getGeocentricCRS()Gets the "GeocentricCRS" elementGeocentricCRSTypeGeocentricCRSPropertyTypeImpl. getGeocentricCRS()Gets the "GeocentricCRS" elementMethods in net.opengis.gml.x32.impl with parameters of type GeocentricCRSType Modifier and Type Method Description voidGeocentricCRSDocumentImpl. setGeocentricCRS(GeocentricCRSType geocentricCRS)Sets the "GeocentricCRS" elementvoidGeocentricCRSPropertyTypeImpl. setGeocentricCRS(GeocentricCRSType geocentricCRS)Sets the "GeocentricCRS" element
-