public class ReverseProjectionTransform extends AbstractXyTransform
Copyright 2002-2008 Partner Software, Inc. All rights reserved.
| Constructor and Description |
|---|
ReverseProjectionTransform(Projection projection)
Create a new ProjectionTransform with the given projection, assuming
meters as output.
|
ReverseProjectionTransform(Projection projection,
LinearUnit unit)
Create a new ProjectionTransform and the given unit of measure.
|
| Modifier and Type | Method and Description |
|---|---|
Projection |
getProjection() |
LinearUnit |
getUnit() |
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 ReverseProjectionTransform(Projection projection, LinearUnit unit)
public ReverseProjectionTransform(Projection projection)
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 Projection getProjection()
public LinearUnit getUnit()