|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuildFootprintsByShrinkingParameters
Provides access to members that control parameters to the build footprints by shrinking operation.
Method Summary | |
---|---|
double |
getShrinkDistance()
The shrink distance in the coordinate system of the geometry column of the mosaic catalog. |
double |
getSnapEdgesTolerance()
The minimum distance below which points in the footprint geometry are snapped to the envelope of the raster. |
int |
getSnapEdgesToleranceInPixels()
The minimum distance (in resampled pixels) below which points in the footprint geometry are snapped to the envelope of the raster. |
void |
setShrinkDistance(double pShrinkDistance)
The shrink distance in the coordinate system of the geometry column of the mosaic catalog. |
void |
setSnapEdgesTolerance(double pTolerance)
The minimum distance below which points in the footprint geometry are snapped to the envelope of the raster. |
void |
setSnapEdgesToleranceInPixels(int pToleranceInPixels)
The minimum distance (in resampled pixels) below which points in the footprint geometry are snapped to the envelope of the raster. |
Method Detail |
---|
void setShrinkDistance(double pShrinkDistance) throws IOException, AutomationException
pShrinkDistance
- The pShrinkDistance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getShrinkDistance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSnapEdgesTolerance(double pTolerance) throws IOException, AutomationException
pTolerance
- The pTolerance (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getSnapEdgesTolerance() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSnapEdgesToleranceInPixels(int pToleranceInPixels) throws IOException, AutomationException
pToleranceInPixels
- The pToleranceInPixels (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSnapEdgesToleranceInPixels() throws IOException, AutomationException
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 |