| Package | Description |
|---|---|
| com.axiomalaska.sos | |
| com.axiomalaska.sos.data | |
| com.axiomalaska.sos.exception | |
| com.axiomalaska.sos.tools | |
| com.axiomalaska.sos.xmlbuilder |
| Modifier and Type | Method and Description |
|---|---|
List<ObservationCollection> |
ObservationRetriever.getObservationCollection(SosSensor sensor,
com.axiomalaska.phenomena.Phenomenon phenomenon,
org.joda.time.DateTime startDate)
Provides observations (from the startDate to current) for a specific
phenomenon and sensor.
|
void |
IObservationSubmitter.update(SosSensor sensor,
com.axiomalaska.phenomena.Phenomenon phenomenon,
ObservationRetriever observationRetriever)
Pull: Update the observations of a station with a specific phenomenon in the SOS server.
|
void |
ObservationSubmitter.update(SosSensor sensor,
com.axiomalaska.phenomena.Phenomenon phenomenon,
ObservationRetriever observationRetriever) |
| Modifier and Type | Method and Description |
|---|---|
SosSensor |
ObservationCollection.getSensor()
The sensor of the observations
|
| Modifier and Type | Method and Description |
|---|---|
List<SosSensor> |
SosStation.getSensors()
A list of phenomena that this station has readings for
|
| Modifier and Type | Method and Description |
|---|---|
void |
SosStation.addSensor(SosSensor sensor) |
void |
ObservationCollection.setSensor(SosSensor sensor) |
| Modifier and Type | Method and Description |
|---|---|
void |
SosStation.setSensors(List<SosSensor> sensors) |
| Constructor and Description |
|---|
ObservationRetrievalException(SosSensor sensor,
com.axiomalaska.phenomena.Phenomenon phenomenon,
com.vividsolutions.jts.geom.Geometry geometry,
DateExtremaType type,
String message) |
| Modifier and Type | Method and Description |
|---|---|
static String |
IdCreator.createFeatureOfInterestId(SosSensor sensor) |
static String |
IdCreator.createFeatureOfInterestId(SosStation station,
SosSensor sensor) |
static String |
IdCreator.createFeatureOfInterestName(SosStation station,
SosSensor sensor) |
static String |
IdCreator.createObservationFeatureOfInterestId(SosSensor sensor,
com.vividsolutions.jts.geom.Geometry foiGeometry) |
static String |
IdCreator.createObservationFeatureOfInterestName(SosSensor sensor,
com.vividsolutions.jts.geom.Geometry foiGeometry) |
static String |
IdCreator.createResultTemplateId(SosSensor sensor,
com.axiomalaska.phenomena.Phenomenon phenomenon,
com.vividsolutions.jts.geom.Geometry foiGeometry) |
| Constructor and Description |
|---|
GetNewestObservationBuilder(SosSensor sensor,
com.axiomalaska.phenomena.Phenomenon phenomenon,
com.vividsolutions.jts.geom.Geometry geometry) |
GetObservationBuilder(SosSensor sensor,
com.axiomalaska.phenomena.Phenomenon phenomenon,
com.vividsolutions.jts.geom.Geometry geometry) |
GetOldestObservationBuilder(SosSensor sensor,
com.axiomalaska.phenomena.Phenomenon phenomenon,
com.vividsolutions.jts.geom.Geometry geometry) |
SensorSensorMLBuilder(SosSensor sensor) |
Copyright © 2016. All rights reserved.