| Package | Description |
|---|---|
| net.opengis.samplingSpatial.x20 | |
| net.opengis.samplingSpatial.x20.impl |
| Modifier and Type | Method and Description |
|---|---|
ShapeType |
ShapeDocument.addNewShape()
Appends and returns a new empty "shape" element
|
ShapeType |
SFSpatialSamplingFeatureType.addNewShape()
Appends and returns a new empty "shape" element
|
ShapeType |
ShapeDocument.getShape()
Gets the "shape" element
|
ShapeType |
SFSpatialSamplingFeatureType.getShape()
Gets the "shape" element
|
static ShapeType |
ShapeType.Factory.newInstance() |
static ShapeType |
ShapeType.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static ShapeType |
ShapeType.Factory.parse(java.io.File file) |
static ShapeType |
ShapeType.Factory.parse(java.io.File file,
org.apache.xmlbeans.XmlOptions options) |
static ShapeType |
ShapeType.Factory.parse(java.io.InputStream is) |
static ShapeType |
ShapeType.Factory.parse(java.io.InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static ShapeType |
ShapeType.Factory.parse(org.w3c.dom.Node node) |
static ShapeType |
ShapeType.Factory.parse(org.w3c.dom.Node node,
org.apache.xmlbeans.XmlOptions options) |
static ShapeType |
ShapeType.Factory.parse(java.io.Reader r) |
static ShapeType |
ShapeType.Factory.parse(java.io.Reader r,
org.apache.xmlbeans.XmlOptions options) |
static ShapeType |
ShapeType.Factory.parse(java.lang.String xmlAsString) |
static ShapeType |
ShapeType.Factory.parse(java.lang.String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static ShapeType |
ShapeType.Factory.parse(java.net.URL u) |
static ShapeType |
ShapeType.Factory.parse(java.net.URL u,
org.apache.xmlbeans.XmlOptions options) |
static ShapeType |
ShapeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static ShapeType |
ShapeType.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static ShapeType |
ShapeType.Factory.parse(javax.xml.stream.XMLStreamReader sr) |
static ShapeType |
ShapeType.Factory.parse(javax.xml.stream.XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
| Modifier and Type | Method and Description |
|---|---|
void |
ShapeDocument.setShape(ShapeType shape)
Sets the "shape" element
|
void |
SFSpatialSamplingFeatureType.setShape(ShapeType shape)
Sets the "shape" element
|
| Modifier and Type | Class and Description |
|---|---|
class |
ShapeTypeImpl
An XML shapeType(@http://www.opengis.net/samplingSpatial/2.0).
|
| Modifier and Type | Method and Description |
|---|---|
ShapeType |
SFSpatialSamplingFeatureTypeImpl.addNewShape()
Appends and returns a new empty "shape" element
|
ShapeType |
ShapeDocumentImpl.addNewShape()
Appends and returns a new empty "shape" element
|
ShapeType |
SFSpatialSamplingFeatureTypeImpl.getShape()
Gets the "shape" element
|
ShapeType |
ShapeDocumentImpl.getShape()
Gets the "shape" element
|
| Modifier and Type | Method and Description |
|---|---|
void |
SFSpatialSamplingFeatureTypeImpl.setShape(ShapeType shape)
Sets the "shape" element
|
void |
ShapeDocumentImpl.setShape(ShapeType shape)
Sets the "shape" element
|
Copyright © 2015–2018 52north.org. All rights reserved.