|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IBuildSeamlinesParameters2
COM Interface 'IBuildSeamlinesParameters2'. Generated 3/19/2015 1:20:55 PM from 'C:\ArcGIS\COM\esriDataSourcesRaster.olb'
Description: 'Provides access to members that control parameters to the build seamlines operation.' 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 |
IIDcb6dbc1b_4664_4748_a408_d2e5f8309873
|
static int |
xxDummy
Deprecated. Internal use only |
| Fields inherited from interface com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters |
|---|
IID2448f092_cd7f_4629_9d60_1a33a2dd6ea5 |
| 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 |
java.lang.Object |
getOrderByBaseValue()
The Order By base value. |
java.lang.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(java.lang.Object pValue)
The Order By base value. |
void |
setOrderByFieldName(java.lang.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 |
| Field Detail |
|---|
static final int IIDcb6dbc1b_4664_4748_a408_d2e5f8309873
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
void setCellSizesByRef(IDoubleArray ppCellSizes)
throws java.io.IOException,
AutomationException
ppCellSizes - A reference to a com.esri.arcgis.system.IDoubleArray (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDoubleArray getCellSizes()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setMethod(int pBuildSealineMethod)
throws java.io.IOException,
AutomationException
pBuildSealineMethod - A com.esri.arcgis.datasourcesraster.esriBuildSeamlinesMethod constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getMethod()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setSortMethod(int pBuildSealineMethod)
throws java.io.IOException,
AutomationException
pBuildSealineMethod - A com.esri.arcgis.datasourcesraster.esriMosaicMethod constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getSortMethod()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.String getOrderByFieldName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOrderByFieldName(java.lang.String pName)
throws java.io.IOException,
AutomationException
pName - The pName (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
java.lang.Object getOrderByBaseValue()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setOrderByBaseValue(java.lang.Object pValue)
throws java.io.IOException,
AutomationException
pValue - A Variant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
boolean isAscending()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAscending(boolean pAscending)
throws java.io.IOException,
AutomationException
pAscending - The pAscending (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IPoint getViewpoint()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setViewpointByRef(IPoint ppViewpoint)
throws java.io.IOException,
AutomationException
ppViewpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getBlendWidth()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBlendWidth(double pBlendWidth)
throws java.io.IOException,
AutomationException
pBlendWidth - The pBlendWidth (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getBlendType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setBlendType(int pBlendType)
throws java.io.IOException,
AutomationException
pBlendType - A com.esri.arcgis.datasourcesraster.esriBlendType constant (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRequestSize()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRequestSize(int pRequestSize)
throws java.io.IOException,
AutomationException
pRequestSize - The pRequestSize (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getRequestSizeType()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setRequestSizeType(int pRequestSizeType)
throws java.io.IOException,
AutomationException
pRequestSizeType - A com.esri.arcgis.datasourcesraster.esriRequestSizeType constant (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 | ||||||||