|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.geodatabase.NetworkForwardStar
public class NetworkForwardStar
COM Class 'NetworkForwardStar'. Generated 3/19/2015 1:20:43 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description 'A container for querying information about adjacent elements in the network dataset.' 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 |
---|
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkForwardStar |
---|
IID, IIDfde593a2_8e96_40c8_8ab2_6da6d60af9b9, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkForwardStarSetup |
---|
IID, IIDd68a2a0c_f2b9_47af_8ae6_811513349546, xxDummy |
Fields inherited from interface com.esri.arcgis.geodatabase.INetworkForwardStarEx |
---|
IID, IID25c310eb_bff3_4a47_a694_3f17e16fbfda, xxDummy |
Fields inherited from interface com.esri.arcgis.system.ISupportErrorInfo |
---|
IID, IIDdf0b3d60_548f_101b_8e65_08002b2bd119, xxDummy |
Constructor Summary | |
---|---|
NetworkForwardStar(java.lang.Object obj)
Construct a NetworkForwardStar using a reference to such an object returned from ArcGIS Engine or Server. |
Method Summary | |
---|---|
void |
addCachedAttribute(INetworkAttribute attribute)
AddCachedAttribute has been deprecated and should not be called. |
void |
addEdgeRestriction(INetworkEdge edge,
double fromPosition,
double toPosition)
Restricts the traversability of a range on an edge element in the adjacency queries. |
void |
addJunctionRestriction(INetworkJunction junction)
Restricts a junction element from being returned in the adjacency queries. |
void |
addRestriction(INetworkAttribute attribute)
Adds a restriction network attribute to the NetworkForwardStar object to filter elements returned. |
void |
addRestrictionAttribute(INetworkAttribute attribute)
Adds a restriction network attribute to the NetworkForwardStar object to filter elements from adjacency queries. |
void |
addTurnRestriction(INetworkTurn turn)
Restricts a turn in the adjacency queries. |
void |
adjustEdgeAttributeValue(INetworkEdge edge,
double fromPosition,
double toPosition,
INetworkAttribute attribute,
int adjustmentType,
java.lang.Object value)
Adjusts the value of a network attribute for a range on an edge element. |
void |
adjustJunctionAttributeValue(INetworkJunction junction,
INetworkAttribute attribute,
int adjustmentType,
java.lang.Object value)
Adjusts the value of a network attribute for a junction element. |
void |
adjustTurnAttributeValue(INetworkTurn turn,
INetworkAttribute attribute,
int adjustmentType,
java.lang.Object value)
Adjusts the value of a network attribute for a turn element. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
int |
getBacktrack()
Policy on when to return the from-edge in the NetworkForwardStarAdjacencies object. |
int |
getBacktrackPolicy()
Policy on when to return the from-edge in the NetworkForwardStarAdjacencies object. |
INetworkAttribute |
getHierarchyAttribute()
Network attribute containing the hierarchy values for each network element. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
int |
getMaxHierarchyValue()
Maximum hierarchy attribute value permitted to be returned in the NetworkForwardStarAdjacencies object. |
int |
getMaxTraversableHierarchyValue()
Maximum hierarchy attribute value for elements permitted to be returned in the adjacency queries. |
INetworkDataset |
getNetworkDataset()
Network dataset on which the NetworkForwardStar object is querying. |
IEnumNetworkElement |
getNonTraversableElements(int elementType,
int direction)
The collection of network elements of the given type that are set to not traversable. |
INetworkAttribute |
getRestriction(int index)
Restriction network attribute by index applied to the NetworkForwardStar object. |
INetworkAttribute |
getRestrictionAttribute(int index)
Restriction network attribute by index in the NetworkForwardStar object. |
int |
getRestrictionAttributeCount()
Number of restriction network attributes currently applied to the NetworkForwardStar object. |
int |
getRestrictionCount()
Number of restriction network attributes applied to the NetworkForwardStar object. |
int |
hashCode()
the hashcode for this object |
void |
interfaceSupportsErrorInfo(GUID riid)
interfaceSupportsErrorInfo |
boolean |
isFiltered(INetworkElement element)
Indicates if the given network element is filtered out from the adjacencies object. |
boolean |
isForwardTraversal()
Indicates if the NetworkForwardStar object is used to model forward traversal through the network dataset. |
boolean |
isRestricted(INetworkElement element)
Indicates if the given network element is restricted from traversal in the NetworkForwardStar object. |
boolean |
isTraversable(INetworkElement element)
Indicates if the given network element is travserable by the NetworkForwardStar object. |
void |
queryAdjacencies(INetworkJunction atJunction,
INetworkEdge fromEdge,
INetworkEdge lastExteriorEdge,
INetworkForwardStarAdjacencies adjacencies)
Finds all network elements that are adjacent to the given sequence of network elements. |
void |
queryAttributeCutoffRange(INetworkEdge edge,
INetworkAttribute attribute,
double queryPosition,
java.lang.Object cutoffValue,
double[] fromPosition,
double[] toPosition)
Returns the range of accessible positions within a specified attribute cutoff from a query position along an edge element, respective to any existing attribute adjustments along the edge. |
void |
queryEdge(int eID,
int direction,
INetworkEdge edge)
Performs a network edge element query by element ID and edge direction and populates the given edge element object. |
void |
queryJunction(int eID,
INetworkJunction junction)
Performs a network junction element query by element ID and populates the given junction element object. |
void |
queryTraversableRange(INetworkEdge edge,
double queryPosition,
double[] fromPosition,
double[] toPosition,
boolean[] isFromPositionAccessible,
boolean[] isToPositionAccessible)
Returns the range of accessible positions from a query position along an edge element, respective to any existing restrictions along the edge. |
void |
queryTurn(int eID,
INetworkTurn turn)
Performs a network turn element query by element ID and populates the given turn element object. |
void |
release()
Release a NetworkForwardStar. |
void |
removeAllCachedAttributes()
RemoveAllCachedAttributes has been deprecated and should not be called. |
void |
removeAttributeValueAdjustments()
Removes all element-specific attribute value adjustments currently applied to the NetworkForwardStar object. |
void |
removeElementRestrictions()
Removes all element-specific restrictions currently applied to the NetworkForwardStar object. |
void |
removeRestriction(int index)
Removes the given restriction network attribute by index from the NetworkForwardStar object. |
void |
removeRestrictionAttributes()
Removes all restriction network attributes currently applied to the NetworkForwardStar object. |
void |
setAllTraversable(int elementType,
boolean traversable)
Sets all network elements of the given element type to be traversable or non-traversable. |
void |
setBacktrack(int backtrack)
Policy on when to return the from-edge in the NetworkForwardStarAdjacencies object. |
void |
setBacktrackPolicy(int backtrack)
Policy on when to return the from-edge in the NetworkForwardStarAdjacencies object. |
void |
setHierarchyAttributeByRef(INetworkAttribute attribute)
Network attribute containing the hierarchy values for each network element. |
void |
setIsForwardTraversal(boolean isForwardTraversal)
Indicates if the NetworkForwardStar object is used to model forward traversal through the network dataset. |
void |
setMaxHierarchyValue(int maxValue)
Maximum hierarchy attribute value permitted to be returned in the NetworkForwardStarAdjacencies object. |
void |
setMaxTraversableHierarchyValue(int maxValue)
Maximum hierarchy attribute value for elements permitted to be returned in the adjacency queries. |
void |
setTraversable(INetworkElement element,
boolean traversable)
Indicates if the given network element is travserable by the NetworkForwardStar object. |
void |
setTraversable2(IEnumNetworkElement elements,
boolean traversable)
Sets the given network elements to be traversable or non-traversable. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public NetworkForwardStar(java.lang.Object obj) throws java.io.IOException
obj
to NetworkForwardStar
. *
NetworkForwardStar o = (NetworkForwardStar)obj; // will not work
NetworkForwardStar o = new NetworkForwardStar(obj); // Use this constructor instead
* @param obj an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problems
NetworkForwardStar theNetworkForwardStar = (NetworkForwardStar) obj;
Method Detail |
---|
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public void queryAdjacencies(INetworkJunction atJunction, INetworkEdge fromEdge, INetworkEdge lastExteriorEdge, INetworkForwardStarAdjacencies adjacencies) throws java.io.IOException, AutomationException
queryAdjacencies
in interface INetworkForwardStar
queryAdjacencies
in interface INetworkForwardStarEx
atJunction
- A reference to a com.esri.arcgis.geodatabase.INetworkJunction (in)fromEdge
- A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)lastExteriorEdge
- A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)adjacencies
- A reference to a com.esri.arcgis.geodatabase.INetworkForwardStarAdjacencies (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isFiltered(INetworkElement element) throws java.io.IOException, AutomationException
isFiltered
in interface INetworkForwardStar
element
- A reference to a com.esri.arcgis.geodatabase.INetworkElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBacktrack() throws java.io.IOException, AutomationException
getBacktrack
in interface INetworkForwardStarSetup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBacktrack(int backtrack) throws java.io.IOException, AutomationException
setBacktrack
in interface INetworkForwardStarSetup
backtrack
- A com.esri.arcgis.geodatabase.esriNetworkForwardStarBacktrack constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isForwardTraversal() throws java.io.IOException, AutomationException
isForwardTraversal
in interface INetworkForwardStarEx
isForwardTraversal
in interface INetworkForwardStarSetup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setIsForwardTraversal(boolean isForwardTraversal) throws java.io.IOException, AutomationException
setIsForwardTraversal
in interface INetworkForwardStarEx
setIsForwardTraversal
in interface INetworkForwardStarSetup
isForwardTraversal
- The isForwardTraversal (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INetworkDataset getNetworkDataset() throws java.io.IOException, AutomationException
getNetworkDataset
in interface INetworkForwardStarEx
getNetworkDataset
in interface INetworkForwardStarSetup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addCachedAttribute(INetworkAttribute attribute) throws java.io.IOException, AutomationException
addCachedAttribute
in interface INetworkForwardStarSetup
attribute
- A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAllCachedAttributes() throws java.io.IOException, AutomationException
removeAllCachedAttributes
in interface INetworkForwardStarSetup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addRestriction(INetworkAttribute attribute) throws java.io.IOException, AutomationException
addRestriction
in interface INetworkForwardStarSetup
attribute
- A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INetworkAttribute getRestriction(int index) throws java.io.IOException, AutomationException
getRestriction
in interface INetworkForwardStarSetup
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRestrictionCount() throws java.io.IOException, AutomationException
getRestrictionCount
in interface INetworkForwardStarSetup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeRestriction(int index) throws java.io.IOException, AutomationException
removeRestriction
in interface INetworkForwardStarSetup
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setHierarchyAttributeByRef(INetworkAttribute attribute) throws java.io.IOException, AutomationException
setHierarchyAttributeByRef
in interface INetworkForwardStarEx
setHierarchyAttributeByRef
in interface INetworkForwardStarSetup
attribute
- A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INetworkAttribute getHierarchyAttribute() throws java.io.IOException, AutomationException
getHierarchyAttribute
in interface INetworkForwardStarEx
getHierarchyAttribute
in interface INetworkForwardStarSetup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxHierarchyValue(int maxValue) throws java.io.IOException, AutomationException
setMaxHierarchyValue
in interface INetworkForwardStarSetup
maxValue
- The maxValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxHierarchyValue() throws java.io.IOException, AutomationException
getMaxHierarchyValue
in interface INetworkForwardStarSetup
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isTraversable(INetworkElement element) throws java.io.IOException, AutomationException
isTraversable
in interface INetworkForwardStarSetup
element
- A reference to a com.esri.arcgis.geodatabase.INetworkElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTraversable(INetworkElement element, boolean traversable) throws java.io.IOException, AutomationException
setTraversable
in interface INetworkForwardStarSetup
element
- A reference to a com.esri.arcgis.geodatabase.INetworkElement (in)traversable
- The traversable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setTraversable2(IEnumNetworkElement elements, boolean traversable) throws java.io.IOException, AutomationException
setTraversable2
in interface INetworkForwardStarSetup
elements
- A reference to a com.esri.arcgis.geodatabase.IEnumNetworkElement (in)traversable
- The traversable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setAllTraversable(int elementType, boolean traversable) throws java.io.IOException, AutomationException
setAllTraversable
in interface INetworkForwardStarSetup
elementType
- A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)traversable
- The traversable (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumNetworkElement getNonTraversableElements(int elementType, int direction) throws java.io.IOException, AutomationException
getNonTraversableElements
in interface INetworkForwardStarSetup
elementType
- A com.esri.arcgis.geodatabase.esriNetworkElementType constant (in)direction
- A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryJunction(int eID, INetworkJunction junction) throws java.io.IOException, AutomationException
queryJunction
in interface INetworkForwardStarEx
eID
- The eID (in)junction
- A reference to a com.esri.arcgis.geodatabase.INetworkJunction (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryEdge(int eID, int direction, INetworkEdge edge) throws java.io.IOException, AutomationException
queryEdge
in interface INetworkForwardStarEx
eID
- The eID (in)direction
- A com.esri.arcgis.geodatabase.esriNetworkEdgeDirection constant (in)edge
- A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryTurn(int eID, INetworkTurn turn) throws java.io.IOException, AutomationException
queryTurn
in interface INetworkForwardStarEx
eID
- The eID (in)turn
- A reference to a com.esri.arcgis.geodatabase.INetworkTurn (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryTraversableRange(INetworkEdge edge, double queryPosition, double[] fromPosition, double[] toPosition, boolean[] isFromPositionAccessible, boolean[] isToPositionAccessible) throws java.io.IOException, AutomationException
queryTraversableRange
in interface INetworkForwardStarEx
edge
- A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)queryPosition
- The queryPosition (in)fromPosition
- The fromPosition (out: use single element array)toPosition
- The toPosition (out: use single element array)isFromPositionAccessible
- The isFromPositionAccessible (out: use single element array)isToPositionAccessible
- The isToPositionAccessible (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void queryAttributeCutoffRange(INetworkEdge edge, INetworkAttribute attribute, double queryPosition, java.lang.Object cutoffValue, double[] fromPosition, double[] toPosition) throws java.io.IOException, AutomationException
queryAttributeCutoffRange
in interface INetworkForwardStarEx
edge
- A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)attribute
- A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)queryPosition
- The queryPosition (in)cutoffValue
- A Variant (in)fromPosition
- The fromPosition (out: use single element array)toPosition
- The toPosition (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getBacktrackPolicy() throws java.io.IOException, AutomationException
getBacktrackPolicy
in interface INetworkForwardStarEx
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setBacktrackPolicy(int backtrack) throws java.io.IOException, AutomationException
setBacktrackPolicy
in interface INetworkForwardStarEx
backtrack
- A com.esri.arcgis.geodatabase.esriNetworkForwardStarBacktrack constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addRestrictionAttribute(INetworkAttribute attribute) throws java.io.IOException, AutomationException
addRestrictionAttribute
in interface INetworkForwardStarEx
attribute
- A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public INetworkAttribute getRestrictionAttribute(int index) throws java.io.IOException, AutomationException
getRestrictionAttribute
in interface INetworkForwardStarEx
index
- The index (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getRestrictionAttributeCount() throws java.io.IOException, AutomationException
getRestrictionAttributeCount
in interface INetworkForwardStarEx
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeRestrictionAttributes() throws java.io.IOException, AutomationException
removeRestrictionAttributes
in interface INetworkForwardStarEx
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getMaxTraversableHierarchyValue() throws java.io.IOException, AutomationException
getMaxTraversableHierarchyValue
in interface INetworkForwardStarEx
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxTraversableHierarchyValue(int maxValue) throws java.io.IOException, AutomationException
setMaxTraversableHierarchyValue
in interface INetworkForwardStarEx
maxValue
- The maxValue (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addJunctionRestriction(INetworkJunction junction) throws java.io.IOException, AutomationException
addJunctionRestriction
in interface INetworkForwardStarEx
junction
- A reference to a com.esri.arcgis.geodatabase.INetworkJunction (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addEdgeRestriction(INetworkEdge edge, double fromPosition, double toPosition) throws java.io.IOException, AutomationException
addEdgeRestriction
in interface INetworkForwardStarEx
edge
- A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)fromPosition
- The fromPosition (in)toPosition
- The toPosition (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addTurnRestriction(INetworkTurn turn) throws java.io.IOException, AutomationException
addTurnRestriction
in interface INetworkForwardStarEx
turn
- A reference to a com.esri.arcgis.geodatabase.INetworkTurn (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeElementRestrictions() throws java.io.IOException, AutomationException
removeElementRestrictions
in interface INetworkForwardStarEx
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void adjustJunctionAttributeValue(INetworkJunction junction, INetworkAttribute attribute, int adjustmentType, java.lang.Object value) throws java.io.IOException, AutomationException
adjustJunctionAttributeValue
in interface INetworkForwardStarEx
junction
- A reference to a com.esri.arcgis.geodatabase.INetworkJunction (in)attribute
- A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)adjustmentType
- A com.esri.arcgis.geodatabase.esriNetworkAttributeAdjustmentType constant (in)value
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void adjustEdgeAttributeValue(INetworkEdge edge, double fromPosition, double toPosition, INetworkAttribute attribute, int adjustmentType, java.lang.Object value) throws java.io.IOException, AutomationException
adjustEdgeAttributeValue
in interface INetworkForwardStarEx
edge
- A reference to a com.esri.arcgis.geodatabase.INetworkEdge (in)fromPosition
- The fromPosition (in)toPosition
- The toPosition (in)attribute
- A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)adjustmentType
- A com.esri.arcgis.geodatabase.esriNetworkAttributeAdjustmentType constant (in)value
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void adjustTurnAttributeValue(INetworkTurn turn, INetworkAttribute attribute, int adjustmentType, java.lang.Object value) throws java.io.IOException, AutomationException
adjustTurnAttributeValue
in interface INetworkForwardStarEx
turn
- A reference to a com.esri.arcgis.geodatabase.INetworkTurn (in)attribute
- A reference to a com.esri.arcgis.geodatabase.INetworkAttribute (in)adjustmentType
- A com.esri.arcgis.geodatabase.esriNetworkAttributeAdjustmentType constant (in)value
- A Variant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void removeAttributeValueAdjustments() throws java.io.IOException, AutomationException
removeAttributeValueAdjustments
in interface INetworkForwardStarEx
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isRestricted(INetworkElement element) throws java.io.IOException, AutomationException
isRestricted
in interface INetworkForwardStarEx
element
- A reference to a com.esri.arcgis.geodatabase.INetworkElement (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void interfaceSupportsErrorInfo(GUID riid) throws java.io.IOException, AutomationException
interfaceSupportsErrorInfo
in interface ISupportErrorInfo
riid
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (in)
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 |