com.partnersoft.v3x.geometry.projections
Class ProjectionLibrary

java.lang.Object
  extended by com.partnersoft.v3x.geometry.projections.ProjectionLibrary

public class ProjectionLibrary
extends java.lang.Object

Loads a standard set of named projections, and supplies them for your pleasure.


Constructor Summary
ProjectionLibrary()
           
 
Method Summary
 Projection getProjection(java.lang.String name)
           
static ProjectionLibrary singleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProjectionLibrary

public ProjectionLibrary()
Method Detail

singleton

public static ProjectionLibrary singleton()

getProjection

public Projection getProjection(java.lang.String name)