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, toGeoequals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitcreatePoint, drawGrid, export, fromGeo, getAbrev, getCT, getDatum, getExtent, getFullCode, getGridColor, isProjected, setGridColor, toGeocloneQuietly, cloneQuietlypublic 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)
IProjectiongetScale in interface IProjectiongetScale in class CoordSysminX - in metersmaxX - in metersw - in pixels (dots)dpi - dots per inchpublic java.lang.Object clone()
throws java.lang.CloneNotSupportedException
Cloneableclone in class CoordSysjava.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()}.