|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjwo.landserf.process.TransformAdapter
public class TransformAdapter
Provides a default transformer that leaves coordinates unchanged. This can be useful for methods that require a Transformable object where a default transformation is needed.
| Constructor Summary | |
|---|---|
TransformAdapter()
|
|
| Method Summary | |
|---|---|
boolean |
doInterpolation()
Indicates whether the transformation uses nearest neighbour (false) or some interpolator (true). |
String |
getDescription()
Provides a description of this transformation. |
Footprint |
invTransformCoords(Footprint fpIn)
Performs an inverse transform of the location given by the footprint, but in this case, creates a new identical footprint. |
Footprint |
transformCoords(Footprint fpIn)
Transforms the location given by the footprint, but in this case creates a new identical footprint. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TransformAdapter()
| Method Detail |
|---|
public Footprint transformCoords(Footprint fpIn)
transformCoords in interface TransformablefpIn - Incoming footprint to transform.
public Footprint invTransformCoords(Footprint fpIn)
invTransformCoords in interface TransformablefpIn - Incoming footprint on which to perform the inverse transform.
public String getDescription()
getDescription in interface Transformablepublic boolean doInterpolation()
doInterpolation in interface Transformable
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||