Uses of Interface
net.opengis.gml.SphericalCSType
-
Packages that use SphericalCSType Package Description net.opengis.gml net.opengis.gml.impl -
-
Uses of SphericalCSType in net.opengis.gml
Methods in net.opengis.gml that return SphericalCSType Modifier and Type Method Description SphericalCSTypeSphericalCSDocument. addNewSphericalCS()Appends and returns a new empty "SphericalCS" elementSphericalCSTypeSphericalCSRefType. addNewSphericalCS()Appends and returns a new empty "SphericalCS" elementSphericalCSTypeSphericalCSDocument. getSphericalCS()Gets the "SphericalCS" elementSphericalCSTypeSphericalCSRefType. getSphericalCS()Gets the "SphericalCS" elementstatic SphericalCSTypeSphericalCSType.Factory. newInstance()static SphericalCSTypeSphericalCSType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SphericalCSTypeSphericalCSType.Factory. parse(File file)static SphericalCSTypeSphericalCSType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SphericalCSTypeSphericalCSType.Factory. parse(InputStream is)static SphericalCSTypeSphericalCSType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SphericalCSTypeSphericalCSType.Factory. parse(Reader r)static SphericalCSTypeSphericalCSType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SphericalCSTypeSphericalCSType.Factory. parse(String xmlAsString)static SphericalCSTypeSphericalCSType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SphericalCSTypeSphericalCSType.Factory. parse(URL u)static SphericalCSTypeSphericalCSType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SphericalCSTypeSphericalCSType.Factory. parse(XMLStreamReader sr)static SphericalCSTypeSphericalCSType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SphericalCSTypeSphericalCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SphericalCSTypeSphericalCSType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SphericalCSTypeSphericalCSType.Factory. parse(Node node)static SphericalCSTypeSphericalCSType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml with parameters of type SphericalCSType Modifier and Type Method Description voidSphericalCSDocument. setSphericalCS(SphericalCSType sphericalCS)Sets the "SphericalCS" elementvoidSphericalCSRefType. setSphericalCS(SphericalCSType sphericalCS)Sets the "SphericalCS" element -
Uses of SphericalCSType in net.opengis.gml.impl
Classes in net.opengis.gml.impl that implement SphericalCSType Modifier and Type Class Description classSphericalCSTypeImplAn XML SphericalCSType(@http://www.opengis.net/gml).Methods in net.opengis.gml.impl that return SphericalCSType Modifier and Type Method Description SphericalCSTypeSphericalCSDocumentImpl. addNewSphericalCS()Appends and returns a new empty "SphericalCS" elementSphericalCSTypeSphericalCSRefTypeImpl. addNewSphericalCS()Appends and returns a new empty "SphericalCS" elementSphericalCSTypeSphericalCSDocumentImpl. getSphericalCS()Gets the "SphericalCS" elementSphericalCSTypeSphericalCSRefTypeImpl. getSphericalCS()Gets the "SphericalCS" elementMethods in net.opengis.gml.impl with parameters of type SphericalCSType Modifier and Type Method Description voidSphericalCSDocumentImpl. setSphericalCS(SphericalCSType sphericalCS)Sets the "SphericalCS" elementvoidSphericalCSRefTypeImpl. setSphericalCS(SphericalCSType sphericalCS)Sets the "SphericalCS" element
-