|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@UML(identifier="CompositePhenomenon",
specification=OGC_07022)
public interface CompositePhenomenonA 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.
| 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 |
|---|
@UML(identifier="component",
obligation=MANDATORY,
specification=OGC_07022)
List<? extends Phenomenon> getComponent()
@UML(identifier="base",
obligation=OPTIONAL,
specification=OGC_07022)
Phenomenon getBase()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||