Package org.opengis.cite.sta10.util
Class EntityPropertiesSampleValue
java.lang.Object
org.opengis.cite.sta10.util.EntityPropertiesSampleValue
Provides list of sample values for each property of each entity for testing $filter.
These values are the same as the properties of one of the entities that is created in
pre-test.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final String[]
Sample properties for Datastream entity.static final String[]
Sample properties for FeatureOfInterest entity.static final Comparable[]
Sample properties for HistoricalLocation entity.static final String[]
Sample properties for Location entity.static final Comparable[]
Sample properties for Observation entity.static final String[]
Sample properties for ObservedProperty entity.static final String[]
Sample properties for Sensor entity.static final String[]
Sample properties for Thing entity. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic Comparable
getPropertyValueFor
(EntityType entityType, int index) Returning the sample property value for the properties[index] of the entityType
-
Field Details
-
THING_PROPERTIES_Values
Sample properties for Thing entity. -
LOCATION_PROPERTIES_Values
Sample properties for Location entity. -
HISTORICAL_LOCATION_PROPERTIES_Values
Sample properties for HistoricalLocation entity. -
DATASTREAM_PROPERTIES_Values
Sample properties for Datastream entity. -
SENSOR_PROPERTIES_Values
Sample properties for Sensor entity. -
OBSERVED_PROPETY_PROPERTIES_Values
Sample properties for ObservedProperty entity. -
OBSERVATION_PROPERTIES_Values
Sample properties for Observation entity. -
FEATURE_OF_INTEREST_PROPERTIES_Values
Sample properties for FeatureOfInterest entity.
-
-
Constructor Details
-
EntityPropertiesSampleValue
public EntityPropertiesSampleValue()
-
-
Method Details
-
getPropertyValueFor
Returning the sample property value for the properties[index] of the entityType- Parameters:
entityType
- The type of the entity in the format of EntityType enumindex
- The index of the requested properties in the properties list of the entityType- Returns:
- The sample value from the properties list of the given "entityType" positioned in location "index" in the list
-