Uses of Interface
net.opengis.gml.x32.VerticalDatumPropertyType
-
Packages that use VerticalDatumPropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of VerticalDatumPropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return VerticalDatumPropertyType Modifier and Type Method Description VerticalDatumPropertyTypeUsesVerticalDatumDocument. addNewUsesVerticalDatum()Appends and returns a new empty "usesVerticalDatum" elementVerticalDatumPropertyTypeVerticalCRSType. addNewVerticalDatum()Appends and returns a new empty "verticalDatum" elementVerticalDatumPropertyTypeVerticalDatumDocument. addNewVerticalDatum()Appends and returns a new empty "verticalDatum" elementVerticalDatumPropertyTypeVerticalDatumRefDocument. addNewVerticalDatumRef()Appends and returns a new empty "verticalDatumRef" elementVerticalDatumPropertyTypeUsesVerticalDatumDocument. getUsesVerticalDatum()Gets the "usesVerticalDatum" elementVerticalDatumPropertyTypeVerticalCRSType. getVerticalDatum()Gets the "verticalDatum" elementVerticalDatumPropertyTypeVerticalDatumDocument. getVerticalDatum()Gets the "verticalDatum" elementVerticalDatumPropertyTypeVerticalDatumRefDocument. getVerticalDatumRef()Gets the "verticalDatumRef" elementstatic VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. newInstance()static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(File file)static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(InputStream is)static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(Reader r)static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(String xmlAsString)static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(URL u)static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(XMLStreamReader sr)static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(Node node)static VerticalDatumPropertyTypeVerticalDatumPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type VerticalDatumPropertyType Modifier and Type Method Description voidUsesVerticalDatumDocument. setUsesVerticalDatum(VerticalDatumPropertyType usesVerticalDatum)Sets the "usesVerticalDatum" elementvoidVerticalCRSType. setVerticalDatum(VerticalDatumPropertyType verticalDatum)Sets the "verticalDatum" elementvoidVerticalDatumDocument. setVerticalDatum(VerticalDatumPropertyType verticalDatum)Sets the "verticalDatum" elementvoidVerticalDatumRefDocument. setVerticalDatumRef(VerticalDatumPropertyType verticalDatumRef)Sets the "verticalDatumRef" element -
Uses of VerticalDatumPropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement VerticalDatumPropertyType Modifier and Type Class Description classVerticalDatumPropertyTypeImplAn XML VerticalDatumPropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return VerticalDatumPropertyType Modifier and Type Method Description VerticalDatumPropertyTypeUsesVerticalDatumDocumentImpl. addNewUsesVerticalDatum()Appends and returns a new empty "usesVerticalDatum" elementVerticalDatumPropertyTypeVerticalCRSTypeImpl. addNewVerticalDatum()Appends and returns a new empty "verticalDatum" elementVerticalDatumPropertyTypeVerticalDatumDocumentImpl. addNewVerticalDatum()Appends and returns a new empty "verticalDatum" elementVerticalDatumPropertyTypeVerticalDatumRefDocumentImpl. addNewVerticalDatumRef()Appends and returns a new empty "verticalDatumRef" elementVerticalDatumPropertyTypeUsesVerticalDatumDocumentImpl. getUsesVerticalDatum()Gets the "usesVerticalDatum" elementVerticalDatumPropertyTypeVerticalCRSTypeImpl. getVerticalDatum()Gets the "verticalDatum" elementVerticalDatumPropertyTypeVerticalDatumDocumentImpl. getVerticalDatum()Gets the "verticalDatum" elementVerticalDatumPropertyTypeVerticalDatumRefDocumentImpl. getVerticalDatumRef()Gets the "verticalDatumRef" elementMethods in net.opengis.gml.x32.impl with parameters of type VerticalDatumPropertyType Modifier and Type Method Description voidUsesVerticalDatumDocumentImpl. setUsesVerticalDatum(VerticalDatumPropertyType usesVerticalDatum)Sets the "usesVerticalDatum" elementvoidVerticalCRSTypeImpl. setVerticalDatum(VerticalDatumPropertyType verticalDatum)Sets the "verticalDatum" elementvoidVerticalDatumDocumentImpl. setVerticalDatum(VerticalDatumPropertyType verticalDatum)Sets the "verticalDatum" elementvoidVerticalDatumRefDocumentImpl. setVerticalDatumRef(VerticalDatumPropertyType verticalDatumRef)Sets the "verticalDatumRef" element
-