|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.interop.Dispatch
com.esri.arcgis.geodatabase.IQueryDescriptionProxy
public class IQueryDescriptionProxy
Internal use class Proxy for 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 | |
|---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
| Fields inherited from class com.esri.arcgis.interop.Dispatch |
|---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
| Fields inherited from interface com.esri.arcgis.geodatabase.IQueryDescription |
|---|
IID, IID2e060684_e14c_44d3_858a_442ab6a0a863 |
| Constructor Summary | |
|---|---|
|
IQueryDescriptionProxy()
For internal use only |
|
IQueryDescriptionProxy(java.lang.Object obj)
|
protected |
IQueryDescriptionProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IQueryDescriptionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IQueryDescriptionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
| Method Summary | |
|---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
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 |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
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. |
| Methods inherited from class com.esri.arcgis.interop.Dispatch |
|---|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Class targetClass
public boolean noncastable
| Constructor Detail |
|---|
public IQueryDescriptionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.net.UnknownHostException,
java.io.IOException
java.net.UnknownHostException
java.io.IOExceptionpublic IQueryDescriptionProxy()
public IQueryDescriptionProxy(java.lang.Object obj)
throws java.io.IOException
java.io.IOException
protected IQueryDescriptionProxy(java.lang.Object obj,
java.lang.String iid)
throws java.io.IOException
java.io.IOException
protected IQueryDescriptionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
throws java.io.IOException
java.io.IOException| Method Detail |
|---|
public void addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
throws java.io.IOException
addListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void removeListener(java.lang.String iidStr,
java.lang.Object theListener)
throws java.io.IOException
removeListener in class com.esri.arcgis.interop.Dispatchjava.io.IOException
public void setSrid(java.lang.String pSrid)
throws java.io.IOException,
AutomationException
setSrid in interface IQueryDescriptionpSrid - The pSrid (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getSrid()
throws java.io.IOException,
AutomationException
getSrid in interface IQueryDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSpatialReference(ISpatialReference ppSpatialReference)
throws java.io.IOException,
AutomationException
setSpatialReference in interface IQueryDescriptionppSpatialReference - 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.
public ISpatialReference getSpatialReference()
throws java.io.IOException,
AutomationException
getSpatialReference in interface IQueryDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOIDFields(java.lang.String ppOidMap)
throws java.io.IOException,
AutomationException
setOIDFields in interface IQueryDescriptionppOidMap - The ppOidMap (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getOIDFields()
throws java.io.IOException,
AutomationException
getOIDFields in interface IQueryDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setGeometryType(int pGeomType)
throws java.io.IOException,
AutomationException
setGeometryType in interface IQueryDescriptionpGeomType - A com.esri.arcgis.geometry.esriGeometryType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getGeometryType()
throws java.io.IOException,
AutomationException
getGeometryType in interface IQueryDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getShapeColumnName()
throws java.io.IOException,
AutomationException
getShapeColumnName in interface IQueryDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getOIDColumnName()
throws java.io.IOException,
AutomationException
getOIDColumnName in interface IQueryDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IFields getFields()
throws java.io.IOException,
AutomationException
getFields in interface IQueryDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public java.lang.String getQuery()
throws java.io.IOException,
AutomationException
getQuery in interface IQueryDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isOIDMappedColumn()
throws java.io.IOException,
AutomationException
isOIDMappedColumn in interface IQueryDescriptionjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSpatialQuery()
throws java.io.IOException,
AutomationException
isSpatialQuery in interface IQueryDescriptionjava.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 | ||||||||