Uses of Interface
net.opengis.gml.x32.GeographicCRSType
-
Packages that use GeographicCRSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of GeographicCRSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return GeographicCRSType Modifier and Type Method Description GeographicCRSTypeGeographicCRSDocument. addNewGeographicCRS()Appends and returns a new empty "GeographicCRS" elementGeographicCRSTypeGeographicCRSPropertyType. addNewGeographicCRS()Appends and returns a new empty "GeographicCRS" elementGeographicCRSTypeGeographicCRSDocument. getGeographicCRS()Gets the "GeographicCRS" elementGeographicCRSTypeGeographicCRSPropertyType. getGeographicCRS()Gets the "GeographicCRS" elementstatic GeographicCRSTypeGeographicCRSType.Factory. newInstance()static GeographicCRSTypeGeographicCRSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GeographicCRSTypeGeographicCRSType.Factory. parse(File file)static GeographicCRSTypeGeographicCRSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GeographicCRSTypeGeographicCRSType.Factory. parse(InputStream is)static GeographicCRSTypeGeographicCRSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GeographicCRSTypeGeographicCRSType.Factory. parse(Reader r)static GeographicCRSTypeGeographicCRSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GeographicCRSTypeGeographicCRSType.Factory. parse(String xmlAsString)static GeographicCRSTypeGeographicCRSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GeographicCRSTypeGeographicCRSType.Factory. parse(URL u)static GeographicCRSTypeGeographicCRSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GeographicCRSTypeGeographicCRSType.Factory. parse(XMLStreamReader sr)static GeographicCRSTypeGeographicCRSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GeographicCRSTypeGeographicCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GeographicCRSTypeGeographicCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GeographicCRSTypeGeographicCRSType.Factory. parse(Node node)static GeographicCRSTypeGeographicCRSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type GeographicCRSType Modifier and Type Method Description voidGeographicCRSDocument. setGeographicCRS(GeographicCRSType geographicCRS)Sets the "GeographicCRS" elementvoidGeographicCRSPropertyType. setGeographicCRS(GeographicCRSType geographicCRS)Sets the "GeographicCRS" element -
Uses of GeographicCRSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement GeographicCRSType Modifier and Type Class Description classGeographicCRSTypeImplAn XML GeographicCRSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return GeographicCRSType Modifier and Type Method Description GeographicCRSTypeGeographicCRSDocumentImpl. addNewGeographicCRS()Appends and returns a new empty "GeographicCRS" elementGeographicCRSTypeGeographicCRSPropertyTypeImpl. addNewGeographicCRS()Appends and returns a new empty "GeographicCRS" elementGeographicCRSTypeGeographicCRSDocumentImpl. getGeographicCRS()Gets the "GeographicCRS" elementGeographicCRSTypeGeographicCRSPropertyTypeImpl. getGeographicCRS()Gets the "GeographicCRS" elementMethods in net.opengis.gml.x32.impl with parameters of type GeographicCRSType Modifier and Type Method Description voidGeographicCRSDocumentImpl. setGeographicCRS(GeographicCRSType geographicCRS)Sets the "GeographicCRS" elementvoidGeographicCRSPropertyTypeImpl. setGeographicCRS(GeographicCRSType geographicCRS)Sets the "GeographicCRS" element
-