|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openjump.core.geomutils.algorithm.GeometryConverter
public class GeometryConverter
| Constructor Summary | |
|---|---|
GeometryConverter()
|
|
| Method Summary | |
|---|---|
static java.util.ArrayList<com.vividsolutions.jts.geom.Geometry> |
explodeGeomsIfMultiG(com.vividsolutions.jts.geom.Geometry geom)
The method explodes a geometry, if it is a multi-geometry (Geometry Collection), into their parts. |
static java.util.ArrayList |
transformPolygonToLineStrings(com.vividsolutions.jts.geom.Geometry polygon)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeometryConverter()
| Method Detail |
|---|
public static java.util.ArrayList transformPolygonToLineStrings(com.vividsolutions.jts.geom.Geometry polygon)
polygon - a Polygon or MultiPolygon
public static java.util.ArrayList<com.vividsolutions.jts.geom.Geometry> explodeGeomsIfMultiG(com.vividsolutions.jts.geom.Geometry geom)
geom -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||