|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.schematic.SchematicAttributeQuery
public class SchematicAttributeQuery
Schematic attribute query object.
Constructor Summary | |
---|---|
SchematicAttributeQuery(Object obj)
Construct a SchematicAttributeQuery using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
delete()
Deletes the schematic attribute. |
boolean |
equals(Object o)
Compare this object with another |
IUID |
getCLSID()
CLSID of the schematic attribute. |
String |
getDescription()
Description of the schematic attribute. |
String |
getFieldName()
Result field name of the schematic attribute query. |
String |
getName()
Name of the schematic attribute. |
String |
getQueryString()
Query string of the schematic attribute query. |
ISchematicDataSource |
getSchematicDataSource()
Schematic data source of the schematic attribute query. |
ISchematicObjectClass |
getSchematicObjectClass()
Schematic object class the schematic attribute belongs to. |
IEnumSchematicQueryParameter |
getSchematicQueryParameters()
Schematic query parameters of the schematic attribute query. |
Object |
getValue(ISchematicObject schematicObject)
The schematic attribute value for the specified schematic object. |
int |
hashCode()
the hashcode for this object |
boolean |
isUseAssociatedFeatureDataSource()
Indicates if the query must use the associted feature datasource (useful to query the same version). |
void |
setFieldName(String fieldName)
Result field name of the schematic attribute query. |
void |
setName(String name)
Name of the schematic attribute. |
void |
setQueryString(String queryString)
Query string of the schematic attribute query. |
void |
setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource)
Schematic data source of the schematic attribute query. |
void |
setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters)
Schematic query parameters of the schematic attribute query. |
void |
setUseAssociatedFeatureDataSource(boolean useAssociatedFeatureDataSource)
Indicates if the query must use the associted feature datasource (useful to query the same version). |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
---|
getJintegraDispatch, release |
Constructor Detail |
---|
public SchematicAttributeQuery(Object obj) throws IOException
obj
to SchematicAttributeQuery
. *
SchematicAttributeQuery o = (SchematicAttributeQuery)obj; // will not work
SchematicAttributeQuery o = new SchematicAttributeQuery(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
IOException
- if there are interop problems
SchematicAttributeQuery theSchematicAttributeQuery = (SchematicAttributeQuery) obj;
Method Detail |
---|
public boolean equals(Object o)
equals
in class Object
public int hashCode()
hashCode
in class Object
public IEnumSchematicQueryParameter getSchematicQueryParameters() throws IOException, AutomationException
getSchematicQueryParameters
in interface ISchematicAttributeQuery
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters) throws IOException, AutomationException
setSchematicQueryParameters
in interface ISchematicAttributeQuery
queryParameters
- A reference to a com.esri.arcgis.schematic.IEnumSchematicQueryParameter (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getQueryString() throws IOException, AutomationException
getQueryString
in interface ISchematicAttributeQuery
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setQueryString(String queryString) throws IOException, AutomationException
setQueryString
in interface ISchematicAttributeQuery
queryString
- The queryString (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicDataSource getSchematicDataSource() throws IOException, AutomationException
getSchematicDataSource
in interface ISchematicAttributeQuery
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource) throws IOException, AutomationException
setSchematicDataSourceByRef
in interface ISchematicAttributeQuery
schematicDataSource
- A reference to a com.esri.arcgis.schematic.ISchematicDataSource (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isUseAssociatedFeatureDataSource() throws IOException, AutomationException
isUseAssociatedFeatureDataSource
in interface ISchematicAttributeQuery
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUseAssociatedFeatureDataSource(boolean useAssociatedFeatureDataSource) throws IOException, AutomationException
setUseAssociatedFeatureDataSource
in interface ISchematicAttributeQuery
useAssociatedFeatureDataSource
- The useAssociatedFeatureDataSource (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getFieldName() throws IOException, AutomationException
getFieldName
in interface ISchematicAttributeQuery
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setFieldName(String fieldName) throws IOException, AutomationException
setFieldName
in interface ISchematicAttributeQuery
fieldName
- The fieldName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getName() throws IOException, AutomationException
getName
in interface ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(String name) throws IOException, AutomationException
setName
in interface ISchematicAttribute
name
- The name (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public String getDescription() throws IOException, AutomationException
getDescription
in interface ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IUID getCLSID() throws IOException, AutomationException
getCLSID
in interface ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISchematicObjectClass getSchematicObjectClass() throws IOException, AutomationException
getSchematicObjectClass
in interface ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void delete() throws IOException, AutomationException
delete
in interface ISchematicAttribute
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public Object getValue(ISchematicObject schematicObject) throws IOException, AutomationException
getValue
in interface ISchematicAttribute
schematicObject
- A reference to a com.esri.arcgis.schematic.ISchematicObject (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 |