public interface IQueryDescription
extends java.io.Serializable
Description: 'Query information' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID2e060684_e14c_44d3_858a_442ab6a0a863 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IFields |
getFields()
The resultset fields.
|
int |
getGeometryType()
Geometry type on the spatial column if present.
|
java.lang.String |
getOIDColumnName()
Name of OID field.
|
java.lang.String |
getOIDFields()
Unique key field(s).
|
java.lang.String |
getQuery()
Query statemaent.
|
java.lang.String |
getShapeColumnName()
Geometry column if present.
|
ISpatialReference |
getSpatialReference()
Spatial reference.
|
java.lang.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 geomType)
Geometry type on the spatial column if present.
|
void |
setOIDFields(java.lang.String oidMap)
Unique key field(s).
|
void |
setSpatialReference(ISpatialReference spatialReference)
Spatial reference.
|
void |
setSrid(java.lang.String srid)
Srid of the resultset.
|
static final int IID2e060684_e14c_44d3_858a_442ab6a0a863
static final int xxDummy
static final java.lang.String IID
void setSrid(java.lang.String srid) throws java.io.IOException, AutomationException
srid
- The srid (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSrid() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSpatialReference(ISpatialReference spatialReference) throws java.io.IOException, AutomationException
spatialReference
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ISpatialReference getSpatialReference() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setOIDFields(java.lang.String oidMap) throws java.io.IOException, AutomationException
oidMap
- The oidMap (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOIDFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeometryType(int geomType) throws java.io.IOException, AutomationException
geomType
- A com.esri.arcgis.geometry.esriGeometryType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getGeometryType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getShapeColumnName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getOIDColumnName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFields getFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getQuery() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isOIDMappedColumn() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isSpatialQuery() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.