Uses of Interface
net.opengis.gml.VerticalCSRefType
-
Packages that use VerticalCSRefType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of VerticalCSRefType in net.opengis.gml
Methods in net.opengis.gml that return VerticalCSRefType Modifier and Type Method Description VerticalCSRefTypeUsesVerticalCSDocument. addNewUsesVerticalCS()Appends and returns a new empty "usesVerticalCS" elementVerticalCSRefTypeVerticalCRSType. addNewUsesVerticalCS()Appends and returns a new empty "usesVerticalCS" elementVerticalCSRefTypeVerticalCSRefDocument. addNewVerticalCSRef()Appends and returns a new empty "verticalCSRef" elementVerticalCSRefTypeUsesVerticalCSDocument. getUsesVerticalCS()Gets the "usesVerticalCS" elementVerticalCSRefTypeVerticalCRSType. getUsesVerticalCS()Gets the "usesVerticalCS" elementVerticalCSRefTypeVerticalCSRefDocument. getVerticalCSRef()Gets the "verticalCSRef" elementstatic VerticalCSRefTypeVerticalCSRefType.Factory. newInstance()static VerticalCSRefTypeVerticalCSRefType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static VerticalCSRefTypeVerticalCSRefType.Factory. parse(File file)static VerticalCSRefTypeVerticalCSRefType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static VerticalCSRefTypeVerticalCSRefType.Factory. parse(InputStream is)static VerticalCSRefTypeVerticalCSRefType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static VerticalCSRefTypeVerticalCSRefType.Factory. parse(Reader r)static VerticalCSRefTypeVerticalCSRefType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static VerticalCSRefTypeVerticalCSRefType.Factory. parse(String xmlAsString)static VerticalCSRefTypeVerticalCSRefType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static VerticalCSRefTypeVerticalCSRefType.Factory. parse(URL u)static VerticalCSRefTypeVerticalCSRefType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static VerticalCSRefTypeVerticalCSRefType.Factory. parse(XMLStreamReader sr)static VerticalCSRefTypeVerticalCSRefType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static VerticalCSRefTypeVerticalCSRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic VerticalCSRefTypeVerticalCSRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic VerticalCSRefTypeVerticalCSRefType.Factory. parse(Node node)static VerticalCSRefTypeVerticalCSRefType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type VerticalCSRefType Modifier and Type Method Description voidUsesVerticalCSDocument. setUsesVerticalCS(VerticalCSRefType usesVerticalCS)Sets the "usesVerticalCS" elementvoidVerticalCRSType. setUsesVerticalCS(VerticalCSRefType usesVerticalCS)Sets the "usesVerticalCS" elementvoidVerticalCSRefDocument. setVerticalCSRef(VerticalCSRefType verticalCSRef)Sets the "verticalCSRef" element -
Uses of VerticalCSRefType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement VerticalCSRefType Modifier and Type Class Description classVerticalCSRefTypeImplAn XML VerticalCSRefType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return VerticalCSRefType Modifier and Type Method Description VerticalCSRefTypeUsesVerticalCSDocumentImpl. addNewUsesVerticalCS()Appends and returns a new empty "usesVerticalCS" elementVerticalCSRefTypeVerticalCRSTypeImpl. addNewUsesVerticalCS()Appends and returns a new empty "usesVerticalCS" elementVerticalCSRefTypeVerticalCSRefDocumentImpl. addNewVerticalCSRef()Appends and returns a new empty "verticalCSRef" elementVerticalCSRefTypeUsesVerticalCSDocumentImpl. getUsesVerticalCS()Gets the "usesVerticalCS" elementVerticalCSRefTypeVerticalCRSTypeImpl. getUsesVerticalCS()Gets the "usesVerticalCS" elementVerticalCSRefTypeVerticalCSRefDocumentImpl. getVerticalCSRef()Gets the "verticalCSRef" elementMethods in net.opengis.gml.impl with parameters of type VerticalCSRefType Modifier and Type Method Description voidUsesVerticalCSDocumentImpl. setUsesVerticalCS(VerticalCSRefType usesVerticalCS)Sets the "usesVerticalCS" elementvoidVerticalCRSTypeImpl. setUsesVerticalCS(VerticalCSRefType usesVerticalCS)Sets the "usesVerticalCS" elementvoidVerticalCSRefDocumentImpl. setVerticalCSRef(VerticalCSRefType verticalCSRef)Sets the "verticalCSRef" element
-