Uses of Interface
net.opengis.gml.x32.VerticalDatumType
-
Packages that use VerticalDatumType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of VerticalDatumType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return VerticalDatumType Modifier and Type Method Description VerticalDatumTypeVerticalDatumDocument2. addNewVerticalDatum()Appends and returns a new empty "VerticalDatum" elementVerticalDatumTypeVerticalDatumPropertyType. addNewVerticalDatum()Appends and returns a new empty "VerticalDatum" elementVerticalDatumTypeVerticalDatumDocument2. getVerticalDatum()Gets the "VerticalDatum" elementVerticalDatumTypeVerticalDatumPropertyType. 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.x32 with parameters of type VerticalDatumType Modifier and Type Method Description voidVerticalDatumDocument2. setVerticalDatum(VerticalDatumType verticalDatum)Sets the "VerticalDatum" elementvoidVerticalDatumPropertyType. setVerticalDatum(VerticalDatumType verticalDatum)Sets the "VerticalDatum" element -
Uses of VerticalDatumType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement VerticalDatumType Modifier and Type Class Description classVerticalDatumTypeImplAn XML VerticalDatumType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return VerticalDatumType Modifier and Type Method Description VerticalDatumTypeVerticalDatumDocument2Impl. addNewVerticalDatum()Appends and returns a new empty "VerticalDatum" elementVerticalDatumTypeVerticalDatumPropertyTypeImpl. addNewVerticalDatum()Appends and returns a new empty "VerticalDatum" elementVerticalDatumTypeVerticalDatumDocument2Impl. getVerticalDatum()Gets the "VerticalDatum" elementVerticalDatumTypeVerticalDatumPropertyTypeImpl. getVerticalDatum()Gets the "VerticalDatum" elementMethods in net.opengis.gml.x32.impl with parameters of type VerticalDatumType Modifier and Type Method Description voidVerticalDatumDocument2Impl. setVerticalDatum(VerticalDatumType verticalDatum)Sets the "VerticalDatum" elementvoidVerticalDatumPropertyTypeImpl. setVerticalDatum(VerticalDatumType verticalDatum)Sets the "VerticalDatum" element
-