Uses of Interface
net.opengis.gml.VerticalDatumType
-
Packages that use VerticalDatumType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of VerticalDatumType in net.opengis.gml
Methods in net.opengis.gml that return VerticalDatumType Modifier and Type Method Description VerticalDatumTypeVerticalDatumDocument. addNewVerticalDatum()Appends and returns a new empty "VerticalDatum" elementVerticalDatumTypeVerticalDatumRefType. addNewVerticalDatum()Appends and returns a new empty "VerticalDatum" elementVerticalDatumTypeVerticalDatumDocument. getVerticalDatum()Gets the "VerticalDatum" elementVerticalDatumTypeVerticalDatumRefType. getVerticalDatum()Gets the "VerticalDatum" elementstatic VerticalDatumTypeVerticalDatumType.Factory. newInstance()static VerticalDatumTypeVerticalDatumType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static VerticalDatumTypeVerticalDatumType.Factory. parse(File file)static VerticalDatumTypeVerticalDatumType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static VerticalDatumTypeVerticalDatumType.Factory. parse(InputStream is)static VerticalDatumTypeVerticalDatumType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static VerticalDatumTypeVerticalDatumType.Factory. parse(Reader r)static VerticalDatumTypeVerticalDatumType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static VerticalDatumTypeVerticalDatumType.Factory. parse(String xmlAsString)static VerticalDatumTypeVerticalDatumType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static VerticalDatumTypeVerticalDatumType.Factory. parse(URL u)static VerticalDatumTypeVerticalDatumType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static VerticalDatumTypeVerticalDatumType.Factory. parse(XMLStreamReader sr)static VerticalDatumTypeVerticalDatumType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static VerticalDatumTypeVerticalDatumType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic VerticalDatumTypeVerticalDatumType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic VerticalDatumTypeVerticalDatumType.Factory. parse(Node node)static VerticalDatumTypeVerticalDatumType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type VerticalDatumType Modifier and Type Method Description voidVerticalDatumDocument. setVerticalDatum(VerticalDatumType verticalDatum)Sets the "VerticalDatum" elementvoidVerticalDatumRefType. setVerticalDatum(VerticalDatumType verticalDatum)Sets the "VerticalDatum" element -
Uses of VerticalDatumType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement VerticalDatumType Modifier and Type Class Description classVerticalDatumTypeImplAn XML VerticalDatumType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return VerticalDatumType Modifier and Type Method Description VerticalDatumTypeVerticalDatumDocumentImpl. addNewVerticalDatum()Appends and returns a new empty "VerticalDatum" elementVerticalDatumTypeVerticalDatumRefTypeImpl. addNewVerticalDatum()Appends and returns a new empty "VerticalDatum" elementVerticalDatumTypeVerticalDatumDocumentImpl. getVerticalDatum()Gets the "VerticalDatum" elementVerticalDatumTypeVerticalDatumRefTypeImpl. getVerticalDatum()Gets the "VerticalDatum" elementMethods in net.opengis.gml.impl with parameters of type VerticalDatumType Modifier and Type Method Description voidVerticalDatumDocumentImpl. setVerticalDatum(VerticalDatumType verticalDatum)Sets the "VerticalDatum" elementvoidVerticalDatumRefTypeImpl. setVerticalDatum(VerticalDatumType verticalDatum)Sets the "VerticalDatum" element
-