|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
@UML(identifier="CV_DomainObject", specification=ISO_19123) public interface DomainObject
Represents an element of the domain of the coverage. It is an aggregation of objects that may include any combination of geometry, or spatial or temporal objects such as grid point.
Coverage.getDomainElements()
Method Summary | |
---|---|
Set<Geometry> |
getSpatialElements()
Returns the set of geometries of which this domain is composed. |
Set<TemporalGeometricPrimitive> |
getTemporalElements()
Returns the set of geometric primitives of which this domain is composed. |
Method Detail |
---|
@UML(identifier="spatialElement", obligation=OPTIONAL, specification=ISO_19123) Set<Geometry> getSpatialElements()
@UML(identifier="temporalElement", obligation=OPTIONAL, specification=ISO_19123) Set<TemporalGeometricPrimitive> getTemporalElements()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |