Uses of Interface
net.opengis.gml.x32.GeodeticCRSType
-
Packages that use GeodeticCRSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of GeodeticCRSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return GeodeticCRSType Modifier and Type Method Description GeodeticCRSTypeGeodeticCRSDocument. addNewGeodeticCRS()Appends and returns a new empty "GeodeticCRS" elementGeodeticCRSTypeGeodeticCRSPropertyType. addNewGeodeticCRS()Appends and returns a new empty "GeodeticCRS" elementGeodeticCRSTypeGeodeticCRSDocument. getGeodeticCRS()Gets the "GeodeticCRS" elementGeodeticCRSTypeGeodeticCRSPropertyType. getGeodeticCRS()Gets the "GeodeticCRS" elementstatic GeodeticCRSTypeGeodeticCRSType.Factory. newInstance()static GeodeticCRSTypeGeodeticCRSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GeodeticCRSTypeGeodeticCRSType.Factory. parse(File file)static GeodeticCRSTypeGeodeticCRSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GeodeticCRSTypeGeodeticCRSType.Factory. parse(InputStream is)static GeodeticCRSTypeGeodeticCRSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GeodeticCRSTypeGeodeticCRSType.Factory. parse(Reader r)static GeodeticCRSTypeGeodeticCRSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GeodeticCRSTypeGeodeticCRSType.Factory. parse(String xmlAsString)static GeodeticCRSTypeGeodeticCRSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GeodeticCRSTypeGeodeticCRSType.Factory. parse(URL u)static GeodeticCRSTypeGeodeticCRSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GeodeticCRSTypeGeodeticCRSType.Factory. parse(XMLStreamReader sr)static GeodeticCRSTypeGeodeticCRSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GeodeticCRSTypeGeodeticCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GeodeticCRSTypeGeodeticCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GeodeticCRSTypeGeodeticCRSType.Factory. parse(Node node)static GeodeticCRSTypeGeodeticCRSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type GeodeticCRSType Modifier and Type Method Description voidGeodeticCRSDocument. setGeodeticCRS(GeodeticCRSType geodeticCRS)Sets the "GeodeticCRS" elementvoidGeodeticCRSPropertyType. setGeodeticCRS(GeodeticCRSType geodeticCRS)Sets the "GeodeticCRS" element -
Uses of GeodeticCRSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement GeodeticCRSType Modifier and Type Class Description classGeodeticCRSTypeImplAn XML GeodeticCRSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return GeodeticCRSType Modifier and Type Method Description GeodeticCRSTypeGeodeticCRSDocumentImpl. addNewGeodeticCRS()Appends and returns a new empty "GeodeticCRS" elementGeodeticCRSTypeGeodeticCRSPropertyTypeImpl. addNewGeodeticCRS()Appends and returns a new empty "GeodeticCRS" elementGeodeticCRSTypeGeodeticCRSDocumentImpl. getGeodeticCRS()Gets the "GeodeticCRS" elementGeodeticCRSTypeGeodeticCRSPropertyTypeImpl. getGeodeticCRS()Gets the "GeodeticCRS" elementMethods in net.opengis.gml.x32.impl with parameters of type GeodeticCRSType Modifier and Type Method Description voidGeodeticCRSDocumentImpl. setGeodeticCRS(GeodeticCRSType geodeticCRS)Sets the "GeodeticCRS" elementvoidGeodeticCRSPropertyTypeImpl. setGeodeticCRS(GeodeticCRSType geodeticCRS)Sets the "GeodeticCRS" element
-