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

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

There is a newer version: 1.33
Show newest version
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