|
|||||||||
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.geodatabase.IGraphProxy
public class IGraphProxy
Internal use class Proxy for COM Interface 'IGraph'. Generated 3/19/2015 1:20:56 PM from 'C:\ArcGIS\COM\esriGeoDatabase.olb'
Description: 'Provides access to members that manage graphs.' 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 | |
---|---|
boolean |
noncastable
|
static java.lang.Class |
targetClass
|
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.geodatabase.IGraph |
---|
IID, IID436a48bc_56f6_11d1_ae55_0000f80372b4 |
Constructor Summary | |
---|---|
|
IGraphProxy()
For internal use only |
|
IGraphProxy(java.lang.Object obj)
|
protected |
IGraphProxy(java.lang.Object obj,
java.lang.String iid)
|
|
IGraphProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
protected |
IGraphProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
|
Method Summary | |
---|---|
void |
add(IFeature newFeature)
Adds the preexisting Feature to the graph. |
void |
addFeatureClass(IFeatureClass featureClass,
java.lang.String enabledFieldName,
int role,
java.lang.String ancillaryRoleFieldName)
Add the FeatureClass to this graph. |
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
|
void |
deleteSet(ISet featuresToDelete)
Removes the set of Feature from the graph. |
IDisplayFeedback |
getDisplayFeedback(IFeature feature,
ISet features,
IPoint point)
The DisplayFeedback. |
IFeatureDataset |
getFeatureDataset()
The FeatureDataset associated with the graph. |
void |
init(IFeatureDataset dataset,
int graphID,
java.lang.String graphName,
boolean buildNormalizedTables,
boolean createGraph)
Initializes the graph. |
boolean |
isVertexBasedStretching()
The stretching model to nearest vertex (true) or junction (false) based stretching. |
IEnumFeature |
merge(IEnumFeature mergingFeatures)
Merges the Features together, returning the newly created Feature. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
|
void |
setVertexBasedStretching(boolean vertexBased)
The stretching model to nearest vertex (true) or junction (false) based stretching. |
ISet |
split(IEdgeFeature splittingEdge,
IGeometry point)
Split the feature. |
void |
transformSet(ISet features,
int type,
IAffineTransformation2D tranformation)
Repositions all specified NetworkFeatures and any topologically connected NetworkFeatures. |
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 static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IGraphProxy(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 IGraphProxy()
public IGraphProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IGraphProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IGraphProxy(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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void add(IFeature newFeature) throws java.io.IOException, AutomationException
add
in interface IGraph
newFeature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void addFeatureClass(IFeatureClass featureClass, java.lang.String enabledFieldName, int role, java.lang.String ancillaryRoleFieldName) throws java.io.IOException, AutomationException
addFeatureClass
in interface IGraph
featureClass
- A reference to a com.esri.arcgis.geodatabase.IFeatureClass (in)enabledFieldName
- The enabledFieldName (in)role
- A com.esri.arcgis.geodatabase.esriNetworkClassAncillaryRole constant (in)ancillaryRoleFieldName
- The ancillaryRoleFieldName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void deleteSet(ISet featuresToDelete) throws java.io.IOException, AutomationException
deleteSet
in interface IGraph
featuresToDelete
- A reference to a com.esri.arcgis.system.ISet (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IFeatureDataset getFeatureDataset() throws java.io.IOException, AutomationException
getFeatureDataset
in interface IGraph
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IDisplayFeedback getDisplayFeedback(IFeature feature, ISet features, IPoint point) throws java.io.IOException, AutomationException
getDisplayFeedback
in interface IGraph
feature
- A reference to a com.esri.arcgis.geodatabase.IFeature (in)features
- A reference to a com.esri.arcgis.system.ISet (in)point
- A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void init(IFeatureDataset dataset, int graphID, java.lang.String graphName, boolean buildNormalizedTables, boolean createGraph) throws java.io.IOException, AutomationException
init
in interface IGraph
dataset
- A reference to a com.esri.arcgis.geodatabase.IFeatureDataset (in)graphID
- The graphID (in)graphName
- The graphName (in)buildNormalizedTables
- The buildNormalizedTables (in)createGraph
- The createGraph (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public IEnumFeature merge(IEnumFeature mergingFeatures) throws java.io.IOException, AutomationException
merge
in interface IGraph
mergingFeatures
- A reference to a com.esri.arcgis.geodatabase.IEnumFeature (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISet split(IEdgeFeature splittingEdge, IGeometry point) throws java.io.IOException, AutomationException
split
in interface IGraph
splittingEdge
- A reference to a com.esri.arcgis.geodatabase.IEdgeFeature (in)point
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void transformSet(ISet features, int type, IAffineTransformation2D tranformation) throws java.io.IOException, AutomationException
transformSet
in interface IGraph
features
- A reference to a com.esri.arcgis.system.ISet (in)type
- A com.esri.arcgis.geodatabase.esriTransformType constant (in)tranformation
- A reference to a com.esri.arcgis.geometry.IAffineTransformation2D (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVertexBasedStretching() throws java.io.IOException, AutomationException
isVertexBasedStretching
in interface IGraph
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVertexBasedStretching(boolean vertexBased) throws java.io.IOException, AutomationException
setVertexBasedStretching
in interface IGraph
vertexBased
- The vertexBased (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 |