org.opengis.observation.sampling
Interface SamplingFeatureRelation

Show UML class diagram

@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
Version:
Implementation specification 1.0

Method Summary
 GenericName getRole()
           
 SamplingFeature getTarget()
           
 

Method Detail

getRole

@UML(identifier="role",
     obligation=MANDATORY,
     specification=OGC_07022)
GenericName getRole()

getTarget

@UML(identifier="target",
     obligation=MANDATORY,
     specification=OGC_07022)
SamplingFeature getTarget()


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