public class GeometryColumnsSfSql extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_COORD_DIMENSION
coordDimension field name
|
static String |
COLUMN_F_GEOMETRY_COLUMN
fGeometryColumn field name
|
static String |
COLUMN_F_TABLE_NAME
fTableName field name
|
static String |
COLUMN_GEOMETRY_TYPE
geometryType field name
|
static String |
COLUMN_ID_1
id 1 field name, fTableName
|
static String |
COLUMN_ID_2
id 2 field name, fGeometryColumn
|
static String |
COLUMN_SRID
srid field name
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
GeometryColumnsSfSql()
Default Constructor
|
GeometryColumnsSfSql(GeometryColumnsSfSql geometryColumns)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
Contents |
getContents() |
byte |
getCoordDimension() |
String |
getFGeometryColumn() |
String |
getFTableName() |
GeometryType |
getGeometryType() |
int |
getGeometryTypeCode() |
TableColumnKey |
getId()
Get the id
|
Projection |
getProjection()
Get the projection
|
long |
getSrid() |
SpatialReferenceSystem |
getSrs() |
void |
setContents(Contents contents) |
void |
setCoordDimension(byte coordDimension) |
void |
setFGeometryColumn(String fGeometryColumn) |
void |
setGeometryType(GeometryType geometryType) |
void |
setId(TableColumnKey id)
Set the id
|
void |
setSrs(SpatialReferenceSystem srs) |
public static final String TABLE_NAME
public static final String COLUMN_F_TABLE_NAME
public static final String COLUMN_F_GEOMETRY_COLUMN
public static final String COLUMN_ID_1
public static final String COLUMN_ID_2
public static final String COLUMN_GEOMETRY_TYPE
public static final String COLUMN_COORD_DIMENSION
public static final String COLUMN_SRID
public GeometryColumnsSfSql()
public GeometryColumnsSfSql(GeometryColumnsSfSql geometryColumns)
geometryColumns - geometry columns to copypublic TableColumnKey getId()
public void setId(TableColumnKey id)
id - idpublic Contents getContents()
public void setContents(Contents contents)
public String getFTableName()
public String getFGeometryColumn()
public void setFGeometryColumn(String fGeometryColumn)
public GeometryType getGeometryType()
public void setGeometryType(GeometryType geometryType)
public int getGeometryTypeCode()
public void setCoordDimension(byte coordDimension)
public byte getCoordDimension()
public SpatialReferenceSystem getSrs()
public void setSrs(SpatialReferenceSystem srs)
public long getSrid()
public Projection getProjection()
Copyright © 2019 National Geospatial-Intelligence Agency. All rights reserved.