org.opengis.observation.sampling
Interface LocatedSpecimen

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

@UML(identifier="LocatedSpecimen",
     specification=OGC_07022)
public interface LocatedSpecimen
extends Specimen

A locatedSpecimen is a specialization of specimen that carries it's location informations.

Since:
GeoAPI 2.3
Version:
Implementation specification 1.0

Method Summary
 Geometry getSamplingLocation()
          Sampling location may be provided directly if not available through its association with either the sampledFeature or a relatedSamplingFeature.
 
Methods inherited from interface Specimen
getCurrentLocation, getMaterialClass, getSamplingMethod, getSamplingTime, getSize
 
Methods inherited from interface SamplingFeature
getRelatedObservation, getRelatedSamplingFeature, getSampledFeature, getSurveyDetail
 

Method Detail

getSamplingLocation

@UML(identifier="samplingLocation",
     obligation=MANDATORY,
     specification=OGC_07022)
Geometry getSamplingLocation()
Sampling location may be provided directly if not available through its association with either the sampledFeature or a relatedSamplingFeature.

Returns:
Geometry : the specimen location geometry.


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