public class CoordinateTransformation extends java.lang.Object implements Coggable
Copyright 2005 Partner Software, Inc.
| Constructor and Description |
|---|
CoordinateTransformation() |
| Modifier and Type | Method and Description |
|---|---|
void |
CoordinateTransform(Cog state) |
double |
getInputOffsetX() |
double |
getInputOffsetY() |
double |
getInputScaleX() |
double |
getInputScaleY() |
double |
getOutputOffsetX() |
double |
getOutputOffsetY() |
double |
getOutputScaleX() |
double |
getOutputScaleY() |
java.lang.String |
getProjectionName() |
java.lang.String |
getReverseProjectionName() |
boolean |
isIdentity() |
void |
setInputOffsetX(double d) |
void |
setInputOffsetY(double d) |
void |
setInputScaleX(double d) |
void |
setInputScaleY(double d) |
void |
setOutputOffsetX(double d) |
void |
setOutputOffsetY(double d) |
void |
setOutputScaleX(double d) |
void |
setOutputScaleY(double d) |
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
void |
transform(DoubleBuffer coords)
Modifies the given DoubleBuffer, treating it as a list of x, y pairs.
|
Point |
transform(double x,
double y) |
void |
transform(Point point)
Modifies the coordinates of the input Point.
|
public void CoordinateTransform(Cog state)
public Point transform(double x, double y)
public void transform(Point point)
public void transform(DoubleBuffer coords)
public boolean isIdentity()
public Cog toCog()
CoggableCog.public void setInputScaleX(double d)
public double getInputScaleX()
public void setInputScaleY(double d)
public double getInputScaleY()
public void setInputOffsetX(double d)
public double getInputOffsetX()
public void setInputOffsetY(double d)
public double getInputOffsetY()
public java.lang.String getProjectionName()
public void setOutputScaleX(double d)
public double getOutputScaleX()
public void setOutputScaleY(double d)
public double getOutputScaleY()
public void setOutputOffsetX(double d)
public double getOutputOffsetX()
public void setOutputOffsetY(double d)
public double getOutputOffsetY()
public java.lang.String getReverseProjectionName()