|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.schematic.ISchematicStandardBuilderProxy
public class ISchematicStandardBuilderProxy
Provides access to members that control the schematic Standard builder.
The Standard builder works from any GIS feature class/layer or object table.
Because it is able to decode geometric network and network dataset topology, the Standard builder is especially dedicated to work with GIS feature classes organized into a geoemtric network or a network dataset. It allows you to quickly generate schematic diagrams in a minimum amount of time from any set of network features.
The Standard builder can also be used to generate schematic diagrams whose whole contents are built from custom queries. These custom queries can operate on any type of database.
Field Summary | |
---|---|
boolean |
noncastable
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Constructor Summary | |
---|---|
|
ISchematicStandardBuilderProxy()
|
|
ISchematicStandardBuilderProxy(Object obj)
|
protected |
ISchematicStandardBuilderProxy(Object obj,
String iid)
|
Method Summary | |
---|---|
void |
addListener(String iidStr,
Object theListener,
Object theSource)
|
int |
getUpdateMode()
Mode (rebuild/append) to use for updating a diagram. |
int |
getUpdateType()
Update type (fromSelection, fromTracing, fromInitial, ...). |
boolean |
isAddConnectedNodes()
Indicates if the extremity nodes for the links currently highlighted in the map must be automatically added by the schematic Standard builder even if they are not highlighted. |
boolean |
isAutoCreateElementClasses()
Indicates if the schematic element classes are automatically created by the schematic Standard builder. |
boolean |
isInitializeLinksVertices()
Indicates if the initial vertices list for the links must be retrieved and initialized by the schematic Standard builder. |
boolean |
isPersistManualOperations()
Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update. |
void |
removeListener(String iidStr,
Object theListener)
|
void |
setAddConnectedNodes(boolean addConnectedNodes)
Indicates if the extremity nodes for the links currently highlighted in the map must be automatically added by the schematic Standard builder even if they are not highlighted. |
void |
setAutoCreateElementClasses(boolean autoCreate)
Indicates if the schematic element classes are automatically created by the schematic Standard builder. |
void |
setInitializeLinksVertices(boolean initializeLinksVertices)
Indicates if the initial vertices list for the links must be retrieved and initialized by the schematic Standard builder. |
void |
setPersistManualOperations(boolean persistManualOperations)
Indicates if the manual operations (removed elements, reduction, reconnection) are replayed after the update. |
void |
setUpdateMode(int updateMode)
Mode (rebuild/append) to use for updating a diagram. |
void |
setUpdateType(int updateType)
Update type (fromSelection, fromTracing, fromInitial, ...). |
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 boolean noncastable
Constructor Detail |
---|
public ISchematicStandardBuilderProxy()
public ISchematicStandardBuilderProxy(Object obj) throws IOException
IOException
protected ISchematicStandardBuilderProxy(Object obj, String iid) throws IOException
IOException
Method Detail |
---|
public void addListener(String iidStr, Object theListener, Object theSource) throws IOException
addListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void removeListener(String iidStr, Object theListener) throws IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
IOException
public void setAutoCreateElementClasses(boolean autoCreate) throws IOException, AutomationException
When AutoCreateElementClasses is enabled, the Standard builder automatically creates schematic element classes that could be missing from the schematic diagram class when it operates.
When AutoCreateElementClasses is disabled, no new schematic element classes are created when the Standard builder operates. This means that if, among the data in input, the Standard builder detects a feature/object based on a feature/object class for which there is no associated schematic element class for the schematic diagram class, no schematic element will be created in the schematic dataset for that feature/object, and no schematic element will be contained in the resulting diagram for that feature/object.
setAutoCreateElementClasses
in interface ISchematicStandardBuilder
autoCreate
- The autoCreate (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAutoCreateElementClasses() throws IOException, AutomationException
isAutoCreateElementClasses
in interface ISchematicStandardBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAddConnectedNodes(boolean addConnectedNodes) throws IOException, AutomationException
setAddConnectedNodes
in interface ISchematicStandardBuilder
addConnectedNodes
- The addConnectedNodes (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isAddConnectedNodes() throws IOException, AutomationException
isAddConnectedNodes
in interface ISchematicStandardBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setInitializeLinksVertices(boolean initializeLinksVertices) throws IOException, AutomationException
setInitializeLinksVertices
in interface ISchematicStandardBuilder
initializeLinksVertices
- The initializeLinksVertices (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isInitializeLinksVertices() throws IOException, AutomationException
isInitializeLinksVertices
in interface ISchematicStandardBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUpdateType(int updateType) throws IOException, AutomationException
setUpdateType
in interface ISchematicStandardBuilder
updateType
- A com.esri.arcgis.schematic.esriSchematicStandardBuilderUpdateType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUpdateType() throws IOException, AutomationException
getUpdateType
in interface ISchematicStandardBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setUpdateMode(int updateMode) throws IOException, AutomationException
setUpdateMode
in interface ISchematicStandardBuilder
updateMode
- A com.esri.arcgis.schematic.esriSchematicStandardBuilderUpdateMode constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getUpdateMode() throws IOException, AutomationException
getUpdateMode
in interface ISchematicStandardBuilder
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setPersistManualOperations(boolean persistManualOperations) throws IOException, AutomationException
setPersistManualOperations
in interface ISchematicStandardBuilder
persistManualOperations
- The persistManualOperations (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isPersistManualOperations() throws IOException, AutomationException
isPersistManualOperations
in interface ISchematicStandardBuilder
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 |