|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="samplingFeature",
specification=OGC_07022)
public interface SamplingFeatureA SamplingFeature is distinguished from typical domain feature types in that it has a set of navigable associations with Observations.
| Method Summary | |
|---|---|
List<Observation> |
getRelatedObservation()
A SamplingFeature is distinguished from typical domain feature types in that it has a set of [0..*] navigable associations with Observations, given the rolename relatedObservation. |
List<SamplingFeatureRelation> |
getRelatedSamplingFeature()
Sampling features are frequently related to each other, as parts of complexes, networks, through sub-sampling, etc. |
List<AnyFeature> |
getSampledFeature()
A SamplingFeature must be associated with one or more other features through an association role sampledFeature. |
SurveyProcedure |
getSurveyDetail()
A common requirement for sampling features is an indication of the SurveyProcedure that provides the surveyDetails related to determination of its location and shape. |
| Method Detail |
|---|
@UML(identifier="relatedSamplingFeature",
obligation=MANDATORY,
specification=OGC_07022)
List<SamplingFeatureRelation> getRelatedSamplingFeature()
@UML(identifier="surveyDetails",
obligation=OPTIONAL,
specification=OGC_07022)
SurveyProcedure getSurveyDetail()
@UML(identifier="sampleFeature",
obligation=MANDATORY,
specification=OGC_07022)
List<AnyFeature> getSampledFeature()
@UML(identifier="srelatedObservation",
obligation=MANDATORY,
specification=OGC_07022)
List<Observation> getRelatedObservation()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||