com.jhlabs.map.proj
Class ProjectionFactory
java.lang.Object
com.jhlabs.map.proj.ProjectionFactory
public class ProjectionFactory
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ProjectionFactory
public ProjectionFactory()
fromPROJ4Specification
public static Projection fromPROJ4Specification(String[] args)
- Return a projection initialized with a PROJ.4 argument list.
getNamedProjection
public static Projection getNamedProjection(String name)
getNamedPROJ4Projection
public static Projection getNamedPROJ4Projection(String name)
getOrderedProjectionNames
public static Object[] getOrderedProjectionNames()
readProjectionFile
public static Projection readProjectionFile(String file,
String name)
throws IOException
- Throws:
IOException
getNamedPROJ4CoordinateSystem
public static Projection getNamedPROJ4CoordinateSystem(String name)
main
public static void main(String[] args)
Copyright © 2011. All Rights Reserved.