Uses of Interface
net.opengis.gml.x32.VerticalCSType
-
Packages that use VerticalCSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of VerticalCSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return VerticalCSType Modifier and Type Method Description VerticalCSTypeVerticalCSDocument2. addNewVerticalCS()Appends and returns a new empty "VerticalCS" elementVerticalCSTypeVerticalCSPropertyType. addNewVerticalCS()Appends and returns a new empty "VerticalCS" elementVerticalCSTypeVerticalCSDocument2. getVerticalCS()Gets the "VerticalCS" elementVerticalCSTypeVerticalCSPropertyType. getVerticalCS()Gets the "VerticalCS" elementstatic VerticalCSTypeVerticalCSType.Factory. newInstance()static VerticalCSTypeVerticalCSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static VerticalCSTypeVerticalCSType.Factory. parse(File file)static VerticalCSTypeVerticalCSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static VerticalCSTypeVerticalCSType.Factory. parse(InputStream is)static VerticalCSTypeVerticalCSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static VerticalCSTypeVerticalCSType.Factory. parse(Reader r)static VerticalCSTypeVerticalCSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static VerticalCSTypeVerticalCSType.Factory. parse(String xmlAsString)static VerticalCSTypeVerticalCSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static VerticalCSTypeVerticalCSType.Factory. parse(URL u)static VerticalCSTypeVerticalCSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static VerticalCSTypeVerticalCSType.Factory. parse(XMLStreamReader sr)static VerticalCSTypeVerticalCSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static VerticalCSTypeVerticalCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic VerticalCSTypeVerticalCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic VerticalCSTypeVerticalCSType.Factory. parse(Node node)static VerticalCSTypeVerticalCSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type VerticalCSType Modifier and Type Method Description voidVerticalCSDocument2. setVerticalCS(VerticalCSType verticalCS)Sets the "VerticalCS" elementvoidVerticalCSPropertyType. setVerticalCS(VerticalCSType verticalCS)Sets the "VerticalCS" element -
Uses of VerticalCSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement VerticalCSType Modifier and Type Class Description classVerticalCSTypeImplAn XML VerticalCSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return VerticalCSType Modifier and Type Method Description VerticalCSTypeVerticalCSDocument2Impl. addNewVerticalCS()Appends and returns a new empty "VerticalCS" elementVerticalCSTypeVerticalCSPropertyTypeImpl. addNewVerticalCS()Appends and returns a new empty "VerticalCS" elementVerticalCSTypeVerticalCSDocument2Impl. getVerticalCS()Gets the "VerticalCS" elementVerticalCSTypeVerticalCSPropertyTypeImpl. getVerticalCS()Gets the "VerticalCS" elementMethods in net.opengis.gml.x32.impl with parameters of type VerticalCSType Modifier and Type Method Description voidVerticalCSDocument2Impl. setVerticalCS(VerticalCSType verticalCS)Sets the "VerticalCS" elementvoidVerticalCSPropertyTypeImpl. setVerticalCS(VerticalCSType verticalCS)Sets the "VerticalCS" element
-