org.intamap.om
Class SamplingPoint

java.lang.Object
  extended by org.intamap.om.SamplingPoint
All Implemented Interfaces:
Serializable, ISamplingFeature

public class SamplingPoint
extends Object
implements ISamplingFeature, Serializable

Author:
williamw
See Also:
Serialized Form

Constructor Summary
SamplingPoint(double x, double y)
           
SamplingPoint(double x, double y, String sampledFeature)
           
SamplingPoint(com.vividsolutions.jts.geom.Point location)
           
SamplingPoint(com.vividsolutions.jts.geom.Point location, String sampledFeature)
           
 
Method Summary
 com.vividsolutions.jts.geom.Point getLocation()
           
 String getSampledFeature()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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)
Method Detail

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