|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.algorithms.RobustGeometryProperties
Robust implementation of the GeometryProperties interface.
| Constructor Summary | |
RobustGeometryProperties()
|
|
| Method Summary | |
double |
getArea(com.vividsolutions.jts.geom.Geometry geometry)
Calculates and returns the area of the specified geometry. |
protected double |
getArea(com.vividsolutions.jts.geom.GeometryCollection geometryCollection1)
Returns the area of a GeometryCollection. |
protected double |
getArea(com.vividsolutions.jts.geom.MultiPolygon multiPolygon)
Returns the area of a MultiPolygon. |
protected double |
getArea(com.vividsolutions.jts.geom.Polygon polygon)
Returns the area of a Polygon. |
double |
getPerimeter(com.vividsolutions.jts.geom.Geometry geometry)
Calculates and returns the perimeter of the specified geometry. |
protected double |
getPerimeter(com.vividsolutions.jts.geom.GeometryCollection geometryCollection)
Returns. |
protected double |
getPerimeter(com.vividsolutions.jts.geom.LineString lineString)
Returns the perimeter of a LineString. |
protected double |
getPerimeter(com.vividsolutions.jts.geom.MultiLineString multiLineString)
Returns the perimeter of a MultiLineString. |
protected double |
getperimeter(com.vividsolutions.jts.geom.MultiPolygon multiPolygon)
Returns the perimeter of a MultiPolygon. |
protected double |
getPerimeter(com.vividsolutions.jts.geom.Polygon polygon)
Returns the perimeter of a Polygon. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public RobustGeometryProperties()
| Method Detail |
protected double getArea(com.vividsolutions.jts.geom.GeometryCollection geometryCollection1)
geometryCollection1 - The GeometryCollection for which the
area is calulated.
protected double getPerimeter(com.vividsolutions.jts.geom.GeometryCollection geometryCollection)
geometryCollection - The GeometryCollection for which the
perimeter is calulated.
public double getArea(com.vividsolutions.jts.geom.Geometry geometry)
getArea in interface GeometryPropertiesgeometry - The Geometry to calculate the area of.
public double getPerimeter(com.vividsolutions.jts.geom.Geometry geometry)
getPerimeter in interface GeometryPropertiesgeometry - The Geometry to calculate the area of.
protected double getArea(com.vividsolutions.jts.geom.MultiPolygon multiPolygon)
multiPolygon - the MultiPolygon for which the area is calculated.
protected double getperimeter(com.vividsolutions.jts.geom.MultiPolygon multiPolygon)
multiPolygon - the MultiPolygon for which the perimeter is
calculated.
protected double getArea(com.vividsolutions.jts.geom.Polygon polygon)
polygon - the Polygon for which the area is calculated.
protected double getPerimeter(com.vividsolutions.jts.geom.Polygon polygon)
polygon - the Polygon for which the perimeter is calculated.
protected double getPerimeter(com.vividsolutions.jts.geom.MultiLineString multiLineString)
multiLineString - the MultiLineString for which the perimeter is
calculated.
protected double getPerimeter(com.vividsolutions.jts.geom.LineString lineString)
lineString - the LineString for which the perimeter is calculated.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||