|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.moximedia.aims.AimsMapsheet
The AimsMapsheet class mathmatically calculates the geographic coordinates of a mapsheet within the province of BC, and returns an AimsEnvelope containing the extent. The AimsMapsheet class provides public static methods, and cannot be instantiated.
| Constructor Summary | |
AimsMapsheet()
Do not use. |
|
| Method Summary | |
static AimsEnvelope |
getAlbersExtent(java.lang.String mapString)
The getAlbersExtent method returns an AimsEnvelope object containing the extent of the specified map sheet in BC Albers coordinates. |
static AimsEnvelope |
getGeographicExtent(java.lang.String mapString)
The getGeographicExtent method returns an AimsEnvelope object containing the extent of the specified map sheet in geographid (lat-long) coordinates. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public AimsMapsheet()
| Method Detail |
public static AimsEnvelope getAlbersExtent(java.lang.String mapString)
mapString - A map sheet identifier within the province of BC. Almost
any format will work, but this method will return null
if an extent cannot be calculated from the mapString.public static AimsEnvelope getGeographicExtent(java.lang.String mapString)
mapString - A map sheet identifier within the province of BC. Almost
any format will work, but this method will return null
if an extent cannot be calculated from the mapString.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||