public class GeometryColumns extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_COLUMN_NAME
columnName field name
|
static String |
COLUMN_GEOMETRY_TYPE_NAME
geometryTypeName field name
|
static String |
COLUMN_ID_1
id 1 field name, tableName
|
static String |
COLUMN_ID_2
id 2 field name, columnName
|
static String |
COLUMN_M
m field name
|
static String |
COLUMN_SRS_ID
srsId field name
|
static String |
COLUMN_TABLE_NAME
tableName field name
|
static String |
COLUMN_Z
z field name
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
GeometryColumns()
Default Constructor
|
GeometryColumns(GeometryColumns geometryColumns)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String |
getColumnName() |
Contents |
getContents() |
GeometryType |
getGeometryType() |
String |
getGeometryTypeName() |
TableColumnKey |
getId()
Get the id
|
byte |
getM() |
SpatialReferenceSystem |
getSrs() |
long |
getSrsId() |
String |
getTableName() |
byte |
getZ() |
void |
setColumnName(String columnName) |
void |
setContents(Contents contents) |
void |
setGeometryType(GeometryType geometryType) |
void |
setId(TableColumnKey id)
Set the id
|
void |
setM(byte m) |
void |
setSrs(SpatialReferenceSystem srs) |
void |
setZ(byte z) |
public static final String TABLE_NAME
public static final String COLUMN_TABLE_NAME
public static final String COLUMN_COLUMN_NAME
public static final String COLUMN_ID_1
public static final String COLUMN_ID_2
public static final String COLUMN_GEOMETRY_TYPE_NAME
public static final String COLUMN_SRS_ID
public static final String COLUMN_Z
public static final String COLUMN_M
public GeometryColumns()
public GeometryColumns(GeometryColumns geometryColumns)
geometryColumns - geometry columns to copypublic TableColumnKey getId()
public void setId(TableColumnKey id)
id - public Contents getContents()
public void setContents(Contents contents)
public String getTableName()
public String getColumnName()
public void setColumnName(String columnName)
public GeometryType getGeometryType()
public void setGeometryType(GeometryType geometryType)
public String getGeometryTypeName()
public SpatialReferenceSystem getSrs()
public void setSrs(SpatialReferenceSystem srs)
public long getSrsId()
public byte getZ()
public void setZ(byte z)
public byte getM()
public void setM(byte m)
Copyright © 2017 National Geospatial-Intelligence Agency. All rights reserved.