public class CoordinateSystemTransform extends AbstractXyTransform
Copyright 2010 Partner Software, Inc.
| Constructor and Description |
|---|
CoordinateSystemTransform(CoordinateSystem source,
CoordinateSystem destination) |
| Modifier and Type | Method and Description |
|---|---|
CoordinateSystem |
getDestination() |
CoordinateSystem |
getSource() |
boolean |
isIdentity()
True if this transform will return the input unchanged, and can therefore
be skipped or discarded.
|
protected XyPoint |
transformImp(XyPoint point)
Subclasses must implement this to do the actual work of transformation.
|
transform, transform, transformpublic CoordinateSystemTransform(CoordinateSystem source, CoordinateSystem destination)
protected XyPoint transformImp(XyPoint point)
AbstractXyTransformAbstractXyTransform.transform(XyPoint), except that you
do NOT have to check for identity - that will be done automatically.transformImp in class AbstractXyTransformpublic boolean isIdentity()
XyTransformpublic CoordinateSystem getSource()
public CoordinateSystem getDestination()