Uses of Interface
net.opengis.gml.x32.GeodeticDatumType
-
Packages that use GeodeticDatumType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of GeodeticDatumType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return GeodeticDatumType Modifier and Type Method Description GeodeticDatumTypeGeodeticDatumDocument2. addNewGeodeticDatum()Appends and returns a new empty "GeodeticDatum" elementGeodeticDatumTypeGeodeticDatumPropertyType. addNewGeodeticDatum()Appends and returns a new empty "GeodeticDatum" elementGeodeticDatumTypeGeodeticDatumDocument2. getGeodeticDatum()Gets the "GeodeticDatum" elementGeodeticDatumTypeGeodeticDatumPropertyType. getGeodeticDatum()Gets the "GeodeticDatum" elementstatic GeodeticDatumTypeGeodeticDatumType.Factory. newInstance()static GeodeticDatumTypeGeodeticDatumType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static GeodeticDatumTypeGeodeticDatumType.Factory. parse(File file)static GeodeticDatumTypeGeodeticDatumType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static GeodeticDatumTypeGeodeticDatumType.Factory. parse(InputStream is)static GeodeticDatumTypeGeodeticDatumType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static GeodeticDatumTypeGeodeticDatumType.Factory. parse(Reader r)static GeodeticDatumTypeGeodeticDatumType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static GeodeticDatumTypeGeodeticDatumType.Factory. parse(String xmlAsString)static GeodeticDatumTypeGeodeticDatumType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static GeodeticDatumTypeGeodeticDatumType.Factory. parse(URL u)static GeodeticDatumTypeGeodeticDatumType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static GeodeticDatumTypeGeodeticDatumType.Factory. parse(XMLStreamReader sr)static GeodeticDatumTypeGeodeticDatumType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static GeodeticDatumTypeGeodeticDatumType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic GeodeticDatumTypeGeodeticDatumType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic GeodeticDatumTypeGeodeticDatumType.Factory. parse(Node node)static GeodeticDatumTypeGeodeticDatumType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type GeodeticDatumType Modifier and Type Method Description voidGeodeticDatumDocument2. setGeodeticDatum(GeodeticDatumType geodeticDatum)Sets the "GeodeticDatum" elementvoidGeodeticDatumPropertyType. setGeodeticDatum(GeodeticDatumType geodeticDatum)Sets the "GeodeticDatum" element -
Uses of GeodeticDatumType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement GeodeticDatumType Modifier and Type Class Description classGeodeticDatumTypeImplAn XML GeodeticDatumType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return GeodeticDatumType Modifier and Type Method Description GeodeticDatumTypeGeodeticDatumDocument2Impl. addNewGeodeticDatum()Appends and returns a new empty "GeodeticDatum" elementGeodeticDatumTypeGeodeticDatumPropertyTypeImpl. addNewGeodeticDatum()Appends and returns a new empty "GeodeticDatum" elementGeodeticDatumTypeGeodeticDatumDocument2Impl. getGeodeticDatum()Gets the "GeodeticDatum" elementGeodeticDatumTypeGeodeticDatumPropertyTypeImpl. getGeodeticDatum()Gets the "GeodeticDatum" elementMethods in net.opengis.gml.x32.impl with parameters of type GeodeticDatumType Modifier and Type Method Description voidGeodeticDatumDocument2Impl. setGeodeticDatum(GeodeticDatumType geodeticDatum)Sets the "GeodeticDatum" elementvoidGeodeticDatumPropertyTypeImpl. setGeodeticDatum(GeodeticDatumType geodeticDatum)Sets the "GeodeticDatum" element
-