public class SdeRow extends Object
| Constructor and Description |
|---|
SdeRow(GeometryFactory geometryFactory) |
SdeRow(SeRow row) |
SdeRow(SeRow row,
GeometryFactory geometryFactory) |
| Modifier and Type | Method and Description |
|---|---|
Object[] |
getAll()
DOCUMENT ME!
|
int |
getIndicator(int columnIndex) |
Integer |
getInteger(int index) |
Long |
getLong(int index)
DOCUMENT ME!
|
Object |
getObject(int index)
DOCUMENT ME!
|
SeShape |
getShape(int index)
DOCUMENT ME!
|
void |
setGeometryIndex(int geometryIndex) |
void |
setPreviousValues(Object[] previousValues) |
void |
setRow(SeRow row) |
public SdeRow(GeometryFactory geometryFactory)
public SdeRow(SeRow row)
throws IOException
IOExceptionpublic SdeRow(SeRow row,
GeometryFactory geometryFactory)
throws IOException
IOExceptionpublic void setRow(SeRow row)
throws IOException
IOExceptionpublic void setPreviousValues(Object[] previousValues)
public Object getObject(int index) throws IOException
index - DOCUMENT ME!IOException - DOCUMENT ME!public Object[] getAll()
public Long getLong(int index) throws IOException
index - DOCUMENT ME!IOException - DOCUMENT ME!public SeShape getShape(int index)
throws IOException
index - DOCUMENT ME!IOException - DOCUMENT ME!public int getIndicator(int columnIndex)
columnIndex - SeRow.SE_IS_ALREADY_FETCHED, SeRow.SE_IS_NOT_NULL_VALUE,
SeRow.SE_IS_NULL_VALUE, SeRow.SE_IS_REPEATED_FEATUREpublic Integer getInteger(int index) throws IOException
IOExceptionpublic void setGeometryIndex(int geometryIndex)
geometryIndex - a value >= 0 indicates which index in the row contains the geometry
attribute. If not set, geometryFactory will be ignoredCopyright © 1996–2019 Geotools. All rights reserved.