public class ProjParams extends Object
| Constructor and Description |
|---|
ProjParams()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getA()
Get the a parameter
|
String |
getAlpha()
Get the alpha parameter
|
String |
getAxis()
Get the axis parameter
|
String |
getB()
Get the b parameter
|
String |
getDatum()
Get the datum parameter
|
String |
getEllps()
Get the ellps parameter
|
String |
getGamma()
Get the gamma parameter
|
String |
getK0()
Get the k_0 parameter
|
String |
getLat0()
Get the lat_0 parameter
|
String |
getLat1()
Get the lat_1 parameter
|
String |
getLat2()
Get the lat_2 parameter
|
String |
getLatTs()
Get the lat_ts parameter
|
String |
getLon0()
Get the lon_0 parameter
|
String |
getLonc()
Get the lonc parameter
|
String |
getNadgrids()
Get the nadgrids parameter
|
String |
getPm()
Get the pm parameter
|
String |
getProj()
Get the proj parameter
|
String |
getScaleDifference()
Get the scaleDifference parameter
|
String |
getToMeter()
Get the to_meter parameter
|
String |
getTowgs84()
Get the towgs84 parameter
|
String |
getUnits()
Get the units parameter
|
String |
getX0()
Get the x_0 parameter
|
String |
getXRotation()
Get the xRotation parameter
|
String |
getXTranslation()
Get the xTranslation parameter
|
String |
getY0()
Get the y_0 parameter
|
String |
getYRotation()
Get the yRotation parameter
|
String |
getYTranslation()
Get the yTranslation parameter
|
String |
getZone()
Get the zone parameter
|
String |
getZRotation()
Get the zRotation parameter
|
String |
getZTranslation()
Get the zTranslation parameter
|
boolean |
isNoDefs()
Is the no_defs parameter enabled
|
boolean |
isNoUoff()
Is the no_uoff parameter enabled
|
boolean |
isSouth()
Is the south parameter enabled
|
boolean |
isWktext()
Is the wktext parameter enabled
|
void |
setA(double a)
Set the a parameter
|
void |
setA(String a)
Set the a parameter
|
void |
setAlpha(double alpha)
Set the alpha parameter
|
void |
setAlpha(String alpha)
Set the alpha parameter
|
void |
setAxis(String axis)
Set the axis parameter
|
void |
setB(double b)
Set the b parameter
|
void |
setB(String b)
Set the b parameter
|
void |
setDatum(String datum)
Set the datum parameter
|
void |
setEllps(String ellps)
Set the ellps parameter
|
void |
setGamma(double gamma)
Set the gamma parameter
|
void |
setGamma(String gamma)
Set the gamma parameter
|
void |
setK0(double k_0)
Set the k_0 parameter
|
void |
setK0(String k_0)
Set the k_0 parameter
|
void |
setLat0(double lat_0)
Set the lat_0 parameter
|
void |
setLat0(String lat_0)
Set the lat_0 parameter
|
void |
setLat1(double lat_1)
Set the lat_1 parameter
|
void |
setLat1(String lat_1)
Set the lat_1 parameter
|
void |
setLat2(double lat_2)
Set the lat_2 parameter
|
void |
setLat2(String lat_2)
Set the lat_2 parameter
|
void |
setLatTs(double lat_ts)
Set the lat_ts parameter
|
void |
setLatTs(String lat_ts)
Set the lat_ts parameter
|
void |
setLon0(double lon_0)
Set the lon_0 parameter
|
void |
setLon0(String lon_0)
Set the lon_0 parameter
|
void |
setLonc(double lonc)
Set the lonc parameter
|
void |
setLonc(String lonc)
Set the lonc parameter
|
void |
setNadgrids(String nadgrids)
Set the nadgrids parameter
|
void |
setNoDefs(boolean no_defs)
Set the no_defs parameter
|
void |
setNoUoff(boolean no_uoff)
Set the no_uoff parameter
|
void |
setPm(double pm)
Set the pm parameter
|
void |
setPm(String pm)
Set the pm parameter
|
void |
setProj(String proj)
Set the proj parameter
|
void |
setScaleDifference(double scaleDifference)
Set the scaleDifference parameter
|
void |
setScaleDifference(String scaleDifference)
Set the scaleDifference parameter
|
void |
setSouth(boolean south)
Set the south parameter
|
void |
setToMeter(double to_meter)
Set the to_meter parameter
|
void |
setToMeter(String to_meter)
Set the to_meter parameter
|
void |
setTowgs84(String towgs84)
Set the towgs84 parameter
|
void |
setUnits(String units)
Set the units parameter
|
void |
setWktext(boolean wktext)
Set the wktext parameter
|
void |
setX0(double x_0)
Set the x_0 parameter
|
void |
setX0(String x_0)
Set the x_0 parameter
|
void |
setXRotation(double xRotation)
Set the xRotation parameter
|
void |
setXRotation(String xRotation)
Set the xRotation parameter
|
void |
setXTranslation(double xTranslation)
Set the xTranslation parameter
|
void |
setXTranslation(String xTranslation)
Set the xTranslation parameter
|
void |
setY0(double y_0)
Set the y_0 parameter
|
void |
setY0(String y_0)
Set the y_0 parameter
|
void |
setYRotation(double yRotation)
Set the yRotation parameter
|
void |
setYRotation(String yRotation)
Set the yRotation parameter
|
void |
setYTranslation(double yTranslation)
Set the yTranslation parameter
|
void |
setYTranslation(String yTranslation)
Set the yTranslation parameter
|
void |
setZone(String zone)
Set the zone parameter
|
void |
setZRotation(double zRotation)
Set the zRotation parameter
|
void |
setZRotation(String zRotation)
Set the zRotation parameter
|
void |
setZTranslation(double zTranslation)
Set the zTranslation parameter
|
void |
setZTranslation(String zTranslation)
Set the zTranslation parameter
|
String |
toString() |
public String getProj()
public void setProj(String proj)
proj - proj parameterpublic String getZone()
public void setZone(String zone)
zone - zone parameterpublic boolean isSouth()
public void setSouth(boolean south)
south - south parameterpublic String getLat1()
public void setLat1(String lat_1)
lat_1 - lat_1 parameterpublic void setLat1(double lat_1)
lat_1 - lat_1 parameterpublic String getLat2()
public void setLat2(String lat_2)
lat_2 - lat_2 parameterpublic void setLat2(double lat_2)
lat_2 - lat_2 parameterpublic String getLat0()
public void setLat0(String lat_0)
lat_0 - lat_0 parameterpublic void setLat0(double lat_0)
lat_0 - lat_0 parameterpublic String getLatTs()
public void setLatTs(String lat_ts)
lat_ts - lat_ts parameterpublic void setLatTs(double lat_ts)
lat_ts - lat_ts parameterpublic String getLon0()
public void setLon0(String lon_0)
lon_0 - lon_0 parameterpublic void setLon0(double lon_0)
lon_0 - lon_0 parameterpublic String getLonc()
public void setLonc(String lonc)
lonc - lonc parameterpublic void setLonc(double lonc)
lonc - lonc parameterpublic String getAlpha()
public void setAlpha(String alpha)
alpha - alpha parameterpublic void setAlpha(double alpha)
alpha - alpha parameterpublic String getK0()
public void setK0(String k_0)
k_0 - k_0 parameterpublic void setK0(double k_0)
k_0 - k_0 parameterpublic String getX0()
public void setX0(String x_0)
x_0 - x_0 parameterpublic void setX0(double x_0)
x_0 - x_0 parameterpublic String getY0()
public void setY0(String y_0)
y_0 - y_0 parameterpublic void setY0(double y_0)
y_0 - y_0 parameterpublic String getAxis()
public void setAxis(String axis)
axis - axis parameterpublic String getDatum()
public void setDatum(String datum)
datum - datum parameterpublic boolean isNoUoff()
public void setNoUoff(boolean no_uoff)
no_uoff - no_uoff parameterpublic String getGamma()
public void setGamma(String gamma)
gamma - gamma parameterpublic void setGamma(double gamma)
gamma - gamma parameterpublic String getA()
public void setA(String a)
a - a parameterpublic void setA(double a)
a - a parameterpublic String getB()
public void setB(String b)
b - b parameterpublic void setB(double b)
b - b parameterpublic String getEllps()
public void setEllps(String ellps)
ellps - ellps parameterpublic String getTowgs84()
public void setTowgs84(String towgs84)
towgs84 - towgs84 parameterpublic String getXTranslation()
public void setXTranslation(String xTranslation)
xTranslation - xTranslation parameterpublic void setXTranslation(double xTranslation)
xTranslation - xTranslation parameterpublic String getYTranslation()
public void setYTranslation(String yTranslation)
yTranslation - yTranslation parameterpublic void setYTranslation(double yTranslation)
yTranslation - yTranslation parameterpublic String getZTranslation()
public void setZTranslation(String zTranslation)
zTranslation - zTranslation parameterpublic void setZTranslation(double zTranslation)
zTranslation - zTranslation parameterpublic String getXRotation()
public void setXRotation(String xRotation)
xRotation - xRotation parameterpublic void setXRotation(double xRotation)
xRotation - xRotation parameterpublic String getYRotation()
public void setYRotation(String yRotation)
yRotation - yRotation parameterpublic void setYRotation(double yRotation)
yRotation - yRotation parameterpublic String getZRotation()
public void setZRotation(String zRotation)
zRotation - zRotation parameterpublic void setZRotation(double zRotation)
zRotation - zRotation parameterpublic String getScaleDifference()
public void setScaleDifference(String scaleDifference)
scaleDifference - scaleDifference parameterpublic void setScaleDifference(double scaleDifference)
scaleDifference - scaleDifference parameterpublic String getPm()
public void setPm(String pm)
pm - pm parameterpublic void setPm(double pm)
pm - pm parameterpublic String getUnits()
public void setUnits(String units)
units - units parameterpublic String getToMeter()
public void setToMeter(String to_meter)
to_meter - to_meter parameterpublic void setToMeter(double to_meter)
to_meter - to_meter parameterpublic String getNadgrids()
public void setNadgrids(String nadgrids)
nadgrids - nadgrids parameterpublic boolean isWktext()
public void setWktext(boolean wktext)
wktext - wktext parameterpublic boolean isNoDefs()
public void setNoDefs(boolean no_defs)
no_defs - no_defs parameterCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.