public class EntityRelations extends Object
| Modifier and Type | Field and Description |
|---|---|
static String[] |
DATASTREAM_RELATIONS
List of entity relations for Datastream entity.
|
static String[] |
FEATURE_OF_INTEREST_RELATIONS
List of entity relations for FeatureOfInterest entity.
|
static String[] |
HISTORICAL_LOCATION_RELATIONS
List of entity relations for HistoricalLocation entity.
|
static String[] |
LOCATION_RELATIONS
List of entity relations for Location entity.
|
static String[] |
OBSERVATION_RELATIONS
List of entity relations for Observation entity.
|
static String[] |
OBSERVED_PROPERTY_RELATIONS
List of entity relations for ObservedProperty entity.
|
static String[] |
SENSOR_RELATIONS
List of entity relations for Sensor entity.
|
static String[] |
THING_RELATIONS
List of entity relations for Thing entity.
|
| Constructor and Description |
|---|
EntityRelations() |
| Modifier and Type | Method and Description |
|---|---|
static String[] |
getRelationsListFor(EntityType entityType)
Returning the list of entity relations for the given entityType.
|
static String[] |
getRelationsListFor(String name)
Returning the list of entity relations for the given entity name.
|
public static final String[] THING_RELATIONS
public static final String[] LOCATION_RELATIONS
public static final String[] HISTORICAL_LOCATION_RELATIONS
public static final String[] DATASTREAM_RELATIONS
public static final String[] SENSOR_RELATIONS
public static final String[] OBSERVATION_RELATIONS
public static final String[] OBSERVED_PROPERTY_RELATIONS
public static final String[] FEATURE_OF_INTEREST_RELATIONS
public static String[] getRelationsListFor(EntityType entityType)
entityType - The type of entity from EntityType enumCopyright © 2018 Open Geospatial Consortium. All rights reserved.