org.opengis.observation.sampling
Interface SamplingFeatureRelation
@UML(identifier="SamplingFeatureRelation",
specification=OGC_07022)
public interface SamplingFeatureRelation
A SamplingFeatureRelation association class carries a source, target and role.
The source is not specified in the class since it's the source object which hold the
relations instances.
- Since:
- GeoAPI 2.3
getRole
@UML(identifier="role",
obligation=MANDATORY,
specification=OGC_07022)
GenericName getRole()
getTarget
@UML(identifier="target",
obligation=MANDATORY,
specification=OGC_07022)
SamplingFeature getTarget()
Copyright © 1994-2012 Open Geospatial Consortium. All Rights Reserved.