public class ITierProxy extends com.esri.arcgis.interop.Dispatch implements ITier, java.io.Serializable
Description: 'Provides access to members that specify the properties of a network tier.' 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 =
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable |
static java.lang.Class |
targetClass |
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IID7beb8997_ee1d_4f7c_a6c5_a428f08115b9
Modifier | Constructor and Description |
---|---|
|
ITierProxy()
For internal use only
|
|
ITierProxy(java.lang.Object obj) |
protected |
ITierProxy(java.lang.Object obj,
java.lang.String iid) |
|
ITierProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
protected |
ITierProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo) |
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
IArray |
getAggregatedLinesForSubnetLine()
Returns the lines aggregated into SubnetLine Feature Class.
|
java.lang.Object |
getCreationTime()
Returns the creation time.
|
IStringArray |
getDiagramTemplates()
Returns the available diagram templates.
|
int |
getEditModeForDefaultVersion()
Returns the update subnetwork edit mode for the default version.
|
int |
getEditModeForNamedVersion()
Returns the update subnetwork edit mode for a named version.
|
IPropertySet |
getManageSubnetwork()
Returns the manage subnetwork property set.
|
java.lang.String |
getName()
Returns the tier name.
|
int |
getRank()
Returns the tier rank.
|
int |
getSchemaGeneration()
Returns the schema generation.
|
java.lang.String |
getSubnetworkFieldName()
Returns the subnetwork field name.
|
java.lang.String |
getTierGroupName()
Returns the tier group name.
|
int |
getTierID()
Returns the tier ID.
|
int |
getTopology()
Returns the tier topology.
|
IUNTraceConfiguration |
getTraceConfiguration()
Returns the trace configuration.
|
int |
getUpdateSubnetworkOptions()
Returns the update subnetwork options.
|
IArray |
getValidDevices()
Returns the valid devices.
|
IArray |
getValidEdgeObjects()
Returns the valid edge objects.
|
IArray |
getValidJunctionObjects()
Returns the valid junction objects.
|
IArray |
getValidJunctionObjectSubnetworkControllers()
Returns the valid junction objects for subnetwork controller.
|
IArray |
getValidJunctions()
Returns the valid junctions.
|
IArray |
getValidLines()
Returns the valid lines.
|
IArray |
getValidSubnetworkControllers()
Returns the valid devices for subnetwork controller.
|
boolean |
isSupportDisjointSubnetwork()
Returns whether disjoint subnetworks are supported.
|
boolean |
isUpdateContainers()
Update subnetwork on container features or objects in domain network.
|
boolean |
isUpdateStructures()
Update subnetwork on structure classes.
|
boolean |
isUpdateSubnetLines()
Update subnetwork on subnetline features.
|
boolean |
isValidateLocatability()
Validate locatability in update subnetwork.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Removes a Java object as a listener to events generated by a COM object.
|
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
public static final java.lang.Class targetClass
public boolean noncastable
public ITierProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public ITierProxy()
public ITierProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ITierProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ITierProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public java.lang.Object getCreationTime() throws java.io.IOException, AutomationException
getCreationTime
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTierID() throws java.io.IOException, AutomationException
getTierID
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getRank() throws java.io.IOException, AutomationException
getRank
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getTopology() throws java.io.IOException, AutomationException
getTopology
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isSupportDisjointSubnetwork() throws java.io.IOException, AutomationException
isSupportDisjointSubnetwork
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSubnetworkFieldName() throws java.io.IOException, AutomationException
getSubnetworkFieldName
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getTierGroupName() throws java.io.IOException, AutomationException
getTierGroupName
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getEditModeForDefaultVersion() throws java.io.IOException, AutomationException
getEditModeForDefaultVersion
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getEditModeForNamedVersion() throws java.io.IOException, AutomationException
getEditModeForNamedVersion
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUpdateStructures() throws java.io.IOException, AutomationException
isUpdateStructures
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUpdateContainers() throws java.io.IOException, AutomationException
isUpdateContainers
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isUpdateSubnetLines() throws java.io.IOException, AutomationException
isUpdateSubnetLines
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isValidateLocatability() throws java.io.IOException, AutomationException
isValidateLocatability
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getUpdateSubnetworkOptions() throws java.io.IOException, AutomationException
getUpdateSubnetworkOptions
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getValidDevices() throws java.io.IOException, AutomationException
getValidDevices
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getValidSubnetworkControllers() throws java.io.IOException, AutomationException
getValidSubnetworkControllers
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getValidLines() throws java.io.IOException, AutomationException
getValidLines
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getValidJunctions() throws java.io.IOException, AutomationException
getValidJunctions
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getValidJunctionObjects() throws java.io.IOException, AutomationException
getValidJunctionObjects
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getValidJunctionObjectSubnetworkControllers() throws java.io.IOException, AutomationException
getValidJunctionObjectSubnetworkControllers
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getValidEdgeObjects() throws java.io.IOException, AutomationException
getValidEdgeObjects
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IArray getAggregatedLinesForSubnetLine() throws java.io.IOException, AutomationException
getAggregatedLinesForSubnetLine
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IStringArray getDiagramTemplates() throws java.io.IOException, AutomationException
getDiagramTemplates
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IUNTraceConfiguration getTraceConfiguration() throws java.io.IOException, AutomationException
getTraceConfiguration
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getSchemaGeneration() throws java.io.IOException, AutomationException
getSchemaGeneration
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IPropertySet getManageSubnetwork() throws java.io.IOException, AutomationException
getManageSubnetwork
in interface ITier
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.