|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pentaho.di.core.geospatial.GeometryUtils
public class GeometryUtils
Utility class for Geometry values
Constructor Summary | |
---|---|
GeometryUtils()
|
Method Summary | |
---|---|
static com.vividsolutions.jts.geom.Geometry |
makeEmptyGeometry()
Constructs an empty Geometry (i.e. |
static com.vividsolutions.jts.geom.Geometry |
makeEmptyGeometry(int srid)
Constructs an empty Geometry (i.e. |
static com.vividsolutions.jts.geom.Geometry |
makeEmptyGeometry(SRS srs)
Constructs an empty Geometry (i.e. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GeometryUtils()
Method Detail |
---|
public static com.vividsolutions.jts.geom.Geometry makeEmptyGeometry()
public static com.vividsolutions.jts.geom.Geometry makeEmptyGeometry(SRS srs)
srs
-
public static com.vividsolutions.jts.geom.Geometry makeEmptyGeometry(int srid)
srid
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |