|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IDensityOp
COM Interface 'IDensityOp'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description: 'Provides access to members that control the density operations.' 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 |
IID09ff6572_f398_11d3_9f9b_00c04f8ef00e
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IGeoDataset |
kernelDensity(IGeoDataset sourceFeatures,
java.lang.Object radiusDistance,
java.lang.Object scaleFactor)
Calculates the kernel density of points or lines in a radius around each output cell. |
IGeoDataset |
lineDensity(IGeoDataset lineFeatures,
java.lang.Object radiusDistance,
java.lang.Object scaleFactor)
Calculates the simple density of lines in a radius around each output cell. |
IGeoDataset |
pointDensity(IGeoDataset pointFeatures,
IRasterNeighborhood nbrhood,
java.lang.Object scaleFactor)
Calculates the simple density of points in a neighborhood around each output cell. |
| Field Detail |
|---|
static final int IID09ff6572_f398_11d3_9f9b_00c04f8ef00e
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IGeoDataset pointDensity(IGeoDataset pointFeatures,
IRasterNeighborhood nbrhood,
java.lang.Object scaleFactor)
throws java.io.IOException,
AutomationException
pointFeatures - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)nbrhood - A reference to a com.esri.arcgis.geoanalyst.IRasterNeighborhood (in)scaleFactor - 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.
IGeoDataset lineDensity(IGeoDataset lineFeatures,
java.lang.Object radiusDistance,
java.lang.Object scaleFactor)
throws java.io.IOException,
AutomationException
lineFeatures - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)radiusDistance - A Variant (in, optional, pass null if not required)scaleFactor - 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.
IGeoDataset kernelDensity(IGeoDataset sourceFeatures,
java.lang.Object radiusDistance,
java.lang.Object scaleFactor)
throws java.io.IOException,
AutomationException
sourceFeatures - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)radiusDistance - A Variant (in, optional, pass null if not required)scaleFactor - 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.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||