|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.geometry.xy.AbstractXyTransform
com.partnersoft.geometry.projection.ReverseProjectionTransform
public class ReverseProjectionTransform
XyTransform for forward projecting XyPoints and XyShapes from lonlat to xy coordinates.
Copyright 2002-2008 Partner Software, Inc. All rights reserved.
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class com.partnersoft.geometry.xy.AbstractXyTransform |
|---|
transform, transform, transform |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ReverseProjectionTransform(Projection projection,
LinearUnit unit)
public ReverseProjectionTransform(Projection projection)
| Method Detail |
|---|
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()
XyTransform
public Projection getProjection()
public LinearUnit getUnit()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||