org.cts.parser.proj
Class ProjKeyParameters

java.lang.Object
  extended by org.cts.parser.proj.ProjKeyParameters

public class ProjKeyParameters
extends Object

Author:
Martin Davis

Field Summary
static String a
           
static String alpha
           
static String axis
           
static String azi
           
static String b
           
static String bsouth
           
static String comments
           
static String datum
           
static String ellps
           
static String es
           
static String f
           
static String gamma
           
static String k
           
static String k_0
           
static String lat_0
           
static String lat_1
           
static String lat_2
           
static String lat_ts
           
static String lon_0
           
static String lonc
           
static String nadgrids
           
static String no_defs
           
static String pm
           
static String proj
           
static String R
           
static String R_a
           
static String R_A
           
static String R_g
           
static String R_h
           
static String R_lat_a
           
static String R_lat_g
           
static String R_V
           
static String rf
           
static String south
           
static String title
           
static String to_meter
           
static String towgs84
           
static String units
           
static String wktext
           
static String x_0
           
static String y_0
           
static String zone
           
 
Constructor Summary
ProjKeyParameters()
           
 
Method Summary
static void checkUnsupported(String paramKey)
          If the parameter is not supported throw an exception
static boolean isSupported(String paramKey)
          Return true if the parameter is supported.
static Set supportedParameters()
          Create an array with the list of supported parameters.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

comments

public static final String comments
See Also:
Constant Field Values

a

public static final String a
See Also:
Constant Field Values

b

public static final String b
See Also:
Constant Field Values

f

public static final String f
See Also:
Constant Field Values

alpha

public static final String alpha
See Also:
Constant Field Values

gamma

public static final String gamma
See Also:
Constant Field Values

datum

public static final String datum
See Also:
Constant Field Values

ellps

public static final String ellps
See Also:
Constant Field Values

es

public static final String es
See Also:
Constant Field Values

azi

public static final String azi
See Also:
Constant Field Values

axis

public static final String axis
See Also:
Constant Field Values

k

public static final String k
See Also:
Constant Field Values

k_0

public static final String k_0
See Also:
Constant Field Values

lat_ts

public static final String lat_ts
See Also:
Constant Field Values

lat_0

public static final String lat_0
See Also:
Constant Field Values

lat_1

public static final String lat_1
See Also:
Constant Field Values

lat_2

public static final String lat_2
See Also:
Constant Field Values

lon_0

public static final String lon_0
See Also:
Constant Field Values

lonc

public static final String lonc
See Also:
Constant Field Values

pm

public static final String pm
See Also:
Constant Field Values

proj

public static final String proj
See Also:
Constant Field Values

R

public static final String R
See Also:
Constant Field Values

R_A

public static final String R_A
See Also:
Constant Field Values

R_a

public static final String R_a
See Also:
Constant Field Values

R_V

public static final String R_V
See Also:
Constant Field Values

R_g

public static final String R_g
See Also:
Constant Field Values

R_h

public static final String R_h
See Also:
Constant Field Values

R_lat_a

public static final String R_lat_a
See Also:
Constant Field Values

R_lat_g

public static final String R_lat_g
See Also:
Constant Field Values

rf

public static final String rf
See Also:
Constant Field Values

south

public static final String south
See Also:
Constant Field Values

to_meter

public static final String to_meter
See Also:
Constant Field Values

towgs84

public static final String towgs84
See Also:
Constant Field Values

units

public static final String units
See Also:
Constant Field Values

x_0

public static final String x_0
See Also:
Constant Field Values

y_0

public static final String y_0
See Also:
Constant Field Values

zone

public static final String zone
See Also:
Constant Field Values

title

public static final String title
See Also:
Constant Field Values

nadgrids

public static final String nadgrids
See Also:
Constant Field Values

no_defs

public static final String no_defs
See Also:
Constant Field Values

wktext

public static final String wktext
See Also:
Constant Field Values

bsouth

public static final String bsouth
See Also:
Constant Field Values
Constructor Detail

ProjKeyParameters

public ProjKeyParameters()
Method Detail

supportedParameters

public static Set supportedParameters()
Create an array with the list of supported parameters.


isSupported

public static boolean isSupported(String paramKey)
Return true if the parameter is supported.

Parameters:
paramKey -

checkUnsupported

public static void checkUnsupported(String paramKey)
If the parameter is not supported throw an exception

Parameters:
paramKey -


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