|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryDescription
Query information
Method Summary | |
---|---|
IFields |
getFields()
The resultset fields. |
int |
getGeometryType()
Geometry type on the spatial column if present. |
String |
getOIDColumnName()
Name of OID field. |
String |
getOIDFields()
Unique key field(s). |
String |
getQuery()
Query statemaent. |
String |
getShapeColumnName()
Geometry column if present. |
ISpatialReference |
getSpatialReference()
Spatial reference. |
String |
getSrid()
Srid of the resultset. |
boolean |
isOIDMappedColumn()
Indicates if a virtual OID column is required. |
boolean |
isSpatialQuery()
Indicates if the query resultset is spatial. |
void |
setGeometryType(int pGeomType)
Geometry type on the spatial column if present. |
void |
setOIDFields(String ppOidMap)
Unique key field(s). |
void |
setSpatialReference(ISpatialReference ppSpatialReference)
Spatial reference. |
void |
setSrid(String pSrid)
Srid of the resultset. |
Method Detail |
---|
void setSrid(String pSrid) throws IOException, AutomationException
pSrid
- The pSrid (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getSrid() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReference(ISpatialReference ppSpatialReference) throws IOException, AutomationException
ppSpatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOIDFields(String ppOidMap) throws IOException, AutomationException
ppOidMap
- The ppOidMap (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOIDFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeometryType(int pGeomType) throws IOException, AutomationException
pGeomType
- A com.esri.arcgis.geometry.esriGeometryType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getGeometryType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getShapeColumnName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOIDColumnName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFields getFields() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getQuery() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isOIDMappedColumn() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isSpatialQuery() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |