|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Property in org.deegree.observation.model |
---|
Methods in org.deegree.observation.model that return Property | |
---|---|
Property |
SimpleDoubleResult.getProperty()
|
Property |
Result.getProperty()
|
Property |
SimpleIntegerResult.getProperty()
|
Property |
SimpleNullResult.getProperty()
|
Methods in org.deegree.observation.model that return types with arguments of type Property | |
---|---|
List<Property> |
MeasurementBase.getProperties()
|
List<Property> |
Observation.getProperties()
|
List<Property> |
MeasurementCollection.getProperties()
|
List<Property> |
Measurement.getProperties()
|
List<Property> |
SimpleMeasurement.getProperties()
|
Methods in org.deegree.observation.model with parameters of type Property | |
---|---|
Result |
Measurement.getResult(Property property)
|
Result |
SimpleMeasurement.getResult(Property property)
|
Constructors in org.deegree.observation.model with parameters of type Property | |
---|---|
SimpleDoubleResult(double value,
Property property)
|
|
SimpleIntegerResult(int value,
Property property)
|
|
SimpleNullResult(Property property)
|
Constructor parameters in org.deegree.observation.model with type arguments of type Property | |
---|---|
MeasurementBase(String foi,
Collection<Property> properties)
|
|
MeasurementCollection(Collection<Property> properties)
|
|
Observation(Collection<Property> properties)
Create a Observation with some observed properties. |
Uses of Property in org.deegree.observation.persistence |
---|
Fields in org.deegree.observation.persistence with type parameters of type Property | |
---|---|
protected List<Property> |
SQLObservationDatastore.properties
|
Methods in org.deegree.observation.persistence that return types with arguments of type Property | |
---|---|
List<Property> |
ObservationDatastore.getProperties()
|
List<Property> |
SQLObservationDatastore.getProperties()
|
List<Property> |
DatastoreConfiguration.getProperties()
|
Methods in org.deegree.observation.persistence with parameters of type Property | |
---|---|
void |
DatastoreConfiguration.addToProperties(Property property)
|
Constructor parameters in org.deegree.observation.persistence with type arguments of type Property | |
---|---|
SQLObservationDatastore(String jdbcId,
String tableName,
Map<String,String> columnMap,
Map<String,String> optionMap,
List<Property> properties)
|
Uses of Property in org.deegree.observation.persistence.binary |
---|
Constructor parameters in org.deegree.observation.persistence.binary with type arguments of type Property | |
---|---|
BinarySQLDatastore(String jdbcId,
String tableName,
Map<String,String> columnMap,
Map<String,String> optionMap,
List<Property> properties)
|
Uses of Property in org.deegree.observation.persistence.continuous |
---|
Constructor parameters in org.deegree.observation.persistence.continuous with type arguments of type Property | |
---|---|
ContinuousObservationDatastore(String jdbcId,
String tableName,
Map<String,String> columnMap,
Map<String,String> optionMap,
List<Property> properties)
|
Uses of Property in org.deegree.observation.persistence.simple |
---|
Methods in org.deegree.observation.persistence.simple that return types with arguments of type Property | |
---|---|
protected List<Property> |
SimpleObservationDatastore.getPropertyMap(FilterCollection filter)
Create a map with all requested properties. |
Constructor parameters in org.deegree.observation.persistence.simple with type arguments of type Property | |
---|---|
SimpleObservationDatastore(String jdbcId,
String tableName,
Map<String,String> columnMap,
Map<String,String> optionMap,
List<Property> properties)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |