|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicObjectClass
Provides access to members that manage the schematic object class.
| Method Summary | |
|---|---|
ISchematicAttribute |
createSchematicAttribute(String name,
IUID uID)
Creates a schematic in memory attribute. |
void |
delete(boolean deleteDescendants)
Deletes the schematic object class. |
int |
getExternalQueryEvaluationMode()
External query evaluation mode of the schematic object class. |
Object |
getIdentifierFieldNames()
Identifier fields names of the schematic object class. |
String |
getName()
Name of the schematic object class. |
String[] |
getPredefinedAttributeNames()
Predefined attributes names of the schematic in memory object class. |
String |
getQueryString()
Query string of the schematic object class. |
ISchematicDataset |
getSchematicDataset()
Schematic dataset the schematic object class belongs to. |
ISchematicDataSource |
getSchematicDataSource()
Schematic data source of the schematic object class. |
IEnumSchematicQueryParameter |
getSchematicQueryParameters()
Schematic query parameters of the schematic object class. |
void |
setExternalQueryEvaluationMode(int externalQueryEvaluationMode)
External query evaluation mode of the schematic object class. |
void |
setIdentifierFieldNames(Object names)
Identifier fields names of the schematic object class. |
void |
setName(String name)
Name of the schematic object class. |
void |
setQueryString(String queryString)
Query string of the schematic object class. |
void |
setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource)
Schematic data source of the schematic object class. |
void |
setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters)
Schematic query parameters of the schematic object class. |
| Method Detail |
|---|
String getName()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(String name)
throws IOException,
AutomationException
name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicDataset getSchematicDataset()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicQueryParameter getSchematicQueryParameters()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters)
throws IOException,
AutomationException
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.
String getQueryString()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setQueryString(String queryString)
throws IOException,
AutomationException
queryString - The queryString (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
Object getIdentifierFieldNames()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIdentifierFieldNames(Object names)
throws IOException,
AutomationException
names - A Variant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicDataSource getSchematicDataSource()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource)
throws IOException,
AutomationException
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.
void delete(boolean deleteDescendants)
throws IOException,
AutomationException
deleteDescendants - The deleteDescendants (in, optional, pass true if not required)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicAttribute createSchematicAttribute(String name,
IUID uID)
throws IOException,
AutomationException
name - The name (in)uID - A reference to a com.esri.arcgis.system.IUID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
String[] getPredefinedAttributeNames()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExternalQueryEvaluationMode(int externalQueryEvaluationMode)
throws IOException,
AutomationException
externalQueryEvaluationMode - A com.esri.arcgis.schematic.esriSchematicExternalQueryEvaluationMode constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getExternalQueryEvaluationMode()
throws IOException,
AutomationException
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 | ||||||||