Uses of Interface
net.opengis.gml.VerticalCSType
-
Packages that use VerticalCSType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of VerticalCSType in net.opengis.gml
Methods in net.opengis.gml that return VerticalCSType Modifier and Type Method Description VerticalCSTypeVerticalCSDocument. addNewVerticalCS()Appends and returns a new empty "VerticalCS" elementVerticalCSTypeVerticalCSRefType. addNewVerticalCS()Appends and returns a new empty "VerticalCS" elementVerticalCSTypeVerticalCSDocument. getVerticalCS()Gets the "VerticalCS" elementVerticalCSTypeVerticalCSRefType. 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 with parameters of type VerticalCSType Modifier and Type Method Description voidVerticalCSDocument. setVerticalCS(VerticalCSType verticalCS)Sets the "VerticalCS" elementvoidVerticalCSRefType. setVerticalCS(VerticalCSType verticalCS)Sets the "VerticalCS" element -
Uses of VerticalCSType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement VerticalCSType Modifier and Type Class Description classVerticalCSTypeImplAn XML VerticalCSType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return VerticalCSType Modifier and Type Method Description VerticalCSTypeVerticalCSDocumentImpl. addNewVerticalCS()Appends and returns a new empty "VerticalCS" elementVerticalCSTypeVerticalCSRefTypeImpl. addNewVerticalCS()Appends and returns a new empty "VerticalCS" elementVerticalCSTypeVerticalCSDocumentImpl. getVerticalCS()Gets the "VerticalCS" elementVerticalCSTypeVerticalCSRefTypeImpl. getVerticalCS()Gets the "VerticalCS" elementMethods in net.opengis.gml.impl with parameters of type VerticalCSType Modifier and Type Method Description voidVerticalCSDocumentImpl. setVerticalCS(VerticalCSType verticalCS)Sets the "VerticalCS" elementvoidVerticalCSRefTypeImpl. setVerticalCS(VerticalCSType verticalCS)Sets the "VerticalCS" element
-