|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ISchematicObjectClass
COM Interface 'ISchematicObjectClass'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSchematic.olb'
Description: 'Provides access to members that manage the schematic object class.' 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 |
IID55d6b6d9_5539_486f_95f8_084ef4e6fc13
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
ISchematicAttribute |
createSchematicAttribute(java.lang.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. |
java.lang.Object |
getIdentifierFieldNames()
Identifier fields names of the schematic object class. |
java.lang.String |
getName()
Name of the schematic object class. |
java.lang.String[] |
getPredefinedAttributeNames()
Predefined attributes names of the schematic in memory object class. |
java.lang.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(java.lang.Object names)
Identifier fields names of the schematic object class. |
void |
setName(java.lang.String name)
Name of the schematic object class. |
void |
setQueryString(java.lang.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. |
| Field Detail |
|---|
static final int IID55d6b6d9_5539_486f_95f8_084ef4e6fc13
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setName(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.
ISchematicDataset getSchematicDataset()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnumSchematicQueryParameter getSchematicQueryParameters()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSchematicQueryParameters(IEnumSchematicQueryParameter queryParameters)
throws java.io.IOException,
AutomationException
queryParameters - A reference to a com.esri.arcgis.schematic.IEnumSchematicQueryParameter (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getQueryString()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setQueryString(java.lang.String queryString)
throws java.io.IOException,
AutomationException
queryString - The queryString (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getIdentifierFieldNames()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setIdentifierFieldNames(java.lang.Object names)
throws java.io.IOException,
AutomationException
names - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicDataSource getSchematicDataSource()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSchematicDataSourceByRef(ISchematicDataSource schematicDataSource)
throws java.io.IOException,
AutomationException
schematicDataSource - A reference to a com.esri.arcgis.schematic.ISchematicDataSource (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void delete(boolean deleteDescendants)
throws java.io.IOException,
AutomationException
deleteDescendants - The deleteDescendants (in, optional, pass true if not required)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
ISchematicAttribute createSchematicAttribute(java.lang.String name,
IUID uID)
throws java.io.IOException,
AutomationException
name - The name (in)uID - A reference to a com.esri.arcgis.system.IUID (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String[] getPredefinedAttributeNames()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setExternalQueryEvaluationMode(int externalQueryEvaluationMode)
throws java.io.IOException,
AutomationException
externalQueryEvaluationMode - A com.esri.arcgis.schematic.esriSchematicExternalQueryEvaluationMode constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getExternalQueryEvaluationMode()
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 | ||||||||