|
deegree 2.4 (2010/11/11 10:47 build-27-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.deegree.framework.xml.GeometryUtils
public class GeometryUtils
Utility methods for handling geometries within XSLT transformations
| Constructor Summary | |
|---|---|
GeometryUtils()
|
|
| Method Summary | |
|---|---|
static double |
calcArea(Node node)
|
static double |
calcOuterBoundaryLength(Node node)
|
static double |
getCentroidX(Node node,
String targetCRS)
returns the X coordinate of the centroid of the geometry represented by the passed Node |
static double |
getCentroidY(Node node,
String targetCRS)
returns the y coordinate of the centroid of the geometry represented by the passed Node |
static String |
getCurveCoordinates(Node node)
Searches for a gml:poslist, gml:pos or gml:coordinates and creates a String from them. |
static String |
getEnvelopeFromGeometry(Node node)
|
static String |
getPolygonCoordinatesFromEnvelope(Node node)
|
static String |
getPolygonInnerRing(Node node,
int index,
String sourceCRS,
String targetCRS)
|
static String |
getPolygonOuterRing(Node node,
String sourceCRS,
String targetCRS)
returns the coordinates of the out ring of a polygon as comma separated list. |
static String |
toGML2Coordinates(String input,
int dimension)
Transforms the string contents of a GML 3.1.1-style gml:posList into a GML 2.1-style
gml:coordinates element. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GeometryUtils()
| Method Detail |
|---|
public static String getPolygonCoordinatesFromEnvelope(Node node)
node - (an Element) describing an envelope to get the coordinates from.
public static String getEnvelopeFromGeometry(Node node)
node - (an Element) describing a geometry from which the bbox (envelope) will be returned.
public static String getPolygonOuterRing(Node node,
String sourceCRS,
String targetCRS)
node - sourceCRS - targetCRS -
public static String getPolygonInnerRing(Node node,
int index,
String sourceCRS,
String targetCRS)
node - index - sourceCRS - targetCRS -
public static double calcArea(Node node)
node - to extract the geometry from
public static double calcOuterBoundaryLength(Node node)
node - to extract the geometry from from which the length of the outerboundary will be calculated
public static double getCentroidX(Node node,
String targetCRS)
node - to calculate the centroid from.targetCRS - of resulting centroid, may be null
public static double getCentroidY(Node node,
String targetCRS)
node - to calculate the centroid from.targetCRS - of resulting centroid, may be null
public static String getCurveCoordinates(Node node)
node - to get the coordinates from
public static String toGML2Coordinates(String input,
int dimension)
gml:posList into a GML 2.1-style
gml:coordinates element.
input - coordinates string that separates all number using withspace charactersdimension -
|
deegree 2.4 (2010/11/11 10:47 build-27-official) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
an open source project founded by lat/lon, Bonn, Germany.
For more information visit: http://www.deegree.org