org.opengis.observation.sampling
Interface SamplingCurve

Show UML class diagram
All Superinterfaces:
AnyFeature, SamplingFeature, SpatiallyExtensiveSamplingFeature

@UML(identifier="samplingCurve",
     specification=OGC_07022)
public interface SamplingCurve
extends SpatiallyExtensiveSamplingFeature

A "SamplingCurve" is an identified 1-D spatial feature. It may be revisited for various purposes, in particular to retrieve multiple specimens or make repeated or complementary observations. Specialized names for SamplingCurve include Sounding, ObservationWell, FlightLine, Transect.

Since:
GeoAPI 2.3

Method Summary
 Measure getLength()
          Lenght of the curve.
 Curve getShape()
          Geometry of the curve.
 
Methods inherited from interface SamplingFeature
getRelatedObservation, getRelatedSamplingFeature, getSampledFeature, getSurveyDetail
 

Method Detail

getLength

@UML(identifier="lenght",
     obligation=OPTIONAL,
     specification=OGC_07022)
Measure getLength()
Lenght of the curve.


getShape

@UML(identifier="shape",
     obligation=MANDATORY,
     specification=OGC_07022)
Curve getShape()
Geometry of the curve.



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