Uses of Interface
net.opengis.gml.x32.VerticalCRSType
-
Packages that use VerticalCRSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of VerticalCRSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return VerticalCRSType Modifier and Type Method Description VerticalCRSTypeVerticalCRSDocument. addNewVerticalCRS()Appends and returns a new empty "VerticalCRS" elementVerticalCRSTypeVerticalCRSPropertyType. addNewVerticalCRS()Appends and returns a new empty "VerticalCRS" elementVerticalCRSTypeVerticalCRSDocument. getVerticalCRS()Gets the "VerticalCRS" elementVerticalCRSTypeVerticalCRSPropertyType. getVerticalCRS()Gets the "VerticalCRS" elementstatic VerticalCRSTypeVerticalCRSType.Factory. newInstance()static VerticalCRSTypeVerticalCRSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static VerticalCRSTypeVerticalCRSType.Factory. parse(File file)static VerticalCRSTypeVerticalCRSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static VerticalCRSTypeVerticalCRSType.Factory. parse(InputStream is)static VerticalCRSTypeVerticalCRSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static VerticalCRSTypeVerticalCRSType.Factory. parse(Reader r)static VerticalCRSTypeVerticalCRSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static VerticalCRSTypeVerticalCRSType.Factory. parse(String xmlAsString)static VerticalCRSTypeVerticalCRSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static VerticalCRSTypeVerticalCRSType.Factory. parse(URL u)static VerticalCRSTypeVerticalCRSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static VerticalCRSTypeVerticalCRSType.Factory. parse(XMLStreamReader sr)static VerticalCRSTypeVerticalCRSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static VerticalCRSTypeVerticalCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic VerticalCRSTypeVerticalCRSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic VerticalCRSTypeVerticalCRSType.Factory. parse(Node node)static VerticalCRSTypeVerticalCRSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type VerticalCRSType Modifier and Type Method Description voidVerticalCRSDocument. setVerticalCRS(VerticalCRSType verticalCRS)Sets the "VerticalCRS" elementvoidVerticalCRSPropertyType. setVerticalCRS(VerticalCRSType verticalCRS)Sets the "VerticalCRS" element -
Uses of VerticalCRSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement VerticalCRSType Modifier and Type Class Description classVerticalCRSTypeImplAn XML VerticalCRSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return VerticalCRSType Modifier and Type Method Description VerticalCRSTypeVerticalCRSDocumentImpl. addNewVerticalCRS()Appends and returns a new empty "VerticalCRS" elementVerticalCRSTypeVerticalCRSPropertyTypeImpl. addNewVerticalCRS()Appends and returns a new empty "VerticalCRS" elementVerticalCRSTypeVerticalCRSDocumentImpl. getVerticalCRS()Gets the "VerticalCRS" elementVerticalCRSTypeVerticalCRSPropertyTypeImpl. getVerticalCRS()Gets the "VerticalCRS" elementMethods in net.opengis.gml.x32.impl with parameters of type VerticalCRSType Modifier and Type Method Description voidVerticalCRSDocumentImpl. setVerticalCRS(VerticalCRSType verticalCRS)Sets the "VerticalCRS" elementvoidVerticalCRSPropertyTypeImpl. setVerticalCRS(VerticalCRSType verticalCRS)Sets the "VerticalCRS" element
-