public class CSUTM extends CoordSys implements UTM
Constructor and Description |
---|
CSUTM(CSDatum datum,
int zone) |
CSUTM(CSDatum datum,
int zone,
java.lang.String ns) |
Modifier and Type | Method and Description |
---|---|
java.lang.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,
java.lang.String ns) |
java.lang.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
cloneQuietly, cloneQuietly
public CSUTM(CSDatum datum, int zone)
public CSUTM(CSDatum datum, int zone, java.lang.String ns)
public void init(CSDatum datum, int zone, java.lang.String ns)
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 java.lang.Object clone() throws java.lang.CloneNotSupportedException
Cloneable
clone
in class CoordSys
java.lang.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()}.