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

com.evrythng.thng.resource.model.store.Positionable Maven / Gradle / Ivy

There is a newer version: 1.33
Show newest version
package com.evrythng.thng.resource.model.store;

import com.evrythng.thng.resource.model.store.geojson.GeoJsonPoint;

/**
 * Interface for a object that can be geographically positioned
 */
public interface Positionable extends Traceable {

	GeoJsonPoint getPosition();

	void setPosition(GeoJsonPoint position);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy