|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryTableDataSourceDescription
Provides access to the available properties of a table datasource description object.
Method Summary | |
---|---|
int |
getGeometryType()
Geometry type on spatial column if presents. |
String |
getOIDFields()
Unique Key Field(s). |
String |
getQuery()
Query statement. |
ISpatialReference |
getSpatialReference()
The spatial reference. |
void |
setGeometryType(int pGeometryType)
Geometry type on spatial column if presents. |
void |
setOIDFields(String pOIDFields)
Unique Key Field(s). |
void |
setQuery(String pQuery)
Query statement. |
void |
setSpatialReferenceByRef(ISpatialReference spatialReference)
The spatial reference. |
Method Detail |
---|
String getQuery() throws IOException, AutomationException
Any SQL Statement valid as SubQuery and conformed to the underlying RDBMS.
FileGeodatabase or any file based datasource is not supported.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setQuery(String pQuery) throws IOException, AutomationException
pQuery
- The pQuery (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOIDFields() throws IOException, AutomationException
Use comma (,) as a delimiter when multiple fields are required to uniquely define each row in the output table/featureclass.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOIDFields(String pOIDFields) throws IOException, AutomationException
pOIDFields
- The pOIDFields (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.void setGeometryType(int pGeometryType) throws IOException, AutomationException
pGeometryType
- A com.esri.arcgis.geometry.esriGeometryType constant (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 setSpatialReferenceByRef(ISpatialReference spatialReference) throws IOException, AutomationException
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
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 |