|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IQuery
COM Interface 'IQuery'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriCatalog.olb'
Description: 'Provides access to members that let you modify a query.' 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 |
IID4ea3e4eb_9dfa_11d3_a6cb_0008c7d3ae50
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
void |
addFieldQuery(int type,
int op,
java.lang.String value,
java.lang.String tag)
Adds a field query. |
IUID |
getClassID()
Class ID indicating the type of query object that has been defined. |
java.lang.String |
getDatasetName()
Name of the dataset for which to search. |
INativeType |
getDatasetType()
Type of object for which to search. |
java.lang.String |
getDate1()
Start date, or first date. |
java.lang.String |
getDate2()
End date, or second date. |
int |
getDateOperator()
Operator for comparing dates. |
int |
getDateType()
Date that will be tested. |
IPropertySet |
getEngineProperties()
Property set containing properties of the search engine that will be used to execute the query. |
IEnvelope |
getEnvelope()
Search extent in decimal degrees. |
int |
getEnvelopeOperator()
Operator for comparing the dataset's extent to the search extent. |
void |
getFieldQuery(int index,
int[] type,
int[] op,
java.lang.String[] value,
java.lang.String[] tag)
Returns the nth field query. |
java.lang.String |
getNameOfQuery()
Name of the query. |
IEnvelope |
getNativeEnvelope()
Search extent in the dataset's coordinate system. |
int |
getNumFieldQueries()
Number of field queries. |
boolean |
isCaseSensitive()
Indicates if field query comparisons will be case sensitive. |
void |
load(IPropertySet pPropertySet)
Loads the query's parameters from the given XML property set. |
void |
save(IPropertySet pPropertySet)
Saves the query's parameters to the given XML property set. |
void |
setDatasetName(java.lang.String name)
Name of the dataset for which to search. |
void |
setDatasetTypeByRef(INativeType ppNativeType)
Type of object for which to search. |
void |
setDate1(java.lang.String date)
Start date, or first date. |
void |
setDate2(java.lang.String date)
End date, or second date. |
void |
setDateOperator(int op)
Operator for comparing dates. |
void |
setDateType(int type)
Date that will be tested. |
void |
setEnvelopeByRef(IEnvelope ppEnvelope)
Search extent in decimal degrees. |
void |
setEnvelopeOperator(int pOp)
Operator for comparing the dataset's extent to the search extent. |
void |
setIsCaseSensitive(boolean isCaseSensitive)
Indicates if field query comparisons will be case sensitive. |
void |
setNameOfQuery(java.lang.String name)
Name of the query. |
void |
setNativeEnvelopeByRef(IEnvelope ppEnvelope)
Search extent in the dataset's coordinate system. |
| Field Detail |
|---|
static final int IID4ea3e4eb_9dfa_11d3_a6cb_0008c7d3ae50
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getNameOfQuery()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNameOfQuery(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDatasetName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDatasetName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isCaseSensitive()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIsCaseSensitive(boolean isCaseSensitive)
throws java.io.IOException,
AutomationException
isCaseSensitive - The isCaseSensitive (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
INativeType getDatasetType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDatasetTypeByRef(INativeType ppNativeType)
throws java.io.IOException,
AutomationException
ppNativeType - A reference to a com.esri.arcgis.geodatabase.INativeType (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getEnvelope()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnvelopeByRef(IEnvelope ppEnvelope)
throws java.io.IOException,
AutomationException
ppEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getNativeEnvelope()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNativeEnvelopeByRef(IEnvelope ppEnvelope)
throws java.io.IOException,
AutomationException
ppEnvelope - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getEnvelopeOperator()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setEnvelopeOperator(int pOp)
throws java.io.IOException,
AutomationException
pOp - A com.esri.arcgis.catalog.esriFindEnvelopeOperator constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDateType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDateType(int type)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.catalog.esriFindDateType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getDateOperator()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDateOperator(int op)
throws java.io.IOException,
AutomationException
op - A com.esri.arcgis.catalog.esriFindDateOperator constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDate1()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDate1(java.lang.String date)
throws java.io.IOException,
AutomationException
date - The date (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getDate2()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDate2(java.lang.String date)
throws java.io.IOException,
AutomationException
date - The date (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getNumFieldQueries()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getFieldQuery(int index,
int[] type,
int[] op,
java.lang.String[] value,
java.lang.String[] tag)
throws java.io.IOException,
AutomationException
index - The index (in)type - A com.esri.arcgis.catalog.esriFindFieldType constant (out: use single element array)op - A com.esri.arcgis.catalog.esriFindFieldOperator constant (out: use single element array)value - The value (out: use single element array)tag - The tag (out: use single element array)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void addFieldQuery(int type,
int op,
java.lang.String value,
java.lang.String tag)
throws java.io.IOException,
AutomationException
type - A com.esri.arcgis.catalog.esriFindFieldType constant (in)op - A com.esri.arcgis.catalog.esriFindFieldOperator constant (in)value - The value (in)tag - The tag (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IUID getClassID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void load(IPropertySet pPropertySet)
throws java.io.IOException,
AutomationException
pPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void save(IPropertySet pPropertySet)
throws java.io.IOException,
AutomationException
pPropertySet - A reference to a com.esri.arcgis.system.IPropertySet (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPropertySet getEngineProperties()
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 | ||||||||