|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.partnersoft.geometry.projection.ProjectionTransform
public class ProjectionTransform
Mangler to project from latlong to xy or vice versa.
| Constructor Summary | |
|---|---|
ProjectionTransform()
Create a new ProjectionTransform. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLatitude()
Field containing latitude. |
java.lang.String |
getLongitude()
Field containing longitude. |
java.lang.String |
getProjection()
Name of projection/coordinate system to use. |
double |
getScaleFactor()
Scale factor applied to xy - use to convert from meters to other units. |
boolean |
getToLatLong()
If true, does a reverse projection from xy to latlong. |
java.lang.String |
getX()
Field containing x coordinate (easting). |
java.lang.String |
getY()
Field containing y coordinate (northing). |
void |
setLatitude(java.lang.String newLatitude)
Field containing latitude. |
void |
setLongitude(java.lang.String newLongitude)
Field containing longitude. |
void |
setProjection(java.lang.String newProjection)
Name of projection/coordinate system to use. |
void |
setScaleFactor(double newScaleFactor)
Scale factor applied to xy - use to convert from meters to other units. |
void |
setToLatLong(boolean newToLatLong)
If true, does a reverse projection from xy to latlong. |
void |
setX(java.lang.String newX)
Field containing x coordinate (easting). |
void |
setY(java.lang.String newY)
Field containing y coordinate (northing). |
java.lang.Object |
transform(java.lang.Object victim)
Our one method; this transforms one object into another. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ProjectionTransform()
| Method Detail |
|---|
public java.lang.Object transform(java.lang.Object victim)
ObjectTransform
transform in interface ObjectTransformpublic java.lang.String getLatitude()
public void setLatitude(java.lang.String newLatitude)
public java.lang.String getLongitude()
public void setLongitude(java.lang.String newLongitude)
public java.lang.String getProjection()
public void setProjection(java.lang.String newProjection)
public double getScaleFactor()
public void setScaleFactor(double newScaleFactor)
public boolean getToLatLong()
public void setToLatLong(boolean newToLatLong)
public java.lang.String getX()
public void setX(java.lang.String newX)
public java.lang.String getY()
public void setY(java.lang.String newY)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||