|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IBuildSeamlinesParameters2
Provides access to members that control parameters to the build seamlines operation.
Method Summary | |
---|---|
int |
getBlendType()
The blend type. |
double |
getBlendWidth()
The blend width. |
IDoubleArray |
getCellSizes()
The cell size values. |
int |
getMethod()
Method to use for building seamlines |
Object |
getOrderByBaseValue()
The Order By base value. |
String |
getOrderByFieldName()
The field to order by if mosaic method is by attribute |
int |
getRequestSize()
The request size. |
int |
getRequestSizeType()
The unit of the request size is determined by request size type. |
int |
getSortMethod()
Mosaic method to use for calculating the sorder |
IPoint |
getViewpoint()
The view point. |
boolean |
isAscending()
Indicates whether the ascending flag of OrderBy. |
void |
setAscending(boolean pAscending)
Indicates whether the ascending flag of OrderBy. |
void |
setBlendType(int pBlendType)
The blend type. |
void |
setBlendWidth(double pBlendWidth)
The blend width. |
void |
setCellSizesByRef(IDoubleArray ppCellSizes)
The cell size values. |
void |
setMethod(int pBuildSealineMethod)
Method to use for building seamlines |
void |
setOrderByBaseValue(Object pValue)
The Order By base value. |
void |
setOrderByFieldName(String pName)
The field to order by if mosaic method is by attribute |
void |
setRequestSize(int pRequestSize)
The request size. |
void |
setRequestSizeType(int pRequestSizeType)
The unit of the request size is determined by request size type. |
void |
setSortMethod(int pBuildSealineMethod)
Mosaic method to use for calculating the sorder |
void |
setViewpointByRef(IPoint ppViewpoint)
The view point. |
Methods inherited from interface com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters |
---|
getCellSizeClusterTolerance, getCursor, getDifferenceFunctionTemplate, getSeamlineModifier, isModifySeamlines, isUpdateSeamlineOrder, setCellSizeClusterTolerance, setCursorByRef, setDifferenceFunctionTemplateByRef, setModifySeamlines, setSeamlineModifierByRef, setUpdateSeamlineOrder |
Method Detail |
---|
void setCellSizesByRef(IDoubleArray ppCellSizes) throws IOException, AutomationException
ppCellSizes
- A reference to a com.esri.arcgis.system.IDoubleArray (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IDoubleArray getCellSizes() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMethod(int pBuildSealineMethod) throws IOException, AutomationException
pBuildSealineMethod
- A com.esri.arcgis.datasourcesraster.esriBuildSeamlinesMethod constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getMethod() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setSortMethod(int pBuildSealineMethod) throws IOException, AutomationException
pBuildSealineMethod
- A com.esri.arcgis.datasourcesraster.esriMosaicMethod constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getSortMethod() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getOrderByFieldName() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOrderByFieldName(String pName) throws IOException, AutomationException
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.Object getOrderByBaseValue() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOrderByBaseValue(Object pValue) throws IOException, AutomationException
pValue
- A Variant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isAscending() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAscending(boolean pAscending) throws IOException, AutomationException
pAscending
- The pAscending (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IPoint getViewpoint() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setViewpointByRef(IPoint ppViewpoint) throws IOException, AutomationException
ppViewpoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getBlendWidth() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBlendWidth(double pBlendWidth) throws IOException, AutomationException
pBlendWidth
- The pBlendWidth (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getBlendType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setBlendType(int pBlendType) throws IOException, AutomationException
pBlendType
- A com.esri.arcgis.datasourcesraster.esriBlendType constant (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRequestSize() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRequestSize(int pRequestSize) throws IOException, AutomationException
pRequestSize
- The pRequestSize (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getRequestSizeType() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setRequestSizeType(int pRequestSizeType) throws IOException, AutomationException
pRequestSizeType
- A com.esri.arcgis.datasourcesraster.esriRequestSizeType constant (in)
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 |