|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IFeatureCursorBuffer2
COM Interface 'IFeatureCursorBuffer2'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to additional functions and configuration capabilities for the buffer generation.' 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 | |
---|---|
static java.lang.String |
IID
Deprecated. Internal use only |
static int |
IID7df13f3f_39b7_41c4_80e3_aa7d16f46d57
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
void |
buffer(IFeatureClassName pNewLocationName)
Buffers features to a new and existing feature class. |
void |
bufferToGraphics(ICompositeGraphicsLayer pCompositeGraphicsLayer)
Buffers the selected features and stores them into a composite graphics layer. |
IEnumGeometry |
getBufferedGeometry()
Enumerator of buffered features. |
void |
graphicsLayer2(IGraphicsLayer pGraphicsLayer,
boolean selected,
int[] pSelectedElements,
boolean[] bHasPolygons)
Graphics layer of elements to buffer (overrides FeatureCursor). |
void |
setBufferSpatialReferenceByRef(ISpatialReference rhs1)
Specifies in which spatial reference system should be buffered. |
void |
setCancelTrackByRef(ITrackCancel rhs1)
TrackCancel used when buffering. |
void |
setDataFrameSpatialReferenceByRef(ISpatialReference rhs1)
Specifies the spatial reference system of the data frame. |
void |
setDissolve(boolean rhs1)
Indicates if overlapping buffered features should be dissolved. |
void |
setFeatureCursorByRef(IFeatureCursor rhs1)
Feature cursor of features to buffer (overrides GraphicsLayer). |
void |
setFieldDistance(java.lang.String rhs1)
Field specifying distance to buffer on. |
void |
setPolygonBufferType(int rhs1)
Indicates how to buffer polygon features. |
void |
setRingDistance(int numberOfRings,
double rhs2)
Multiple rings specifying distance to buffer on. |
void |
setSourceSpatialReferenceByRef(ISpatialReference rhs1)
Specifies the spatial reference system of the source data (calls IFeatureCursorBuffer::SpatialReference()). |
void |
setSpatialReferenceByRef(ISpatialReference rhs1)
Projection of buffered features. |
void |
setTargetSpatialReferenceByRef(ISpatialReference rhs1)
Specifies the target spatial reference system. |
void |
setUnits(int mapUnits,
int rhs2)
Conversion units, from map units to buffer units. |
void |
setValueDistance(double rhs1)
Constant buffer distance. |
Field Detail |
---|
static final int IID7df13f3f_39b7_41c4_80e3_aa7d16f46d57
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
void setFeatureCursorByRef(IFeatureCursor rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geodatabase.IFeatureCursor (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void graphicsLayer2(IGraphicsLayer pGraphicsLayer, boolean selected, int[] pSelectedElements, boolean[] bHasPolygons) throws java.io.IOException, AutomationException
pGraphicsLayer
- A reference to a com.esri.arcgis.carto.IGraphicsLayer (in)selected
- The selected (in)pSelectedElements
- The pSelectedElements (out: use single element array)bHasPolygons
- The bHasPolygons (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDissolve(boolean rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setValueDistance(double rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setFieldDistance(java.lang.String rhs1) throws java.io.IOException, AutomationException
rhs1
- The rhs1 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRingDistance(int numberOfRings, double rhs2) throws java.io.IOException, AutomationException
numberOfRings
- The numberOfRings (in)rhs2
- The rhs2 (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSpatialReferenceByRef(ISpatialReference rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setUnits(int mapUnits, int rhs2) throws java.io.IOException, AutomationException
mapUnits
- A com.esri.arcgis.system.esriUnits constant (in)rhs2
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setPolygonBufferType(int rhs1) throws java.io.IOException, AutomationException
rhs1
- A com.esri.arcgis.carto.esriBufferType constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setCancelTrackByRef(ITrackCancel rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.system.ITrackCancel (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnumGeometry getBufferedGeometry() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void buffer(IFeatureClassName pNewLocationName) throws java.io.IOException, AutomationException
pNewLocationName
- A reference to a com.esri.arcgis.geodatabase.IFeatureClassName (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void bufferToGraphics(ICompositeGraphicsLayer pCompositeGraphicsLayer) throws java.io.IOException, AutomationException
pCompositeGraphicsLayer
- A reference to a com.esri.arcgis.carto.ICompositeGraphicsLayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSourceSpatialReferenceByRef(ISpatialReference rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBufferSpatialReferenceByRef(ISpatialReference rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setTargetSpatialReferenceByRef(ISpatialReference rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setDataFrameSpatialReferenceByRef(ISpatialReference rhs1) throws java.io.IOException, AutomationException
rhs1
- A reference to a com.esri.arcgis.geometry.ISpatialReference (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 |