Uses of Interface
net.opengis.gml.GeodeticDatumType
-
Packages that use GeodeticDatumType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of GeodeticDatumType in net.opengis.gml
Methods in net.opengis.gml that return GeodeticDatumType Modifier and Type Method Description GeodeticDatumTypeGeodeticDatumDocument. addNewGeodeticDatum()Appends and returns a new empty "GeodeticDatum" elementGeodeticDatumTypeGeodeticDatumRefType. addNewGeodeticDatum()Appends and returns a new empty "GeodeticDatum" elementGeodeticDatumTypeGeodeticDatumDocument. getGeodeticDatum()Gets the "GeodeticDatum" elementGeodeticDatumTypeGeodeticDatumRefType. 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 with parameters of type GeodeticDatumType Modifier and Type Method Description voidGeodeticDatumDocument. setGeodeticDatum(GeodeticDatumType geodeticDatum)Sets the "GeodeticDatum" elementvoidGeodeticDatumRefType. setGeodeticDatum(GeodeticDatumType geodeticDatum)Sets the "GeodeticDatum" element -
Uses of GeodeticDatumType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement GeodeticDatumType Modifier and Type Class Description classGeodeticDatumTypeImplAn XML GeodeticDatumType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return GeodeticDatumType Modifier and Type Method Description GeodeticDatumTypeGeodeticDatumDocumentImpl. addNewGeodeticDatum()Appends and returns a new empty "GeodeticDatum" elementGeodeticDatumTypeGeodeticDatumRefTypeImpl. addNewGeodeticDatum()Appends and returns a new empty "GeodeticDatum" elementGeodeticDatumTypeGeodeticDatumDocumentImpl. getGeodeticDatum()Gets the "GeodeticDatum" elementGeodeticDatumTypeGeodeticDatumRefTypeImpl. getGeodeticDatum()Gets the "GeodeticDatum" elementMethods in net.opengis.gml.impl with parameters of type GeodeticDatumType Modifier and Type Method Description voidGeodeticDatumDocumentImpl. setGeodeticDatum(GeodeticDatumType geodeticDatum)Sets the "GeodeticDatum" elementvoidGeodeticDatumRefTypeImpl. setGeodeticDatum(GeodeticDatumType geodeticDatum)Sets the "GeodeticDatum" element
-