org.intamap.om
Class SamplingPoint
java.lang.Object
org.intamap.om.SamplingPoint
- All Implemented Interfaces:
- Serializable, ISamplingFeature
public class SamplingPoint
- extends Object
- implements ISamplingFeature, Serializable
- Author:
- williamw
- See Also:
- Serialized Form
SamplingPoint
public SamplingPoint(com.vividsolutions.jts.geom.Point location)
SamplingPoint
public SamplingPoint(double x,
double y)
SamplingPoint
public SamplingPoint(double x,
double y,
String sampledFeature)
SamplingPoint
public SamplingPoint(com.vividsolutions.jts.geom.Point location,
String sampledFeature)
getLocation
public com.vividsolutions.jts.geom.Point getLocation()
- Specified by:
getLocation in interface ISamplingFeature
getSampledFeature
public String getSampledFeature()
- Specified by:
getSampledFeature in interface ISamplingFeature
toString
public String toString()
- Specified by:
toString in interface ISamplingFeature- Overrides:
toString in class Object