Uses of Interface
net.opengis.gml.CartesianCSRefType
-
Packages that use CartesianCSRefType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of CartesianCSRefType in net.opengis.gml
Methods in net.opengis.gml that return CartesianCSRefType Modifier and Type Method Description CartesianCSRefTypeCartesianCSRefDocument. addNewCartesianCSRef()Appends and returns a new empty "cartesianCSRef" elementCartesianCSRefTypeGeocentricCRSType. addNewUsesCartesianCS()Appends and returns a new empty "usesCartesianCS" elementCartesianCSRefTypeImageCRSType. addNewUsesCartesianCS()Appends and returns a new empty "usesCartesianCS" elementCartesianCSRefTypeProjectedCRSType. addNewUsesCartesianCS()Appends and returns a new empty "usesCartesianCS" elementCartesianCSRefTypeUsesCartesianCSDocument. addNewUsesCartesianCS()Appends and returns a new empty "usesCartesianCS" elementCartesianCSRefTypeCartesianCSRefDocument. getCartesianCSRef()Gets the "cartesianCSRef" elementCartesianCSRefTypeGeocentricCRSType. getUsesCartesianCS()Gets the "usesCartesianCS" elementCartesianCSRefTypeImageCRSType. getUsesCartesianCS()Gets the "usesCartesianCS" elementCartesianCSRefTypeProjectedCRSType. getUsesCartesianCS()Gets the "usesCartesianCS" elementCartesianCSRefTypeUsesCartesianCSDocument. getUsesCartesianCS()Gets the "usesCartesianCS" elementstatic CartesianCSRefTypeCartesianCSRefType.Factory. newInstance()static CartesianCSRefTypeCartesianCSRefType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static CartesianCSRefTypeCartesianCSRefType.Factory. parse(File file)static CartesianCSRefTypeCartesianCSRefType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static CartesianCSRefTypeCartesianCSRefType.Factory. parse(InputStream is)static CartesianCSRefTypeCartesianCSRefType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static CartesianCSRefTypeCartesianCSRefType.Factory. parse(Reader r)static CartesianCSRefTypeCartesianCSRefType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static CartesianCSRefTypeCartesianCSRefType.Factory. parse(String xmlAsString)static CartesianCSRefTypeCartesianCSRefType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static CartesianCSRefTypeCartesianCSRefType.Factory. parse(URL u)static CartesianCSRefTypeCartesianCSRefType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static CartesianCSRefTypeCartesianCSRefType.Factory. parse(XMLStreamReader sr)static CartesianCSRefTypeCartesianCSRefType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static CartesianCSRefTypeCartesianCSRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic CartesianCSRefTypeCartesianCSRefType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic CartesianCSRefTypeCartesianCSRefType.Factory. parse(Node node)static CartesianCSRefTypeCartesianCSRefType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type CartesianCSRefType Modifier and Type Method Description voidCartesianCSRefDocument. setCartesianCSRef(CartesianCSRefType cartesianCSRef)Sets the "cartesianCSRef" elementvoidGeocentricCRSType. setUsesCartesianCS(CartesianCSRefType usesCartesianCS)Sets the "usesCartesianCS" elementvoidImageCRSType. setUsesCartesianCS(CartesianCSRefType usesCartesianCS)Sets the "usesCartesianCS" elementvoidProjectedCRSType. setUsesCartesianCS(CartesianCSRefType usesCartesianCS)Sets the "usesCartesianCS" elementvoidUsesCartesianCSDocument. setUsesCartesianCS(CartesianCSRefType usesCartesianCS)Sets the "usesCartesianCS" element -
Uses of CartesianCSRefType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement CartesianCSRefType Modifier and Type Class Description classCartesianCSRefTypeImplAn XML CartesianCSRefType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return CartesianCSRefType Modifier and Type Method Description CartesianCSRefTypeCartesianCSRefDocumentImpl. addNewCartesianCSRef()Appends and returns a new empty "cartesianCSRef" elementCartesianCSRefTypeGeocentricCRSTypeImpl. addNewUsesCartesianCS()Appends and returns a new empty "usesCartesianCS" elementCartesianCSRefTypeImageCRSTypeImpl. addNewUsesCartesianCS()Appends and returns a new empty "usesCartesianCS" elementCartesianCSRefTypeProjectedCRSTypeImpl. addNewUsesCartesianCS()Appends and returns a new empty "usesCartesianCS" elementCartesianCSRefTypeUsesCartesianCSDocumentImpl. addNewUsesCartesianCS()Appends and returns a new empty "usesCartesianCS" elementCartesianCSRefTypeCartesianCSRefDocumentImpl. getCartesianCSRef()Gets the "cartesianCSRef" elementCartesianCSRefTypeGeocentricCRSTypeImpl. getUsesCartesianCS()Gets the "usesCartesianCS" elementCartesianCSRefTypeImageCRSTypeImpl. getUsesCartesianCS()Gets the "usesCartesianCS" elementCartesianCSRefTypeProjectedCRSTypeImpl. getUsesCartesianCS()Gets the "usesCartesianCS" elementCartesianCSRefTypeUsesCartesianCSDocumentImpl. getUsesCartesianCS()Gets the "usesCartesianCS" elementMethods in net.opengis.gml.impl with parameters of type CartesianCSRefType Modifier and Type Method Description voidCartesianCSRefDocumentImpl. setCartesianCSRef(CartesianCSRefType cartesianCSRef)Sets the "cartesianCSRef" elementvoidGeocentricCRSTypeImpl. setUsesCartesianCS(CartesianCSRefType usesCartesianCS)Sets the "usesCartesianCS" elementvoidImageCRSTypeImpl. setUsesCartesianCS(CartesianCSRefType usesCartesianCS)Sets the "usesCartesianCS" elementvoidProjectedCRSTypeImpl. setUsesCartesianCS(CartesianCSRefType usesCartesianCS)Sets the "usesCartesianCS" elementvoidUsesCartesianCSDocumentImpl. setUsesCartesianCS(CartesianCSRefType usesCartesianCS)Sets the "usesCartesianCS" element
-