|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cts.parser.prj.PrjValueParameters
public class PrjValueParameters
A class to manage all values used to fill a PRJ file
| 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 |
|---|
public static final Map<String,String> PARAMNAMES
public static final Map<String,String> PROJNAMES
public static final Map<String,String> DATUMNAMES
public static final Map<String,String> ELLIPSOIDNAMES
public static final Map<String,String> PRIMEMERIDIANNAMES
public static final Map<String,String> UNITNAMES
public static final Map<String,String> AXISNAMES
| Constructor Detail |
|---|
public PrjValueParameters()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||