|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.geotools.geometry.coordinatesequence.InPlaceCoordinateSequenceTransformer
summary sentence.
Paragraph ...
Responsibilities:
Example:
InPlaceCoordinateSequenceTransformer x = new InPlaceCoordinateSequenceTransformer( ... );
TODO code example
Constructor Summary | |
InPlaceCoordinateSequenceTransformer()
|
Method Summary | |
com.vividsolutions.jts.geom.CoordinateSequence |
transform(com.vividsolutions.jts.geom.CoordinateSequence cs,
org.opengis.referencing.operation.MathTransform transform)
Returns a transformed coordinate sequence. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public InPlaceCoordinateSequenceTransformer()
Method Detail |
public com.vividsolutions.jts.geom.CoordinateSequence transform(com.vividsolutions.jts.geom.CoordinateSequence cs, org.opengis.referencing.operation.MathTransform transform) throws org.opengis.referencing.operation.TransformException
CoordinateSequenceTransformer
transform
in interface CoordinateSequenceTransformer
cs
- The sequence to transform.transform
- The transformation to apply.
org.opengis.referencing.operation.TransformException
- if at least one coordinate can't be transformed.CoordinateSequenceTransformer.transform(com.vividsolutions.jts.geom.CoordinateSequence, org.opengis.referencing.operation.MathTransform)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |