|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IQueryDescription
COM Interface 'IQueryDescription'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
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 =
Field Summary | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID2e060684_e14c_44d3_858a_442ab6a0a863
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
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 pGeomType)
Geometry type on the spatial column if present. |
void |
setOIDFields(java.lang.String ppOidMap)
Unique key field(s). |
void |
setSpatialReference(ISpatialReference ppSpatialReference)
Spatial reference. |
void |
setSrid(java.lang.String pSrid)
Srid of the resultset. |
Field Detail |
---|
static final int IID2e060684_e14c_44d3_858a_442ab6a0a863
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setSrid(java.lang.String pSrid) throws java.io.IOException, AutomationException
pSrid
- The pSrid (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 ppSpatialReference) throws java.io.IOException, AutomationException
ppSpatialReference
- 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 ppOidMap) throws java.io.IOException, AutomationException
ppOidMap
- The ppOidMap (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 pGeomType) throws java.io.IOException, AutomationException
pGeomType
- 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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |