org.opengis.observation.sampling
Interface SamplingSolid

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

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

A "SamplingSolid" is an identified 3-D spatial feature used in sampling.

Since:
GeoAPI 2.3
Version:
Implementation specification 1.0

Method Summary
 Solid getShape()
          Geometry of the sampling solid.
 Measure getVolume()
          Volume of the 3d solid.
 
Methods inherited from interface SamplingFeature
getRelatedObservation, getRelatedSamplingFeature, getSampledFeature, getSurveyDetail
 

Method Detail

getVolume

@UML(identifier="volume",
     obligation=OPTIONAL,
     specification=OGC_07022)
Measure getVolume()
Volume of the 3d solid.


getShape

@UML(identifier="shape",
     obligation=MANDATORY,
     specification=OGC_07022)
Solid getShape()
Geometry of the sampling solid.



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