org.opengis.observation.sampling
Interface SamplingSurface

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

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

A "SamplingSurface" is an identified 2-D spatial feature. It may be used for various purposes, in particular for observations of cross sections through features. Specialized names for SamplingSurface include CrossSection, Section, Flitch, Swath, Scene, MapHorizon.

Since:
GeoAPI 2.3

Method Summary
 Measure getArea()
          Surface area.
 Surface getShape()
          Geometry of the surface.
 
Methods inherited from interface SamplingFeature
getRelatedObservation, getRelatedSamplingFeature, getSampledFeature, getSurveyDetail
 

Method Detail

getArea

@UML(identifier="area",
     obligation=OPTIONAL,
     specification=OGC_07022)
Measure getArea()
Surface area.


getShape

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



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