Uses of Interface
net.opengis.gml.x32.VerticalCSPropertyType
-
Packages that use VerticalCSPropertyType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of VerticalCSPropertyType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return VerticalCSPropertyType Modifier and Type Method Description VerticalCSPropertyTypeUsesVerticalCSDocument. addNewUsesVerticalCS()Appends and returns a new empty "usesVerticalCS" elementVerticalCSPropertyTypeVerticalCRSType. addNewVerticalCS()Appends and returns a new empty "verticalCS" elementVerticalCSPropertyTypeVerticalCSDocument. addNewVerticalCS()Appends and returns a new empty "verticalCS" elementVerticalCSPropertyTypeVerticalCSRefDocument. addNewVerticalCSRef()Appends and returns a new empty "verticalCSRef" elementVerticalCSPropertyTypeUsesVerticalCSDocument. getUsesVerticalCS()Gets the "usesVerticalCS" elementVerticalCSPropertyTypeVerticalCRSType. getVerticalCS()Gets the "verticalCS" elementVerticalCSPropertyTypeVerticalCSDocument. getVerticalCS()Gets the "verticalCS" elementVerticalCSPropertyTypeVerticalCSRefDocument. getVerticalCSRef()Gets the "verticalCSRef" elementstatic VerticalCSPropertyTypeVerticalCSPropertyType.Factory. newInstance()static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(File file)static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(InputStream is)static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(Reader r)static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(String xmlAsString)static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(URL u)static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(XMLStreamReader sr)static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(Node node)static VerticalCSPropertyTypeVerticalCSPropertyType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type VerticalCSPropertyType Modifier and Type Method Description voidUsesVerticalCSDocument. setUsesVerticalCS(VerticalCSPropertyType usesVerticalCS)Sets the "usesVerticalCS" elementvoidVerticalCRSType. setVerticalCS(VerticalCSPropertyType verticalCS)Sets the "verticalCS" elementvoidVerticalCSDocument. setVerticalCS(VerticalCSPropertyType verticalCS)Sets the "verticalCS" elementvoidVerticalCSRefDocument. setVerticalCSRef(VerticalCSPropertyType verticalCSRef)Sets the "verticalCSRef" element -
Uses of VerticalCSPropertyType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement VerticalCSPropertyType Modifier and Type Class Description classVerticalCSPropertyTypeImplAn XML VerticalCSPropertyType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return VerticalCSPropertyType Modifier and Type Method Description VerticalCSPropertyTypeUsesVerticalCSDocumentImpl. addNewUsesVerticalCS()Appends and returns a new empty "usesVerticalCS" elementVerticalCSPropertyTypeVerticalCRSTypeImpl. addNewVerticalCS()Appends and returns a new empty "verticalCS" elementVerticalCSPropertyTypeVerticalCSDocumentImpl. addNewVerticalCS()Appends and returns a new empty "verticalCS" elementVerticalCSPropertyTypeVerticalCSRefDocumentImpl. addNewVerticalCSRef()Appends and returns a new empty "verticalCSRef" elementVerticalCSPropertyTypeUsesVerticalCSDocumentImpl. getUsesVerticalCS()Gets the "usesVerticalCS" elementVerticalCSPropertyTypeVerticalCRSTypeImpl. getVerticalCS()Gets the "verticalCS" elementVerticalCSPropertyTypeVerticalCSDocumentImpl. getVerticalCS()Gets the "verticalCS" elementVerticalCSPropertyTypeVerticalCSRefDocumentImpl. getVerticalCSRef()Gets the "verticalCSRef" elementMethods in net.opengis.gml.x32.impl with parameters of type VerticalCSPropertyType Modifier and Type Method Description voidUsesVerticalCSDocumentImpl. setUsesVerticalCS(VerticalCSPropertyType usesVerticalCS)Sets the "usesVerticalCS" elementvoidVerticalCRSTypeImpl. setVerticalCS(VerticalCSPropertyType verticalCS)Sets the "verticalCS" elementvoidVerticalCSDocumentImpl. setVerticalCS(VerticalCSPropertyType verticalCS)Sets the "verticalCS" elementvoidVerticalCSRefDocumentImpl. setVerticalCSRef(VerticalCSPropertyType verticalCSRef)Sets the "verticalCSRef" element
-