com.evrythng.thng.resource.model.store.Traceable 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;
/**
* Characterizes the ability to be traceable within a geographical coordinate
* system.
*/
public interface Traceable {
Double getLatitude();
void setLatitude(Double latitude);
Double getLongitude();
void setLongitude(Double longitude);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy