Uses of Interface
net.opengis.gml.x32.SphereType
-
Packages that use SphereType Package Description net.opengis.gml.x32 net.opengis.gml.x32.impl -
-
Uses of SphereType in net.opengis.gml.x32
Methods in net.opengis.gml.x32 that return SphereType Modifier and Type Method Description SphereTypeSphereDocument. addNewSphere()Appends and returns a new empty "Sphere" elementSphereTypeSphereDocument. getSphere()Gets the "Sphere" elementstatic SphereTypeSphereType.Factory. newInstance()static SphereTypeSphereType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static SphereTypeSphereType.Factory. parse(File file)static SphereTypeSphereType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static SphereTypeSphereType.Factory. parse(InputStream is)static SphereTypeSphereType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static SphereTypeSphereType.Factory. parse(Reader r)static SphereTypeSphereType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static SphereTypeSphereType.Factory. parse(String xmlAsString)static SphereTypeSphereType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static SphereTypeSphereType.Factory. parse(URL u)static SphereTypeSphereType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static SphereTypeSphereType.Factory. parse(XMLStreamReader sr)static SphereTypeSphereType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static SphereTypeSphereType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic SphereTypeSphereType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic SphereTypeSphereType.Factory. parse(Node node)static SphereTypeSphereType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.gml.x32 with parameters of type SphereType Modifier and Type Method Description voidSphereDocument. setSphere(SphereType sphere)Sets the "Sphere" element -
Uses of SphereType in net.opengis.gml.x32.impl
Classes in net.opengis.gml.x32.impl that implement SphereType Modifier and Type Class Description classSphereTypeImplAn XML SphereType(@http://www.opengis.net/gml/3.2).Methods in net.opengis.gml.x32.impl that return SphereType Modifier and Type Method Description SphereTypeSphereDocumentImpl. addNewSphere()Appends and returns a new empty "Sphere" elementSphereTypeSphereDocumentImpl. getSphere()Gets the "Sphere" elementMethods in net.opengis.gml.x32.impl with parameters of type SphereType Modifier and Type Method Description voidSphereDocumentImpl. setSphere(SphereType sphere)Sets the "Sphere" element
-