Description: 'Provides access to members that manipulate the segments of a path, ring, polyline, or polygon.' 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 =
public class ISegmentCollectionProxy extends com.esri.arcgis.interop.Dispatch implements ISegmentCollection, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDb3fe6b20_4fc2_11d1_834e_0000f8775be9
Modifier | Constructor and Description |
---|---|
|
ISegmentCollectionProxy()
Deprecated.
For internal use only
|
|
ISegmentCollectionProxy(java.lang.Object obj)
Deprecated.
|
protected |
ISegmentCollectionProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
ISegmentCollectionProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
ISegmentCollectionProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
void |
addSegment(ISegment inSegment,
java.lang.Object before,
java.lang.Object after)
Deprecated.
Adds a reference to the input segment at the end, or before or after a specified index.
|
void |
addSegmentCollection(ISegmentCollection segments)
Deprecated.
Adds references to the segments from the specified segment collection.
|
void |
addSegments(int count,
ISegment newSegments)
Deprecated.
Adds references to segments.
|
IEnumCurve |
getEnumCurve()
Deprecated.
A new curve enumerator for this segment collection.
|
IEnumSegment |
getEnumSegments()
Deprecated.
A new enumerator for this segment collection.
|
IEnumSegment |
getIndexedEnumSegments(IGeometry queryGeometry)
Deprecated.
A new indexed segment enumerator for this segment collection.
|
ISegment |
getSegment(int i)
Deprecated.
A reference to the ith segment.
|
int |
getSegmentCount()
Deprecated.
The number of segments.
|
void |
hasNonLinearSegments(boolean[] nonLinearSegments)
Deprecated.
Indicates if this segment collection contains segments other than lines.
|
void |
insertSegmentCollection(int index,
ISegmentCollection newSegments)
Deprecated.
Inserts references to the segments in the input collectoin.
|
void |
insertSegmentCollectionEx(int index,
int start,
int count,
ISegmentCollection newSegments)
Deprecated.
Inserts references to some of the segments from the input collection.
|
void |
insertSegments(int index,
int count,
ISegment newSegments)
Deprecated.
Inserts references to the input segments.
|
void |
querySegments(int index,
int count,
ISegment[] segments)
Deprecated.
Returns references to some of the input segments.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
void |
removeSegments(int index,
int count,
boolean closeGap)
Deprecated.
Removes references to some segments.
|
void |
replaceSegmentCollection(int index,
int goingAway,
ISegmentCollection newSegments)
Deprecated.
Remove and inserts some segments.
|
void |
replaceSegments(int index,
int comingIn,
int goingAway,
ISegment newSegments)
Deprecated.
Removes and inserts from segments.
|
void |
segmentsChanged()
Deprecated.
Informs the segment collection that any cached values that it may be maintaining (envelope, length, etc.) are invalid.
|
void |
setCircle(IPoint cp,
double circleRadius)
Deprecated.
Defines this path, ring, polyline or polygon to contain a single circular arc segment that is closed.
|
void |
setRectangle(IEnvelope inEnvelope)
Deprecated.
Defines this path, ring, polyline or polygon to have four line segments in the same positions as the sides of the input envelope.
|
void |
setSegmentCollection(ISegmentCollection newSegments)
Deprecated.
Replaces all segments with references to segments from the input collection.
|
void |
setSegments(int count,
ISegment newSegments)
Deprecated.
Replaces all segments with references to the input segments.
|
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 ISegmentCollectionProxy(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 ISegmentCollectionProxy()
public ISegmentCollectionProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected ISegmentCollectionProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected ISegmentCollectionProxy(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 int getSegmentCount() throws java.io.IOException, AutomationException
getSegmentCount
in interface ISegmentCollection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ISegment getSegment(int i) throws java.io.IOException, AutomationException
getSegment
in interface ISegmentCollection
i
- The i (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addSegment(ISegment inSegment, java.lang.Object before, java.lang.Object after) throws java.io.IOException, AutomationException
addSegment
in interface ISegmentCollection
inSegment
- A reference to a com.esri.arcgis.geometry.ISegment (in)before
- A Variant (in, optional, pass null if not required)after
- A Variant (in, optional, pass null if not required)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void querySegments(int index, int count, ISegment[] segments) throws java.io.IOException, AutomationException
querySegments
in interface ISegmentCollection
index
- The index (in)count
- The count (in)segments
- A reference to a com.esri.arcgis.geometry.ISegment (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addSegments(int count, ISegment newSegments) throws java.io.IOException, AutomationException
addSegments
in interface ISegmentCollection
count
- The count (in)newSegments
- A reference to a com.esri.arcgis.geometry.ISegment (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void addSegmentCollection(ISegmentCollection segments) throws java.io.IOException, AutomationException
addSegmentCollection
in interface ISegmentCollection
segments
- A reference to a com.esri.arcgis.geometry.ISegmentCollection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void insertSegments(int index, int count, ISegment newSegments) throws java.io.IOException, AutomationException
insertSegments
in interface ISegmentCollection
index
- The index (in)count
- The count (in)newSegments
- A reference to a com.esri.arcgis.geometry.ISegment (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void insertSegmentCollection(int index, ISegmentCollection newSegments) throws java.io.IOException, AutomationException
insertSegmentCollection
in interface ISegmentCollection
index
- The index (in)newSegments
- A reference to a com.esri.arcgis.geometry.ISegmentCollection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void insertSegmentCollectionEx(int index, int start, int count, ISegmentCollection newSegments) throws java.io.IOException, AutomationException
insertSegmentCollectionEx
in interface ISegmentCollection
index
- The index (in)start
- The start (in)count
- The count (in)newSegments
- A reference to a com.esri.arcgis.geometry.ISegmentCollection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void replaceSegments(int index, int comingIn, int goingAway, ISegment newSegments) throws java.io.IOException, AutomationException
replaceSegments
in interface ISegmentCollection
index
- The index (in)comingIn
- The comingIn (in)goingAway
- The goingAway (in)newSegments
- A reference to a com.esri.arcgis.geometry.ISegment (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void replaceSegmentCollection(int index, int goingAway, ISegmentCollection newSegments) throws java.io.IOException, AutomationException
replaceSegmentCollection
in interface ISegmentCollection
index
- The index (in)goingAway
- The goingAway (in)newSegments
- A reference to a com.esri.arcgis.geometry.ISegmentCollection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void removeSegments(int index, int count, boolean closeGap) throws java.io.IOException, AutomationException
removeSegments
in interface ISegmentCollection
index
- The index (in)count
- The count (in)closeGap
- The closeGap (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setCircle(IPoint cp, double circleRadius) throws java.io.IOException, AutomationException
setCircle
in interface ISegmentCollection
cp
- A reference to a com.esri.arcgis.geometry.IPoint (in)circleRadius
- The circleRadius (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setRectangle(IEnvelope inEnvelope) throws java.io.IOException, AutomationException
setRectangle
in interface ISegmentCollection
inEnvelope
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSegments(int count, ISegment newSegments) throws java.io.IOException, AutomationException
setSegments
in interface ISegmentCollection
count
- The count (in)newSegments
- A reference to a com.esri.arcgis.geometry.ISegment (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void setSegmentCollection(ISegmentCollection newSegments) throws java.io.IOException, AutomationException
setSegmentCollection
in interface ISegmentCollection
newSegments
- A reference to a com.esri.arcgis.geometry.ISegmentCollection (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumSegment getEnumSegments() throws java.io.IOException, AutomationException
getEnumSegments
in interface ISegmentCollection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumCurve getEnumCurve() throws java.io.IOException, AutomationException
getEnumCurve
in interface ISegmentCollection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public void hasNonLinearSegments(boolean[] nonLinearSegments) throws java.io.IOException, AutomationException
hasNonLinearSegments
in interface ISegmentCollection
nonLinearSegments
- The nonLinearSegments (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnumSegment getIndexedEnumSegments(IGeometry queryGeometry) throws java.io.IOException, AutomationException
getIndexedEnumSegments
in interface ISegmentCollection
queryGeometry
- 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 segmentsChanged() throws java.io.IOException, AutomationException
segmentsChanged
in interface ISegmentCollection
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.