|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CoordinateSequenceTransformer
Interface that should be implemented by classes able to apply the provided transformation to a coordinate sequence.
Method Summary | |
---|---|
com.vividsolutions.jts.geom.CoordinateSequence |
transform(com.vividsolutions.jts.geom.CoordinateSequence sequence,
org.opengis.referencing.operation.MathTransform transform)
Returns a transformed coordinate sequence. |
Method Detail |
---|
com.vividsolutions.jts.geom.CoordinateSequence transform(com.vividsolutions.jts.geom.CoordinateSequence sequence, org.opengis.referencing.operation.MathTransform transform) throws org.opengis.referencing.operation.TransformException
sequence
- The sequence to transform.transform
- The transformation to apply.
org.opengis.referencing.operation.TransformException
- if at least one coordinate can't be transformed.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |