public class GeometryIndex extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_GEOM_ID
Geometry Id column
|
static String |
COLUMN_MAX_M
Max M
|
static String |
COLUMN_MAX_X
Max X
|
static String |
COLUMN_MAX_Y
Max Y
|
static String |
COLUMN_MAX_Z
Max Z
|
static String |
COLUMN_MIN_M
Min M
|
static String |
COLUMN_MIN_X
Min X
|
static String |
COLUMN_MIN_Y
Min Y
|
static String |
COLUMN_MIN_Z
Min Z
|
static String |
COLUMN_TABLE_NAME
tableName field name
|
static String |
TABLE_NAME
Table name
|
| Constructor and Description |
|---|
GeometryIndex()
Default Constructor
|
GeometryIndex(GeometryIndex geometryIndex)
Copy Constructor
|
| Modifier and Type | Method and Description |
|---|---|
long |
getGeomId()
Get the geometry id
|
GeometryIndexKey |
getId()
Get the id
|
Double |
getMaxM()
Get the max m
|
double |
getMaxX()
Get the max x
|
double |
getMaxY()
Get the max y
|
Double |
getMaxZ()
Get the max z
|
Double |
getMinM()
Get the min m
|
double |
getMinX()
Get the min x
|
double |
getMinY()
Get the min y
|
Double |
getMinZ()
Get the min z
|
TableIndex |
getTableIndex()
Get the table index
|
String |
getTableName()
Get the table name
|
void |
setGeomId(long geomId)
Set the geometry id
|
void |
setId(GeometryIndexKey id)
Set the id
|
void |
setMaxM(Double maxM)
Set the max m
|
void |
setMaxX(double maxX)
Set the max x
|
void |
setMaxY(double maxY)
Set the max y
|
void |
setMaxZ(Double maxZ)
Set the max z
|
void |
setMinM(Double minM)
Set the min m
|
void |
setMinX(double minX)
Set the min x
|
void |
setMinY(double minY)
Set the min y
|
void |
setMinZ(Double minZ)
Set the min z
|
void |
setTableIndex(TableIndex tableIndex)
Set the table index
|
public static final String TABLE_NAME
public static final String COLUMN_TABLE_NAME
public static final String COLUMN_GEOM_ID
public static final String COLUMN_MIN_X
public static final String COLUMN_MAX_X
public static final String COLUMN_MIN_Y
public static final String COLUMN_MAX_Y
public static final String COLUMN_MIN_Z
public static final String COLUMN_MAX_Z
public static final String COLUMN_MIN_M
public static final String COLUMN_MAX_M
public GeometryIndex()
public GeometryIndex(GeometryIndex geometryIndex)
geometryIndex - geometry index to copypublic GeometryIndexKey getId()
public void setId(GeometryIndexKey id)
id - geometry index keypublic TableIndex getTableIndex()
public void setTableIndex(TableIndex tableIndex)
tableIndex - table indexpublic String getTableName()
public long getGeomId()
public void setGeomId(long geomId)
geomId - geom idpublic double getMinX()
public void setMinX(double minX)
minX - min xpublic double getMaxX()
public void setMaxX(double maxX)
maxX - max xpublic double getMinY()
public void setMinY(double minY)
minY - min ypublic double getMaxY()
public void setMaxY(double maxY)
maxY - max ypublic Double getMinZ()
public void setMinZ(Double minZ)
minZ - min zpublic Double getMaxZ()
public void setMaxZ(Double maxZ)
maxZ - max zpublic Double getMinM()
public void setMinM(Double minM)
minM - min mpublic Double getMaxM()
public void setMaxM(Double maxM)
maxM - max mCopyright © 2018 National Geospatial-Intelligence Agency. All rights reserved.