com.evrythng.thng.resource.model.store.Positionable Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of thng-resource-model Show documentation
Show all versions of thng-resource-model Show documentation
Models for REST resources representations.
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