com.jhlabs.map.proj
Class ProjectionFactory

java.lang.Object
  extended by com.jhlabs.map.proj.ProjectionFactory

public class ProjectionFactory
extends Object


Constructor Summary
ProjectionFactory()
           
 
Method Summary
static Projection fromPROJ4Specification(String[] args)
          Return a projection initialized with a PROJ.4 argument list.
static Projection getNamedPROJ4CoordinateSystem(String name)
           
static Projection getNamedPROJ4Projection(String name)
           
static Projection getNamedProjection(String name)
           
static Object[] getOrderedProjectionNames()
           
static void main(String[] args)
           
static Projection readProjectionFile(String file, String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectionFactory

public ProjectionFactory()
Method Detail

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.