Uses of Interface
net.opengis.gml.x32.SphericalCSType
-
Packages that use SphericalCSType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of SphericalCSType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return SphericalCSType Modifier and Type Method Description SphericalCSTypeSphericalCSDocument2. addNewSphericalCS()Appends and returns a new empty "SphericalCS" elementSphericalCSTypeSphericalCSPropertyType. addNewSphericalCS()Appends and returns a new empty "SphericalCS" elementSphericalCSTypeSphericalCSDocument2. getSphericalCS()Gets the "SphericalCS" elementSphericalCSTypeSphericalCSPropertyType. 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.x32 with parameters of type SphericalCSType Modifier and Type Method Description voidSphericalCSDocument2. setSphericalCS(SphericalCSType sphericalCS)Sets the "SphericalCS" elementvoidSphericalCSPropertyType. setSphericalCS(SphericalCSType sphericalCS)Sets the "SphericalCS" element -
Uses of SphericalCSType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement SphericalCSType Modifier and Type Class Description classSphericalCSTypeImplAn XML SphericalCSType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return SphericalCSType Modifier and Type Method Description SphericalCSTypeSphericalCSDocument2Impl. addNewSphericalCS()Appends and returns a new empty "SphericalCS" elementSphericalCSTypeSphericalCSPropertyTypeImpl. addNewSphericalCS()Appends and returns a new empty "SphericalCS" elementSphericalCSTypeSphericalCSDocument2Impl. getSphericalCS()Gets the "SphericalCS" elementSphericalCSTypeSphericalCSPropertyTypeImpl. getSphericalCS()Gets the "SphericalCS" elementMethods in net.opengis.gml.x32.impl with parameters of type SphericalCSType Modifier and Type Method Description voidSphericalCSDocument2Impl. setSphericalCS(SphericalCSType sphericalCS)Sets the "SphericalCS" elementvoidSphericalCSPropertyTypeImpl. setSphericalCS(SphericalCSType sphericalCS)Sets the "SphericalCS" element
-