org.cts.parser.prj
Class PrjValueParameters

java.lang.Object
  extended by org.cts.parser.prj.PrjValueParameters

public class PrjValueParameters
extends Object

A class to manage all values used to fill a PRJ file

Author:
Erwan Bocher, Jules Party

Field Summary
static Map<String,String> AXISNAMES
          A map linking the name of axes used in PRJ file to the short name used in CTS.
static Map<String,String> DATUMNAMES
          A map linking the name of datums used in PRJ file to the short name used in CTS.
static Map<String,String> ELLIPSOIDNAMES
          A map linking the name of ellipsoids used in PRJ file to the short name used in CTS.
static Map<String,String> PARAMNAMES
          A map linking the name of parameters used in PRJ file to the name used in CTS.
static Map<String,String> PRIMEMERIDIANNAMES
          A map linking the name of prime meridians used in PRJ file to the short name used in CTS.
static Map<String,String> PROJNAMES
          A map linking the name of projections used in PRJ file to the short name used in CTS.
static Map<String,String> UNITNAMES
          A map linking the name of units used in PRJ file to the short name used in CTS.
 
Constructor Summary
PrjValueParameters()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAMNAMES

public static final Map<String,String> PARAMNAMES
A map linking the name of parameters used in PRJ file to the name used in CTS.


PROJNAMES

public static final Map<String,String> PROJNAMES
A map linking the name of projections used in PRJ file to the short name used in CTS.


DATUMNAMES

public static final Map<String,String> DATUMNAMES
A map linking the name of datums used in PRJ file to the short name used in CTS.


ELLIPSOIDNAMES

public static final Map<String,String> ELLIPSOIDNAMES
A map linking the name of ellipsoids used in PRJ file to the short name used in CTS.


PRIMEMERIDIANNAMES

public static final Map<String,String> PRIMEMERIDIANNAMES
A map linking the name of prime meridians used in PRJ file to the short name used in CTS.


UNITNAMES

public static final Map<String,String> UNITNAMES
A map linking the name of units used in PRJ file to the short name used in CTS.


AXISNAMES

public static final Map<String,String> AXISNAMES
A map linking the name of axes used in PRJ file to the short name used in CTS.

Constructor Detail

PrjValueParameters

public PrjValueParameters()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.