All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.opengis.cite.sta10.util.ControlInformation Maven / Gradle / Ivy

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