Uses of Interface
net.opengis.gml.x32.CartesianCSType
-
Packages that use CartesianCSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of CartesianCSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return CartesianCSType Modifier and Type Method Description CartesianCSTypeCartesianCSDocument2. addNewCartesianCS()Appends and returns a new empty "CartesianCS" elementCartesianCSTypeCartesianCSPropertyType. addNewCartesianCS()Appends and returns a new empty "CartesianCS" elementCartesianCSTypeCartesianCSDocument2. getCartesianCS()Gets the "CartesianCS" elementCartesianCSTypeCartesianCSPropertyType. getCartesianCS()Gets the "CartesianCS" elementstatic CartesianCSTypeCartesianCSType.Factory. newInstance()static CartesianCSTypeCartesianCSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CartesianCSTypeCartesianCSType.Factory. parse(File file)static CartesianCSTypeCartesianCSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CartesianCSTypeCartesianCSType.Factory. parse(InputStream is)static CartesianCSTypeCartesianCSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CartesianCSTypeCartesianCSType.Factory. parse(Reader r)static CartesianCSTypeCartesianCSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CartesianCSTypeCartesianCSType.Factory. parse(String xmlAsString)static CartesianCSTypeCartesianCSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CartesianCSTypeCartesianCSType.Factory. parse(URL u)static CartesianCSTypeCartesianCSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CartesianCSTypeCartesianCSType.Factory. parse(XMLStreamReader sr)static CartesianCSTypeCartesianCSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CartesianCSTypeCartesianCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CartesianCSTypeCartesianCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CartesianCSTypeCartesianCSType.Factory. parse(Node node)static CartesianCSTypeCartesianCSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type CartesianCSType Modifier and Type Method Description voidCartesianCSDocument2. setCartesianCS(CartesianCSType cartesianCS)Sets the "CartesianCS" elementvoidCartesianCSPropertyType. setCartesianCS(CartesianCSType cartesianCS)Sets the "CartesianCS" element -
Uses of CartesianCSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement CartesianCSType Modifier and Type Class Description classCartesianCSTypeImplAn XML CartesianCSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return CartesianCSType Modifier and Type Method Description CartesianCSTypeCartesianCSDocument2Impl. addNewCartesianCS()Appends and returns a new empty "CartesianCS" elementCartesianCSTypeCartesianCSPropertyTypeImpl. addNewCartesianCS()Appends and returns a new empty "CartesianCS" elementCartesianCSTypeCartesianCSDocument2Impl. getCartesianCS()Gets the "CartesianCS" elementCartesianCSTypeCartesianCSPropertyTypeImpl. getCartesianCS()Gets the "CartesianCS" elementMethods in net.opengis.gml.x32.impl with parameters of type CartesianCSType Modifier and Type Method Description voidCartesianCSDocument2Impl. setCartesianCS(CartesianCSType cartesianCS)Sets the "CartesianCS" elementvoidCartesianCSPropertyTypeImpl. setCartesianCS(CartesianCSType cartesianCS)Sets the "CartesianCS" element
-