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()
Get the column name
|
Contents |
getContents()
Get the contents
|
GeometryType |
getGeometryType()
Get the geometry type
|
String |
getGeometryTypeName()
Get the geometry type name
|
TableColumnKey |
getId()
Get the id
|
byte |
getM()
Get the m
|
Projection |
getProjection()
Get the projection
|
SpatialReferenceSystem |
getSrs()
Get the srs
|
long |
getSrsId()
Get the srs id
|
String |
getTableName()
Get the table name
|
byte |
getZ()
Get the z
|
void |
setColumnName(String columnName)
Set the column name
|
void |
setContents(Contents contents)
Set the contents
|
void |
setGeometryType(GeometryType geometryType)
Set the geometry type
|
void |
setId(TableColumnKey id)
Set the id
|
void |
setM(byte m)
Set the m
|
void |
setSrs(SpatialReferenceSystem srs)
Set the srs
|
void |
setZ(byte z)
Set the 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 - idpublic Contents getContents()
public void setContents(Contents contents)
contents - contentspublic String getTableName()
public String getColumnName()
public void setColumnName(String columnName)
columnName - column namepublic GeometryType getGeometryType()
public void setGeometryType(GeometryType geometryType)
geometryType - geometry typepublic String getGeometryTypeName()
public SpatialReferenceSystem getSrs()
public void setSrs(SpatialReferenceSystem srs)
srs - srspublic long getSrsId()
public byte getZ()
public void setZ(byte z)
z - zpublic byte getM()
public void setM(byte m)
m - mpublic Projection getProjection()
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.