| Package | Description |
|---|---|
| net.opengis.gml.v32 | |
| net.opengis.gml.v32.bind | |
| net.opengis.gml.v32.impl | |
| org.vast.ogc.gml | |
| org.vast.ogc.om |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AbstractCurve
POJO class for XML type AbstractCurveType(@http://www.opengis.net/gml/3.2).
|
interface |
AbstractSurface
POJO class for XML type AbstractSurfaceType(@http://www.opengis.net/gml/3.2).
|
interface |
LineString
POJO class for XML type LineStringType(@http://www.opengis.net/gml/3.2).
|
interface |
Point
POJO class for XML type PointType(@http://www.opengis.net/gml/3.2).
|
interface |
Polygon
POJO class for XML type PolygonType(@http://www.opengis.net/gml/3.2).
|
| Modifier and Type | Method and Description |
|---|---|
AbstractGeometry |
AbstractFeature.getLocation()
Gets the location property
|
| Modifier and Type | Method and Description |
|---|---|
OgcProperty<AbstractGeometry> |
AbstractFeature.getLocationProperty()
Gets extra info (name, xlink, etc.) carried by the location property
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFeature.setLocation(AbstractGeometry location)
Sets the locationAsAbstractGeometry property
|
| Modifier and Type | Method and Description |
|---|---|
AbstractGeometry |
XMLStreamBindings.readAbstractGeometry(XMLStreamReader reader)
Dispatcher method for reading elements derived from AbstractGeometry
|
| Modifier and Type | Method and Description |
|---|---|
void |
XMLStreamBindings.readAbstractGeometryTypeAttributes(Map<String,String> attrMap,
AbstractGeometry bean)
Reads attributes of AbstractGeometryType complex type
|
void |
XMLStreamBindings.readAbstractGeometryTypeElements(XMLStreamReader reader,
AbstractGeometry bean)
Reads elements of AbstractGeometryType complex type
|
void |
XMLStreamBindings.writeAbstractGeometry(XMLStreamWriter writer,
AbstractGeometry bean)
Dispatcher method for writing classes derived from AbstractGeometry
|
void |
XMLStreamBindings.writeAbstractGeometryTypeAttributes(XMLStreamWriter writer,
AbstractGeometry bean)
Writes attributes of AbstractGeometryType complex type
|
void |
XMLStreamBindings.writeAbstractGeometryTypeElements(XMLStreamWriter writer,
AbstractGeometry bean)
Writes elements of AbstractGeometryType complex type
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCurveImpl
POJO class for XML type AbstractCurveType(@http://www.opengis.net/gml/3.2).
|
class |
AbstractGeometryImpl
POJO class for XML type AbstractGeometryType(@http://www.opengis.net/gml/3.2).
|
class |
LineStringImpl
POJO class for XML type LineStringType(@http://www.opengis.net/gml/3.2).
|
class |
LineStringJTS
Implementation of GML LineString derived from JTS LineString class.
|
class |
PointImpl
POJO class for XML type PointType(@http://www.opengis.net/gml/3.2).
|
class |
PointJTS
Implementation of GML Point derived from JTS Point class.
|
class |
PolygonImpl
POJO class for XML type PolygonType(@http://www.opengis.net/gml/3.2).
|
class |
PolygonJTS
Implementation of GML Polygon derived from JTS Polygon class.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractGeometry |
AbstractFeatureImpl.getLocation()
Gets the location property
|
| Modifier and Type | Method and Description |
|---|---|
OgcProperty<AbstractGeometry> |
AbstractFeatureImpl.getLocationProperty()
Gets extra info (name, xlink, etc.) carried by the location property
|
| Modifier and Type | Method and Description |
|---|---|
void |
AbstractFeatureImpl.setLocation(AbstractGeometry location)
Sets the locationAsAbstractGeometry property
|
| Modifier and Type | Method and Description |
|---|---|
AbstractGeometry |
FeatureRef.getLocation() |
AbstractGeometry |
GMLUtils.readGeometry(DOMHelper dom,
Element geomElt)
Reads a GML geometry from a DOM element
|
| Modifier and Type | Method and Description |
|---|---|
OgcProperty<AbstractGeometry> |
FeatureRef.getLocationProperty() |
| Modifier and Type | Method and Description |
|---|---|
static com.vividsolutions.jts.geom.Geometry |
JTSUtils.getAsJTSGeometry(AbstractGeometry geom) |
void |
FeatureRef.setLocation(AbstractGeometry location) |
Element |
GMLUtils.writeGeometry(DOMHelper dom,
AbstractGeometry geom)
Writes a GML geometry as a DOM element
|
| Modifier and Type | Class and Description |
|---|---|
class |
SamplingFeature<GeomType extends AbstractGeometry> |
| Modifier and Type | Method and Description |
|---|---|
AbstractGeometry |
SamplingFeature.getLocation() |
AbstractGeometry |
ProcedureXML.getLocation() |
| Modifier and Type | Method and Description |
|---|---|
OgcProperty<AbstractGeometry> |
ProcedureXML.getLocationProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
ProcedureXML.setLocation(AbstractGeometry location) |
Copyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.