org.geotools.geometry.jts.coordinatesequence
Class InPlaceCoordinateSequenceTransformer
Object
InPlaceCoordinateSequenceTransformer
- All Implemented Interfaces:
- CoordinateSequenceTransformer
- Direct Known Subclasses:
- InPlaceCoordinateSequenceTransformer
public class InPlaceCoordinateSequenceTransformer
- extends Object
- implements CoordinateSequenceTransformer
A JTS CoordinateSequenceTransformer which transforms the values in place.
Paragraph ...
Responsibilities:
Example:
InPlaceCoordinateSequenceTransformer x = new InPlaceCoordinateSequenceTransformer( ... );
TODO code example
- Since:
- 0.6.0
- Author:
- jeichar
- Module:
modules/library/main (gt-main.jar)
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InPlaceCoordinateSequenceTransformer
public InPlaceCoordinateSequenceTransformer()
transform
public CoordinateSequence transform(CoordinateSequence cs,
MathTransform transform)
throws TransformException
- Description copied from interface:
CoordinateSequenceTransformer
- Returns a transformed coordinate sequence.
- Specified by:
transform
in interface CoordinateSequenceTransformer
- Parameters:
cs
- The sequence to transform.transform
- The transformation to apply.
- Throws:
TransformException
- if at least one coordinate can't be transformed.- See Also:
CoordinateSequenceTransformer.transform(com.vividsolutions.jts.geom.CoordinateSequence, org.opengis.referencing.operation.MathTransform)
Copyright © 1996-2010 Geotools. All Rights Reserved.