|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGeneralizeOp
COM Interface 'IGeneralizeOp'. Generated 3/19/2015 1:21:00 PM from 'C:\ArcGIS\COM\esriSpatialAnalyst.olb'
Description: 'Provides access to members that control the generalization 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 |
IID273774e8_ead9_11d3_9f93_00c04f8ef00e
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IGeoDataset |
aggregate(IGeoDataset raster,
int cellFactor,
int aggregationType,
boolean expandExtent,
boolean ignoreNoData)
Generates a reduced resolution version of a raster. |
IGeoDataset |
boundaryClean(IGeoDataset raster,
int sortType,
boolean runTwice)
Smoothes the boundary between zones by expanding and shrinking the boundary. |
IGeoDataset |
expand(IGeoDataset raster,
int numberCells,
java.lang.Object zoneList)
Expands the selected zones by a specified number of cells. |
IGeoDataset |
majorityFilter(IGeoDataset raster,
boolean useDiagonalNeighbors,
boolean halfIsMajority)
Replaces cells based upon the majority of their contiguous neighboring cells. |
IGeoDataset |
nibble(IGeoDataset raster,
IGeoDataset maskRaster,
boolean useNoData)
Replaces areas in a raster corresponding to a mask, with the values of the nearest neighbors. |
IGeoDataset |
regionGroup(IGeoDataset raster,
boolean useDiagonalNeighbors,
boolean withinZones,
boolean createLinkField,
java.lang.Object excludedValue)
Records for each cell in the output, the identity of the connected region to which it belongs. |
IGeoDataset |
resample(IGeoDataset raster,
double newCellSize,
int resampleType)
Resamples the raster to a new cell size. |
IGeoDataset |
shrink(IGeoDataset raster,
int numberCells,
java.lang.Object zoneList)
Shrinks the selected zones by a specified number of cells. |
IGeoDataset |
thin(IGeoDataset raster,
boolean backgroundIsNoData,
boolean filterData,
boolean roundCorners,
java.lang.Object maxThickness)
Thins rasterized linear features by reducing the number of pixels representing the width of the features. |
| Field Detail |
|---|
static final int IID273774e8_ead9_11d3_9f93_00c04f8ef00e
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
IGeoDataset aggregate(IGeoDataset raster,
int cellFactor,
int aggregationType,
boolean expandExtent,
boolean ignoreNoData)
throws java.io.IOException,
AutomationException
raster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)cellFactor - The cellFactor (in)aggregationType - A com.esri.arcgis.geoanalyst.esriGeoAnalysisStatisticsEnum constant (in)expandExtent - The expandExtent (in)ignoreNoData - The ignoreNoData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset boundaryClean(IGeoDataset raster,
int sortType,
boolean runTwice)
throws java.io.IOException,
AutomationException
raster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)sortType - A com.esri.arcgis.spatialanalyst.esriGeoAnalysisSortEnum constant (in)runTwice - The runTwice (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset expand(IGeoDataset raster,
int numberCells,
java.lang.Object zoneList)
throws java.io.IOException,
AutomationException
raster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)numberCells - The numberCells (in)zoneList - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset majorityFilter(IGeoDataset raster,
boolean useDiagonalNeighbors,
boolean halfIsMajority)
throws java.io.IOException,
AutomationException
raster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)useDiagonalNeighbors - The useDiagonalNeighbors (in)halfIsMajority - The halfIsMajority (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset nibble(IGeoDataset raster,
IGeoDataset maskRaster,
boolean useNoData)
throws java.io.IOException,
AutomationException
raster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)maskRaster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)useNoData - The useNoData (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset regionGroup(IGeoDataset raster,
boolean useDiagonalNeighbors,
boolean withinZones,
boolean createLinkField,
java.lang.Object excludedValue)
throws java.io.IOException,
AutomationException
raster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)useDiagonalNeighbors - The useDiagonalNeighbors (in)withinZones - The withinZones (in)createLinkField - The createLinkField (in)excludedValue - 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 resample(IGeoDataset raster,
double newCellSize,
int resampleType)
throws java.io.IOException,
AutomationException
raster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)newCellSize - The newCellSize (in)resampleType - A com.esri.arcgis.geoanalyst.esriGeoAnalysisResampleEnum constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset shrink(IGeoDataset raster,
int numberCells,
java.lang.Object zoneList)
throws java.io.IOException,
AutomationException
raster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)numberCells - The numberCells (in)zoneList - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IGeoDataset thin(IGeoDataset raster,
boolean backgroundIsNoData,
boolean filterData,
boolean roundCorners,
java.lang.Object maxThickness)
throws java.io.IOException,
AutomationException
raster - A reference to a com.esri.arcgis.geodatabase.IGeoDataset (in)backgroundIsNoData - The backgroundIsNoData (in)filterData - The filterData (in)roundCorners - The roundCorners (in)maxThickness - 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 | ||||||||