public abstract class CoordSys extends Object implements Serializable
| Modifier and Type | Method and Description |
|---|---|
CoordTransform |
createCoordTransform(CoordSys destCoordSys)
Create a new transform from this coordinate system to the specified coordinate system.
|
boolean |
equivalent(CoordSys coordSys)
Determine whether or not two coordinate systems are equivalent mathematically.
|
com.mapinfo.midev.geometry.AffineTransform |
getAffineTransform()
Get the affine transform for the coordinate system.
|
CodeSet |
getCodes()
Get the codes for this coordinate system.
|
String |
getDisplayName(Locale locale)
Get the display name for this coordinate system.
|
abstract com.mapinfo.midev.util.DoubleRect |
getMBR()
Get the minimum bounding rectangle of this coordinate system.
|
abstract CoordSysType |
getType()
Get the type of this coordinate system.
|
public abstract CoordSysType getType()
public String getDisplayName(Locale locale)
locale - The locale of the display name to retrieve.public CodeSet getCodes()
public com.mapinfo.midev.geometry.AffineTransform getAffineTransform()
public abstract com.mapinfo.midev.util.DoubleRect getMBR()
public boolean equivalent(CoordSys coordSys)
true if the two coordinate systems are mathematically equivalent.public CoordTransform createCoordTransform(CoordSys destCoordSys)