Uses of Interface
net.opengis.samplingSpatial.x20.ShapeType
-
Packages that use ShapeType Package Description net.opengis.samplingSpatial.x20 net.opengis.samplingSpatial.x20.impl -
-
Uses of ShapeType in net.opengis.samplingSpatial.x20
Methods in net.opengis.samplingSpatial.x20 that return ShapeType Modifier and Type Method Description ShapeTypeSFSpatialSamplingFeatureType. addNewShape()Appends and returns a new empty "shape" elementShapeTypeShapeDocument. addNewShape()Appends and returns a new empty "shape" elementShapeTypeSFSpatialSamplingFeatureType. getShape()Gets the "shape" elementShapeTypeShapeDocument. getShape()Gets the "shape" elementstatic ShapeTypeShapeType.Factory. newInstance()static ShapeTypeShapeType.Factory. newInstance(org.apache.xmlbeans.XmlOptions options)static ShapeTypeShapeType.Factory. parse(File file)static ShapeTypeShapeType.Factory. parse(File file, org.apache.xmlbeans.XmlOptions options)static ShapeTypeShapeType.Factory. parse(InputStream is)static ShapeTypeShapeType.Factory. parse(InputStream is, org.apache.xmlbeans.XmlOptions options)static ShapeTypeShapeType.Factory. parse(Reader r)static ShapeTypeShapeType.Factory. parse(Reader r, org.apache.xmlbeans.XmlOptions options)static ShapeTypeShapeType.Factory. parse(String xmlAsString)static ShapeTypeShapeType.Factory. parse(String xmlAsString, org.apache.xmlbeans.XmlOptions options)static ShapeTypeShapeType.Factory. parse(URL u)static ShapeTypeShapeType.Factory. parse(URL u, org.apache.xmlbeans.XmlOptions options)static ShapeTypeShapeType.Factory. parse(XMLStreamReader sr)static ShapeTypeShapeType.Factory. parse(XMLStreamReader sr, org.apache.xmlbeans.XmlOptions options)static ShapeTypeShapeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)Deprecated.XMLInputStreamstatic ShapeTypeShapeType.Factory. parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis, org.apache.xmlbeans.XmlOptions options)Deprecated.XMLInputStreamstatic ShapeTypeShapeType.Factory. parse(Node node)static ShapeTypeShapeType.Factory. parse(Node node, org.apache.xmlbeans.XmlOptions options)Methods in net.opengis.samplingSpatial.x20 with parameters of type ShapeType Modifier and Type Method Description voidSFSpatialSamplingFeatureType. setShape(ShapeType shape)Sets the "shape" elementvoidShapeDocument. setShape(ShapeType shape)Sets the "shape" element -
Uses of ShapeType in net.opengis.samplingSpatial.x20.impl
Classes in net.opengis.samplingSpatial.x20.impl that implement ShapeType Modifier and Type Class Description classShapeTypeImplAn XML shapeType(@http://www.opengis.net/samplingSpatial/2.0).Methods in net.opengis.samplingSpatial.x20.impl that return ShapeType Modifier and Type Method Description ShapeTypeSFSpatialSamplingFeatureTypeImpl. addNewShape()Appends and returns a new empty "shape" elementShapeTypeShapeDocumentImpl. addNewShape()Appends and returns a new empty "shape" elementShapeTypeSFSpatialSamplingFeatureTypeImpl. getShape()Gets the "shape" elementShapeTypeShapeDocumentImpl. getShape()Gets the "shape" elementMethods in net.opengis.samplingSpatial.x20.impl with parameters of type ShapeType Modifier and Type Method Description voidSFSpatialSamplingFeatureTypeImpl. setShape(ShapeType shape)Sets the "shape" elementvoidShapeDocumentImpl. setShape(ShapeType shape)Sets the "shape" element
-