Uses of Interface
net.opengis.samplingSpatial.x20.ShapeDocument
-
Packages that use ShapeDocument Package Description net.opengis.samplingSpatial.x20 net.opengis.samplingSpatial.x20.impl -
-
Uses of ShapeDocument in net.opengis.samplingSpatial.x20
Methods in net.opengis.samplingSpatial.x20 that return ShapeDocument Modifier and Type Method Description static ShapeDocumentShapeDocument.Factory. newInstance()static ShapeDocumentShapeDocument.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ShapeDocumentShapeDocument.Factory. parse(File file)static ShapeDocumentShapeDocument.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ShapeDocumentShapeDocument.Factory. parse(InputStream is)static ShapeDocumentShapeDocument.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ShapeDocumentShapeDocument.Factory. parse(Reader r)static ShapeDocumentShapeDocument.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ShapeDocumentShapeDocument.Factory. parse(String xmlAsString)static ShapeDocumentShapeDocument.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ShapeDocumentShapeDocument.Factory. parse(URL u)static ShapeDocumentShapeDocument.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ShapeDocumentShapeDocument.Factory. parse(XMLStreamReader sr)static ShapeDocumentShapeDocument.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ShapeDocumentShapeDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ShapeDocumentShapeDocument.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ShapeDocumentShapeDocument.Factory. parse(Node node)static ShapeDocumentShapeDocument.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options) -
Uses of ShapeDocument in net.opengis.samplingSpatial.x20.impl
Classes in net.opengis.samplingSpatial.x20.impl that implement ShapeDocument Modifier and Type Class Description classShapeDocumentImplA document containing one shape(@http://www.opengis.net/samplingSpatial/2.0) element.
-