|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ObjectSdeRow
public class SdeRow
Wrapper for an SeRow so it allows asking multiple times for the same property.
Constructor Summary | |
---|---|
SdeRow(GeometryFactory geometryFactory)
|
|
SdeRow(SeRow row)
|
|
SdeRow(SeRow row,
GeometryFactory geometryFactory)
|
Method Summary | |
---|---|
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)
|
Methods inherited from class Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SdeRow(GeometryFactory geometryFactory)
public SdeRow(SeRow row) throws IOException
IOException
public SdeRow(SeRow row, GeometryFactory geometryFactory) throws IOException
IOException
Method Detail |
---|
public void setRow(SeRow row) throws IOException
IOException
public 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_FEATURE
public Integer getInteger(int index) throws IOException
IOException
public void setGeometryIndex(int geometryIndex)
geometryIndex
- a value >= 0 indicates which index in the row contains the geometry attribute. If
not set, geometryFactory will be ignored
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |