public class UTMFranceDOMProjectionChoice extends ListProjectionChoice
ListProjectionChoice.CBPanel
Modifier and Type | Field and Description |
---|---|
private static Integer |
FortMarigotEPSG |
private static String |
FortMarigotName |
private static String |
Guyane92Name |
private static Integer |
GuyaneEPSG |
private static Integer |
MartiniqueEPSG |
private static String |
MartiniqueName |
private static String |
Reunion92Name |
private static Integer |
ReunionEPSG |
private static Integer |
SainteAnneEPSG |
private static String |
SainteAnneName |
private static Integer[] |
utmEPSGs |
private static String[] |
utmGeodesicsNames |
defaultIndex, entries, index, label
cacheDir, id, name
Constructor and Description |
---|
UTMFranceDOMProjectionChoice()
Constructs a new
UTMFranceDOMProjectionChoice . |
Modifier and Type | Method and Description |
---|---|
String[] |
allCodes()
Return all projection codes supported by this projection choice.
|
String |
getCurrentCode() |
Collection<String> |
getPreferencesFromCode(String code)
Get Preferences from projection code.
|
String |
getProjectionName() |
protected String |
indexToZone(int index)
Convert 0-based index to preference value.
|
protected int |
zoneToIndex(String zone)
Convert preference value to 0-based index.
|
getPreferencePanel, getPreferences, setPreferences
getCacheDir, getId, getProjection, toString
private static final String FortMarigotName
private static final String SainteAnneName
private static final String MartiniqueName
private static final String Reunion92Name
private static final String Guyane92Name
private static final String[] utmGeodesicsNames
private static final Integer FortMarigotEPSG
private static final Integer SainteAnneEPSG
private static final Integer MartiniqueEPSG
private static final Integer ReunionEPSG
private static final Integer GuyaneEPSG
public UTMFranceDOMProjectionChoice()
UTMFranceDOMProjectionChoice
.protected String indexToZone(int index)
ListProjectionChoice
indexToZone
in class ListProjectionChoice
protected int zoneToIndex(String zone)
ListProjectionChoice
zoneToIndex
in class ListProjectionChoice
public String getProjectionName()
getProjectionName
in class AbstractProjectionChoice
public String getCurrentCode()
getCurrentCode
in class AbstractProjectionChoice
public String[] allCodes()
ProjectionChoice
public Collection<String> getPreferencesFromCode(String code)
ProjectionChoice