public class ServiceURLBuilder extends Object
| Constructor and Description |
|---|
ServiceURLBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static String |
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 |
buildURLString(String rootURI,
List<String> entityTypes,
List<Long> ids,
String property)
Build the URL String based on a chain of entity type hierarchy and ids, and the targeted property or query
|
public static String buildURLString(String rootURI, EntityType parentEntityType, long parentId, EntityType relationEntityType, String property)
rootURI - The base URL of the SensorThings ServiceparentEntityType - The entity type of the parent entityparentId - The parent entity idrelationEntityType - The entity type of the targeted entityproperty - The targeted property or the query stringpublic static String buildURLString(String rootURI, List<String> entityTypes, List<Long> ids, String property)
rootURI - The base URL of the SensorThings ServiceentityTypes - The list of entity type chainids - The ids for the entity type chainproperty - The targeted property or the query stringCopyright © 2020 Open Geospatial Consortium. All rights reserved.