|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.deegree.geometry.Geometries
public class Geometries
Contains utility methods for common tasks on Geometry
objects.
Constructor Summary | |
---|---|
Geometries()
|
Method Summary | |
---|---|
static MultiGeometry<?> |
homogenize(MultiGeometry<?> geometry)
Homogenizes the given generic MultiGeometry , i.e. returns a MultiPoint , MultiCurve ,
MultiLineString , MultiSurface , MultiPolygon or MultiSolid (depending on the
members). |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Geometries()
Method Detail |
---|
public static MultiGeometry<?> homogenize(MultiGeometry<?> geometry)
MultiGeometry
, i.e. returns a MultiPoint
, MultiCurve
,
MultiLineString
, MultiSurface
, MultiPolygon
or MultiSolid
(depending on the
members).
geometry
- generic multi geometry to be homogenized, must not be null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |