| 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 |
FeatureCollection
POJO class for XML type AbstractFeatureCollectionType(@http://www.opengis.net/gml/3.2).
|
| Modifier and Type | Method and Description |
|---|---|
AbstractFeature |
FeatureCollection.getFeatureMembers()
Gets the featureMembers property
|
| Modifier and Type | Method and Description |
|---|---|
OgcPropertyList<AbstractFeature> |
FeatureCollection.getFeatureMemberList()
Gets the list of featureMember properties
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureCollection.addFeatureMember(AbstractFeature featureMember)
Adds a new featureMember property
|
void |
FeatureCollection.setFeatureMembers(AbstractFeature featureMembers)
Sets the featureMembers property
|
| Modifier and Type | Method and Description |
|---|---|
AbstractFeature |
XMLStreamBindings.readAbstractFeature(XMLStreamReader reader)
Dispatcher method for reading elements derived from AbstractFeature
|
AbstractFeature |
XMLStreamBindings.readAbstractFeatureType(XMLStreamReader reader,
AbstractFeature bean)
Reads AbstractFeatureType content to a concrete feature instance
|
| Modifier and Type | Method and Description |
|---|---|
AbstractFeature |
XMLStreamBindings.readAbstractFeatureType(XMLStreamReader reader,
AbstractFeature bean)
Reads AbstractFeatureType content to a concrete feature instance
|
void |
XMLStreamBindings.readAbstractFeatureTypeAttributes(Map<String,String> attrMap,
AbstractFeature bean)
Reads attributes of AbstractFeatureType complex type
|
void |
XMLStreamBindings.readAbstractFeatureTypeElements(XMLStreamReader reader,
AbstractFeature bean)
Reads elements of AbstractFeatureType complex type
|
void |
XMLStreamBindings.writeAbstractFeature(XMLStreamWriter writer,
AbstractFeature bean)
Dispatcher method for writing classes derived from AbstractFeature
|
void |
XMLStreamBindings.writeAbstractFeatureTypeAttributes(XMLStreamWriter writer,
AbstractFeature bean)
Writes attributes of AbstractFeatureType complex type
|
void |
XMLStreamBindings.writeAbstractFeatureTypeElements(XMLStreamWriter writer,
AbstractFeature bean)
Writes elements of AbstractFeatureType complex type
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFeatureImpl
POJO class for XML type AbstractFeatureType(@http://www.opengis.net/gml/3.2).
|
class |
FeatureCollectionImpl
POJO class for XML type AbstractFeatureCollectionType(@http://www.opengis.net/gml/3.2).
|
| Modifier and Type | Method and Description |
|---|---|
AbstractFeature |
FeatureCollectionImpl.getFeatureMembers()
Gets the featureMembers property
|
| Modifier and Type | Method and Description |
|---|---|
OgcPropertyList<AbstractFeature> |
FeatureCollectionImpl.getFeatureMemberList()
Gets the list of featureMember properties
|
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureCollectionImpl.addFeatureMember(AbstractFeature featureMember)
Adds a new featureMember property
|
void |
FeatureCollectionImpl.setFeatureMembers(AbstractFeature featureMembers)
Sets the featureMembers property
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
GenericFeature
Basic interface for a feature object
|
| Modifier and Type | Class and Description |
|---|---|
class |
FeatureRef
Wrapper class for use when an IFeature object is or can be included by reference.
|
class |
GenericFeatureImpl
Generic implementation of a GML feature.
|
| Modifier and Type | Method and Description |
|---|---|
AbstractFeature |
GMLStaxBindings.readAbstractFeature(XMLStreamReader reader) |
AbstractFeature |
IFeatureStaxBindings.readFeature(XMLStreamReader reader,
QName qName) |
| Modifier and Type | Method and Description |
|---|---|
void |
GMLStaxBindings.writeAbstractFeature(XMLStreamWriter writer,
AbstractFeature bean) |
Element |
GMLUtils.writeFeature(DOMHelper dom,
AbstractFeature feature)
Writes a GML feature as a DOM element
|
void |
GMLUtils.writeFeature(OutputStream os,
AbstractFeature feature,
boolean indent) |
void |
IFeatureStaxBindings.writeFeature(XMLStreamWriter writer,
AbstractFeature bean) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IObservation
Interface for an Observation as defined by the O&M standard
|
interface |
IObservationSeries
Interface for a time series of observations.
|
interface |
IProcedure
Interface for all procedure implementations
|
interface |
IProcedureArray
Interface for arrays of procedures (homogeneous or not)
|
| Modifier and Type | Class and Description |
|---|---|
class |
BufferedObservationSeries
Implementation of IObservationSeries whose data is stored entirely in memory
and is fully mutable.
|
class |
ObservationImpl
Implementation of a single observation
|
class |
ObservationRef
Wrapper class for use when an IObservation object is or can be included by reference.
|
class |
ProcedureRef
Wrapper class for use when an IProcedure object is or can be included by reference.
|
class |
ProcedureXML
Wrapper class to store procedure info as XML DOM.
|
class |
SamplingCurve |
class |
SamplingFeature<GeomType extends AbstractGeometry> |
class |
SamplingPoint |
class |
SamplingSurface |
| Modifier and Type | Method and Description |
|---|---|
AbstractFeature |
ObservationRef.getFeatureOfInterest() |
AbstractFeature |
ObservationImpl.getFeatureOfInterest() |
AbstractFeature |
IObservation.getFeatureOfInterest() |
| Modifier and Type | Method and Description |
|---|---|
void |
ObservationRef.setFeatureOfInterest(AbstractFeature foi) |
void |
ObservationImpl.setFeatureOfInterest(AbstractFeature featureOfInterest) |
void |
IObservation.setFeatureOfInterest(AbstractFeature foi) |
Copyright © 2016 VAST Team / Sensia Software LLC. All rights reserved.