Package hec.map.transform
Class CoordinateInfoFactory
java.lang.Object
hec.map.transform.CoordinateInfoFactory
Description: Class to parse the supported WKT for map projections. Supports
the Currently supports the following coordinate systems: Geographic,
Universal Transverse Mercator , State Plane, Albers Equal-Area Conic,
Albers Equal-Area Conic (SHG) , Lambert Conformal Conic, Transverse Mercator
Supports prj files for these systems in the formats listed under ArcGIS
"Coordinate Systems" directory in the WKT format.
Copyright: Copyright (c) 2007
Company: RMA Inc.
All rights reserved
Author Shannon R. Larson Created Aug 4, 2009, 11:14:51 AM Version 2.0
-
Method Summary
Modifier and TypeMethodDescriptionabstract CoordinateInfocreateCoordinateInfo(Reader reader) static CoordinateInfoFactorystatic voidstatic voidtest(double startingValue)
-
Method Details
-
getDefault
-
createCoordinateInfo
- Throws:
IOException
-
main
-
test
public static void test(double startingValue)
-