public final class EPSGDataSet extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CO |
static String |
COM |
static String |
COP |
static String |
CRS |
static String |
DATUM |
static String |
ELLIPSOID |
static String |
METERS |
static String |
PRIMEMERIDIAN |
static String |
RADIANS |
static String |
UOM |
| Constructor and Description |
|---|
EPSGDataSet() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getItem(String tableName,
String column,
int value,
String returnColumn) |
static String |
getItem(String tableName,
String column,
String value,
String returnColumn) |
static org.apache.commons.csv.CSVRecord |
getRecord(String tableName,
String column,
String value) |
protected static BufferedReader |
readTable(String tableName) |
public static final String METERS
public static final String RADIANS
public static final String UOM
public static final String CRS
public static final String DATUM
public static final String PRIMEMERIDIAN
public static final String ELLIPSOID
public static final String CO
public static final String COM
public static final String COP
protected static BufferedReader readTable(String tableName) throws IOException
IOExceptionpublic static org.apache.commons.csv.CSVRecord getRecord(String tableName, String column, String value) throws IOException
IOExceptionpublic static String getItem(String tableName, String column, String value, String returnColumn) throws IOException
IOExceptionpublic static String getItem(String tableName, String column, int value, String returnColumn) throws IOException
IOExceptionCopyright © 2022 Open Geospatial Consortium. All rights reserved.