org.opengis.observation
Interface CompositePhenomenon

Show UML class diagram
All Superinterfaces:
CompoundPhenomenon, Phenomenon

@UML(identifier="CompositePhenomenon",
     specification=OGC_07022)
public interface CompositePhenomenon
extends CompoundPhenomenon

A CompositeProperty is composed of a set of component property. The components may not be related to each other, though useful compound property would usually have some semantic coherence. The optional base property allows for the CompositeProperty to be generated by adding components to a base.

Since:
GeoAPI 2.3
Version:
Implementation specification 1.0

Method Summary
 Phenomenon getBase()
          Optional phenomenon that forms the basis for generating more specialized composite Phenomenon by adding more components.
 List<? extends Phenomenon> getComponent()
          A set of component composing the phenomenon.
 
Methods inherited from interface CompoundPhenomenon
getDimension
 

Method Detail

getComponent

@UML(identifier="component",
     obligation=MANDATORY,
     specification=OGC_07022)
List<? extends Phenomenon> getComponent()
A set of component composing the phenomenon.


getBase

@UML(identifier="base",
     obligation=OPTIONAL,
     specification=OGC_07022)
Phenomenon getBase()
Optional phenomenon that forms the basis for generating more specialized composite Phenomenon by adding more components.



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