public class CSUTM extends CoordSys implements UTM
Constructor and Description |
---|
CSUTM(CSDatum datum,
int zone) |
CSUTM(CSDatum datum,
int zone,
String ns) |
Modifier and Type | Method and Description |
---|---|
Object |
clone()
Creates a copy of the object.
|
double |
getScale(double minX,
double maxX,
double w,
double dpi)
First two parameters must be in meters.
|
void |
init(CSDatum datum,
int zone,
String ns) |
String |
toString() |
createPoint, drawGrid, export, fromGeo, getAbrev, getCS, getCT, getDatum, getExtent, getFullCode, getGeogCS, getGridColor, isProjected, setAbrev, setGridColor, toGeo, toGeo
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
createPoint, drawGrid, export, fromGeo, getAbrev, getCT, getDatum, getExtent, getFullCode, getGridColor, isProjected, setGridColor, toGeo
public CSUTM(CSDatum datum, int zone)
public double getScale(double minX, double maxX, double w, double dpi)
IProjection
getScale
in interface IProjection
getScale
in class CoordSys
minX
- in metersmaxX
- in metersw
- in pixels (dots)dpi
- dots per inchpublic Object clone() throws CloneNotSupportedException
Cloneable
clone
in class CoordSys
CloneNotSupportedException
- if the instance of the object cannot
be cloned. As this is extending Cloneable
so
its sure it implements it, so this exception may be used for problems
on specific object instances.Object#clone()}.