org.opengis.observation.sampling
Interface SurveyProcedure

Show UML class diagram

@UML(identifier="SurveyProcedure",
     specification=OGC_07022)
public interface SurveyProcedure

Specialized procedure related to surveying positions and locations.

Since:
GeoAPI 2.3

Method Summary
 Measure getElevationAccuracy()
           
 Datum getElevationDatum()
           
 Process getElevationMethod()
           
 Datum getGeodeticDatum()
           
 ResponsibleParty getOperator()
           
 Measure getPositionAccuracy()
           
 Process getPositionMethod()
           
 GenericName getProjection()
           
 TemporalObject getSurveyTime()
           
 

Method Detail

getOperator

@UML(identifier="operator",
     obligation=OPTIONAL,
     specification=OGC_07022)
ResponsibleParty getOperator()

getElevationDatum

@UML(identifier="elevationDatum",
     obligation=OPTIONAL,
     specification=OGC_07022)
Datum getElevationDatum()

getElevationMethod

@UML(identifier="elevationMethod",
     obligation=OPTIONAL,
     specification=OGC_07022)
Process getElevationMethod()

getElevationAccuracy

@UML(identifier="elevationAccuracy",
     obligation=OPTIONAL,
     specification=OGC_07022)
Measure getElevationAccuracy()

getGeodeticDatum

@UML(identifier="geodeticDatum",
     obligation=OPTIONAL,
     specification=OGC_07022)
Datum getGeodeticDatum()

getPositionMethod

@UML(identifier="positionMethod",
     obligation=MANDATORY,
     specification=OGC_07022)
Process getPositionMethod()

getPositionAccuracy

@UML(identifier="positionAccuracy",
     obligation=OPTIONAL,
     specification=OGC_07022)
Measure getPositionAccuracy()

getProjection

@UML(identifier="projection",
     obligation=OPTIONAL,
     specification=OGC_07022)
GenericName getProjection()

getSurveyTime

@UML(identifier="surveyTime",
     obligation=OPTIONAL,
     specification=OGC_07022)
TemporalObject getSurveyTime()


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