public class Simple extends Projection
Copyright 2003 Partner Software, Inc.
| Modifier and Type | Method and Description |
|---|---|
double |
getOffsetX()
Gets the value of offsetX
|
double |
getOffsetY()
Gets the value of offsetY
|
double |
getScaleX()
Gets the value of scaleX
|
double |
getScaleY()
Gets the value of scaleY
|
void |
project(Point point)
Project from latlong to xy.
|
void |
reverse(Point point)
Reverse project from xy to latlong.
|
void |
setOffsetX(double argOffsetX)
Sets the value of offsetX
|
void |
setOffsetY(double argOffsetY)
Sets the value of offsetY
|
void |
setScaleX(double argScaleX)
Sets the value of scaleX
|
void |
setScaleY(double argScaleY)
Sets the value of scaleY
|
Cog |
toCog()
Returns the complete internal state of this object in the form of a
Cog. |
getName, project, project, project, project, projectFeet, projectFeet, projectFeet, projectFeet, projectFeet, reverse, reverse, reverse, reverse, reverseFeet, reverseFeet, reverseFeet, reverseFeet, reverseFeet, setNamepublic Simple(Cog newState)
public void reverse(Point point)
Projectionreverse in class Projectionpublic void project(Point point)
Projectionproject in class Projectionpublic Cog toCog()
CoggableCog.public double getOffsetX()
public void setOffsetX(double argOffsetX)
argOffsetX - Value to assign to this.offsetXpublic double getOffsetY()
public void setOffsetY(double argOffsetY)
argOffsetY - Value to assign to this.offsetYpublic double getScaleX()
public void setScaleX(double argScaleX)
argScaleX - Value to assign to this.scaleXpublic double getScaleY()
public void setScaleY(double argScaleY)
argScaleY - Value to assign to this.scaleY