org.opengis.observation
Interface CompoundPhenomenon

Show UML class diagram
All Superinterfaces:
Phenomenon
All Known Subinterfaces:
CompositePhenomenon, PhenomenonSeries

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

A CompoundProperty has several components, whose count is indicated by the dimension. CompoundProperty is an abstract class. Two concrete specializations are provided : CompositeProperty and PropertySeries.

Since:
GeoAPI 2.3

Method Summary
 int getDimension()
          The number of components in the tuple.
 

Method Detail

getDimension

@UML(identifier="dimension",
     obligation=MANDATORY,
     specification=OGC_07022)
int getDimension()
The number of components in the tuple.



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