| Package | Description |
|---|---|
| org.opengis.cite.sta10.util |
This package includes miscellaneous utility classes to support testing.
|
| Modifier and Type | Method and Description |
|---|---|
static EntityType |
EntityType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static EntityType[] |
EntityType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
ServiceURLBuilder.buildURLString(String rootURI,
EntityType parentEntityType,
long parentId,
EntityType relationEntityType,
String property)
Build the URL String based on the entityType, parent EntityType and id, and the targeted property or query
|
static String[] |
EntityProperties.getPropertiesListFor(EntityType entityType)
Returning the list of mandatory properties for the given entityType.
|
static String |
EntityPropertiesSampleValue.getPropertyValueFor(EntityType entityType,
int index)
Returning the sample property value for the properties[index] of the entityType
|
static String[] |
EntityRelations.getRelationsListFor(EntityType entityType)
Returning the list of entity relations for the given entityType.
|
Copyright © 2016 Open Geospatial Consortium. All rights reserved.