|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.deegree_impl.gml.GML_Transformer
This class transforms GML-documents. Possible GML-geometries are: GMLPoint, GMLMultiPoint, GMLLineString, GMLMultiLineString, GMLPolygon and GMLMultiPolygon
----------------------------------------------------------------------
| Field Summary | |
(package private) TransformationFactory |
transformationfactory
|
| Constructor Summary | |
GML_Transformer()
the default constructor |
|
| Method Summary | |
java.lang.String |
completeSrs(java.lang.String ts)
Transforms the target_srs (like EPSG 1234) to a qualified srsName attribute (like http://www.opengis.net/gml/srs/epsg.xml#1234) ONLY "EPSG 1234" is featured, not "EPSG_1234" (underlined). |
GMLGeometry |
transform(GMLGeometry gmlgeo,
java.lang.String target_srs)
This selects the GMLGeometry and leads it to the corresponending transform-method |
GMLLineString |
transformLineString(GMLLineString gmlgeo,
java.lang.String target_srs)
Transforms the coords of a GMLLineString-geometry |
GMLMultiLineString |
transformMultiLineString(GMLMultiLineString gmlgeo,
java.lang.String target_srs)
Transforms the coords of a GMLMultiLineString-geometry |
GMLMultiPoint |
transformMultiPoint(GMLMultiPoint gmlgeo,
java.lang.String target_srs)
|
GMLMultiPolygon |
transformMultiPolygon(GMLMultiPolygon gmlgeo,
java.lang.String target_srs)
Transforms the coords of a GMLMultiPolygon-geometry |
GMLPoint |
transformPoint(GMLPoint gmlgeo,
java.lang.String target_srs)
Transforms the coords of a GMLPoint-geometry |
GMLPolygon |
transformPolygon(GMLPolygon gmlgeo,
java.lang.String target_srs)
Transforms the coords of a GMLPolygon-geometry |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
TransformationFactory transformationfactory
| Constructor Detail |
public GML_Transformer()
| Method Detail |
public GMLGeometry transform(GMLGeometry gmlgeo,
java.lang.String target_srs)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String completeSrs(java.lang.String ts)
ts - target_srs
public GMLPoint transformPoint(GMLPoint gmlgeo,
java.lang.String target_srs)
throws java.lang.Exception
java.lang.Exception
public GMLMultiPoint transformMultiPoint(GMLMultiPoint gmlgeo,
java.lang.String target_srs)
throws java.lang.Exception
gmlgeo - target_srs -
java.lang.Exception
public GMLLineString transformLineString(GMLLineString gmlgeo,
java.lang.String target_srs)
throws java.lang.Exception
java.lang.Exception
public GMLMultiLineString transformMultiLineString(GMLMultiLineString gmlgeo,
java.lang.String target_srs)
throws java.lang.Exception
java.lang.Exception
public GMLPolygon transformPolygon(GMLPolygon gmlgeo,
java.lang.String target_srs)
throws java.lang.Exception
java.lang.Exception
public GMLMultiPolygon transformMultiPolygon(GMLMultiPolygon gmlgeo,
java.lang.String target_srs)
throws java.lang.Exception
java.lang.Exception
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||