Uses of Interface
net.opengis.gml.CartesianCSType
-
Packages that use CartesianCSType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of CartesianCSType in net.opengis.gml
Methods in net.opengis.gml that return CartesianCSType Modifier and Type Method Description CartesianCSTypeCartesianCSDocument. addNewCartesianCS()Appends and returns a new empty "CartesianCS" elementCartesianCSTypeCartesianCSRefType. addNewCartesianCS()Appends and returns a new empty "CartesianCS" elementCartesianCSTypeCartesianCSDocument. getCartesianCS()Gets the "CartesianCS" elementCartesianCSTypeCartesianCSRefType. 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 with parameters of type CartesianCSType Modifier and Type Method Description voidCartesianCSDocument. setCartesianCS(CartesianCSType cartesianCS)Sets the "CartesianCS" elementvoidCartesianCSRefType. setCartesianCS(CartesianCSType cartesianCS)Sets the "CartesianCS" element -
Uses of CartesianCSType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CartesianCSType Modifier and Type Class Description classCartesianCSTypeImplAn XML CartesianCSType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return CartesianCSType Modifier and Type Method Description CartesianCSTypeCartesianCSDocumentImpl. addNewCartesianCS()Appends and returns a new empty "CartesianCS" elementCartesianCSTypeCartesianCSRefTypeImpl. addNewCartesianCS()Appends and returns a new empty "CartesianCS" elementCartesianCSTypeCartesianCSDocumentImpl. getCartesianCS()Gets the "CartesianCS" elementCartesianCSTypeCartesianCSRefTypeImpl. getCartesianCS()Gets the "CartesianCS" elementMethods in net.opengis.gml.impl with parameters of type CartesianCSType Modifier and Type Method Description voidCartesianCSDocumentImpl. setCartesianCS(CartesianCSType cartesianCS)Sets the "CartesianCS" elementvoidCartesianCSRefTypeImpl. setCartesianCS(CartesianCSType cartesianCS)Sets the "CartesianCS" element
-