org.opengis.observation.sampling
Interface SamplingPoint

Show UML class diagram
All Superinterfaces:
AnyFeature, SamplingFeature

@UML(identifier="SamplingPoint",
     specification=OGC_07022)
public interface SamplingPoint
extends SamplingFeature

A SamplingPoint samples its target at a point(0-manifold);

Since:
GeoAPI 2.3
Version:
Implementation specification 1.0

Method Summary
 Point getPosition()
          Sampling position.
 
Methods inherited from interface SamplingFeature
getRelatedObservation, getRelatedSamplingFeature, getSampledFeature, getSurveyDetail
 

Method Detail

getPosition

@UML(identifier="position",
     obligation=MANDATORY,
     specification=OGC_07022)
Point getPosition()
Sampling position.



Copyright © 1994-2010 Open Geospatial Consortium. All Rights Reserved.