
org.opengis.cite.sta10.util.ControlInformation Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of ets-sta10 Show documentation
Show all versions of ets-sta10 Show documentation
Conformance Test suite for SensorThings API
The newest version!
package org.opengis.cite.sta10.util;
/**
* SensorThings common control information
*/
public class ControlInformation {
/**
* The system-generated identifier of an entity. It is unique among the entities of
* the same entity type in a SensorThings service.
*/
public static final String ID = "@iot.id";
/**
* The absolute URL of an entity that is unique among all other entities.
*/
public static final String SELF_LINK = "@iot.selfLink";
/**
* The relative URL that retrieves content of related entities.
*/
public static final String NAVIGATION_LINK = "@iot.navigationLink";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy