Package | Description |
---|---|
org.n52.oxf.feature | |
org.n52.oxf.feature.sos |
Modifier and Type | Class and Description |
---|---|
class |
OXFFeatureCollection |
Modifier and Type | Field and Description |
---|---|
protected Collection<OXFFeature> |
OXFFeatureCollection.features |
Modifier and Type | Method and Description |
---|---|
static OXFFeature |
OXFGrdcSamplingPointType.create(GrdcSamplingPointDocument xb_grdcSaPoDoc) |
static OXFFeature |
OXFGmlPointType.create(net.opengis.gml.x32.PointType gmlPoint) |
static OXFFeature |
OXFSamplingPointType.create(net.opengis.sampling.x10.SamplingPointDocument xb_saPointDoc) |
static OXFFeature |
OXFSamplingSurfaceType.create(net.opengis.sampling.x10.SamplingSurfaceDocument xb_saSurfaceDoc) |
static OXFFeature |
OXFFeature.createFrom(net.opengis.gml.FeaturePropertyType xb_featureMember)
Parses a single feature entity to an OXFFeature object.
|
static OXFFeature |
OXFFeature.createFrom(net.opengis.samplingSpatial.x20.SFSpatialSamplingFeatureType samplingFeatureType) |
OXFFeature |
OXFFeatureCollection.getFeature(String gmlID) |
OXFFeature |
OXFFeatureCollection.getFeatureAtPoint(double worldX,
double worldY) |
OXFFeature |
OXFFeatureCollection.getFeatureAtPoint(double worldX,
double worldY,
double worldZ) |
OXFFeature[] |
OXFFeatureCollection.toArray()
Creates a
Feature array and populates it. |
Modifier and Type | Method and Description |
---|---|
Iterator<OXFFeature> |
OXFFeatureCollection.iterator()
Returns an iterator that enumerates all of the features in this collection.
|
List<OXFFeature> |
OXFFeatureCollection.toList() |
Set<OXFFeature> |
OXFFeatureCollection.toSet() |
Modifier and Type | Method and Description |
---|---|
void |
OXFFeatureCollection.add(OXFFeature f) |
void |
OXFFeatureCollection.add(OXFFeature[] fArray) |
boolean |
OXFFeatureCollection.contains(OXFFeature f) |
void |
OXFAbstractFeatureType.initializeFeature(OXFFeature feature,
net.opengis.gml.AbstractFeatureType xb_abstractFeature) |
void |
OXFCategoryObservationType.initializeFeature(OXFFeature feature,
net.opengis.om.x10.CategoryObservationType xb_categoryObservation)
supports O&M 1.0:
|
void |
OXFMeasurementType.initializeFeature(OXFFeature feature,
net.opengis.om.x10.MeasurementType xb_measurement)
supports O&M 1.0:
|
void |
OXFAbstractObservationType.initializeFeature(OXFFeature feature,
net.opengis.om.x10.ObservationType xb_abstractObservation)
supports O&M 1.0
|
void |
OXFGmlPointType.initializeFeature(OXFFeature feature,
net.opengis.gml.x32.PointType gmlPoint) |
void |
OXFSamplingPointType.initializeFeature(OXFFeature feature,
net.opengis.sampling.x10.SamplingPointType xb_saPoint)
supports the Sampling specification of version 1.0:
|
void |
OXFSamplingSurfaceType.initializeFeature(OXFFeature feature,
net.opengis.sampling.x10.SamplingSurfaceType xb_saSurface)
supports the Sampling specification of version 1.0:
|
void |
OXFAbstractFeatureType.initializeFeature(OXFFeature feature,
String[] nameValue,
String descriptionValue,
com.vividsolutions.jts.geom.Geometry locationValue) |
void |
OXFAbstractObservationType.initializeFeature(OXFFeature feature,
String[] nameValue,
String descriptionValue,
com.vividsolutions.jts.geom.Geometry locationValue,
ITime timeValue,
String procedureValue,
OXFPhenomenonPropertyType observedPropertyValue,
OXFFeature featureOfInterestValue) |
void |
OXFTruthObservationType.initializeFeature(OXFFeature feature,
String[] nameValue,
String descriptionValue,
com.vividsolutions.jts.geom.Geometry locationValue,
ITime timeValue,
String procedureValue,
OXFPhenomenonPropertyType observedPropertyValue,
OXFFeature featureOfInterestValue,
Boolean resultValue) |
void |
OXFTemporalObservationType.initializeFeature(OXFFeature feature,
String[] nameValue,
String descriptionValue,
com.vividsolutions.jts.geom.Geometry locationValue,
ITime timeValue,
String procedureValue,
OXFPhenomenonPropertyType observedPropertyValue,
OXFFeature featureOfInterestValue,
ITime resultValue) |
void |
OXFCountObservationType.initializeFeature(OXFFeature feature,
String[] nameValue,
String descriptionValue,
com.vividsolutions.jts.geom.Geometry locationValue,
ITime timeValue,
String procedureValue,
OXFPhenomenonPropertyType observedPropertyValue,
OXFFeature featureOfInterestValue,
Number resultValue) |
void |
OXFMeasurementType.initializeFeature(OXFFeature feature,
String[] nameValue,
String descriptionValue,
com.vividsolutions.jts.geom.Geometry locationValue,
ITime timeValue,
String procedureValue,
OXFPhenomenonPropertyType observedPropertyValue,
OXFFeature featureOfInterestValue,
OXFMeasureType resultValue) |
void |
OXFCategoryObservationType.initializeFeature(OXFFeature feature,
String[] nameValue,
String descriptionValue,
com.vividsolutions.jts.geom.Geometry locationValue,
ITime timeValue,
String procedureValue,
OXFPhenomenonPropertyType observedPropertyValue,
OXFFeature featureOfInterestValue,
OXFScopedName resultValue) |
protected void |
OXFAbstractFeatureType.initializeFeaturesGeometry(OXFFeature feature,
com.vividsolutions.jts.geom.Geometry geom) |
Modifier and Type | Method and Description |
---|---|
void |
OXFFeatureCollection.add(Collection<OXFFeature> fCollection) |
boolean |
OXFFeatureCollection.containsAll(Collection<OXFFeature> c) |
Constructor and Description |
---|
OXFFeatureCollection(String id,
OXFFeatureType featureType,
Collection<OXFFeature> features) |
Modifier and Type | Method and Description |
---|---|
Map<ITimePosition,ObservedValueTuple> |
ObservationSeriesCollection.getAllTuples(OXFFeature foi) |
ObservedValueTuple |
ObservationSeriesCollection.getTuple(OXFFeature feature,
ITimePosition timePos) |
Constructor and Description |
---|
ObservationSeriesCollection(OXFFeatureCollection observationCollection,
Set<OXFFeature> featuresSet,
String[] observedProperties,
boolean onlyCompleteTuples) |
Copyright © 2012–2017 52North Initiative for Geospatial Open Source Software GmbH. All rights reserved.