public class EntityPropertiesSampleValue extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
DATASTREAM_PROPERTIES_Values
Sample properties for Datastream entity.
|
static String[] |
FEATURE_OF_INTEREST_PROPERTIES_Values
Sample properties for FeatureOfInterest entity.
|
static Comparable[] |
HISTORICAL_LOCATION_PROPERTIES_Values
Sample properties for HistoricalLocation entity.
|
static String[] |
LOCATION_PROPERTIES_Values
Sample properties for Location entity.
|
static Comparable[] |
OBSERVATION_PROPERTIES_Values
Sample properties for Observation entity.
|
static String[] |
OBSERVED_PROPETY_PROPERTIES_Values
Sample properties for ObservedProperty entity.
|
static String[] |
SENSOR_PROPERTIES_Values
Sample properties for Sensor entity.
|
static String[] |
THING_PROPERTIES_Values
Sample properties for Thing entity.
|
| Constructor and Description |
|---|
EntityPropertiesSampleValue() |
| Modifier and Type | Method and Description |
|---|---|
static Comparable |
getPropertyValueFor(EntityType entityType,
int index)
Returning the sample property value for the properties[index] of the
entityType
|
public static final String[] THING_PROPERTIES_Values
public static final String[] LOCATION_PROPERTIES_Values
public static final Comparable[] HISTORICAL_LOCATION_PROPERTIES_Values
public static final String[] DATASTREAM_PROPERTIES_Values
public static final String[] SENSOR_PROPERTIES_Values
public static final String[] OBSERVED_PROPETY_PROPERTIES_Values
public static final Comparable[] OBSERVATION_PROPERTIES_Values
public static final String[] FEATURE_OF_INTEREST_PROPERTIES_Values
public static Comparable getPropertyValueFor(EntityType entityType, int index)
entityType - The type of the entity in the format of EntityType enumindex - The index of the requested properties in the properties list
of the entityTypeCopyright © 2022 Open Geospatial Consortium. All rights reserved.