public class EntityProperties extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
DATASTREAM_PROPERTIES
List of Mandatory properties for Datastream entity.
|
static String[] |
FEATURE_OF_INTEREST_PROPERTIES
List of Mandatory properties for FeatureOfInterest entity.
|
static String[] |
HISTORICAL_LOCATION_PROPERTIES
List of Mandatory properties for HistoricalLocation entity.
|
static String[] |
LOCATION_PROPERTIES
List of Mandatory properties for Location entity.
|
static String[] |
OBSERVATION_PROPERTIES
List of Mandatory properties for Observation entity.
|
static String[] |
OBSERVED_PROPETY_PROPERTIES
List of Mandatory properties for ObservedProperty entity.
|
static String[] |
SENSOR_PROPERTIES
List of Mandatory properties for Sensor entity.
|
static String[] |
THING_PROPERTIES
List of Mandatory properties for Thing entity.
|
| Constructor and Description |
|---|
EntityProperties() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getPropertiesListFor(EntityType entityType)
Returning the list of mandatory properties for the given entityType.
|
static String[] |
getPropertiesListFor(String name)
Returning the list of mandatory properties for the given entity name.
|
public static final String[] THING_PROPERTIES
public static final String[] LOCATION_PROPERTIES
public static final String[] HISTORICAL_LOCATION_PROPERTIES
public static final String[] DATASTREAM_PROPERTIES
public static final String[] SENSOR_PROPERTIES
public static final String[] OBSERVED_PROPETY_PROPERTIES
public static final String[] OBSERVATION_PROPERTIES
public static final String[] FEATURE_OF_INTEREST_PROPERTIES
public static String[] getPropertiesListFor(String name)
name - The type of entity in String formatpublic static String[] getPropertiesListFor(EntityType entityType)
entityType - The type of entity from EntityType enumCopyright © 2016 Open Geospatial Consortium. All rights reserved.