|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
T
- the type of the contained geometriespublic interface MultiGeometry<T extends Geometry>
Basic aggregation type for Geometry
objects.
In contrast to a CompositeGeometry
, a MultiGeometry
has no constraints on the topological
relations between the contained geometries, i.e. their interiors may intersect.
Nested Class Summary | |
---|---|
static class |
MultiGeometry.MultiGeometryType
Convenience enum type for discriminating the different types of multi geometries. |
Nested classes/interfaces inherited from interface org.deegree.geometry.Geometry |
---|
Geometry.GeometryType |
Method Summary | |
---|---|
Geometry.GeometryType |
getGeometryType()
Must always return Geometry.GeometryType#MULTI_GEOMETRY . |
MultiGeometry.MultiGeometryType |
getMultiGeometryType()
|
Methods inherited from interface org.deegree.geometry.Geometry |
---|
contains, crosses, equals, getBuffer, getCentroid, getConvexHull, getCoordinateDimension, getCoordinateSystem, getDifference, getDistance, getEnvelope, getId, getIntersection, getPrecision, getUnion, intersects, isBeyond, isDisjoint, isWithin, isWithinDistance, overlaps, setCoordinateSystem, setGMLProperties, setId, setPrecision, touches |
Methods inherited from interface org.deegree.gml.GMLObject |
---|
getGMLProperties |
Methods inherited from interface java.util.List |
---|
add, add, addAll, addAll, clear, contains, containsAll, equals, get, hashCode, indexOf, isEmpty, iterator, lastIndexOf, listIterator, listIterator, remove, remove, removeAll, retainAll, set, size, subList, toArray, toArray |
Method Detail |
---|
Geometry.GeometryType getGeometryType()
Geometry.GeometryType#MULTI_GEOMETRY
.
getGeometryType
in interface Geometry
Geometry.GeometryType#MULTI_GEOMETRY
.MultiGeometry.MultiGeometryType getMultiGeometryType()
MultiGeometry.MultiGeometryType
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |