com.esri.arcgis.datasourcesraster
Class IBuildSeamlinesParameters2Proxy

java.lang.Object
  extended by com.esri.arcgis.interop.Dispatch
      extended by com.esri.arcgis.datasourcesraster.IBuildSeamlinesParametersProxy
          extended by com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters2Proxy
All Implemented Interfaces:
IBuildSeamlinesParameters, IBuildSeamlinesParameters2, java.io.Externalizable, java.io.Serializable
Direct Known Subclasses:
IBuildSeamlinesParameters3Proxy

Deprecated. Internal use only. Proxy for 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 =

public class IBuildSeamlinesParameters2Proxy
extends IBuildSeamlinesParametersProxy
implements IBuildSeamlinesParameters2, java.io.Serializable

Internal use class

See Also:
Serialized Form

Field Summary
 boolean noncastable
          Deprecated.  
static java.lang.Class targetClass
          Deprecated.  
 
Fields inherited from class com.esri.arcgis.interop.Dispatch
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters2
IID, IIDcb6dbc1b_4664_4748_a408_d2e5f8309873
 
Fields inherited from interface com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters
IID2448f092_cd7f_4629_9d60_1a33a2dd6ea5
 
Constructor Summary
  IBuildSeamlinesParameters2Proxy()
          Deprecated. For internal use only
  IBuildSeamlinesParameters2Proxy(java.lang.Object obj)
          Deprecated.  
protected IBuildSeamlinesParameters2Proxy(java.lang.Object obj, java.lang.String iid)
          Deprecated.  
  IBuildSeamlinesParameters2Proxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
protected IBuildSeamlinesParameters2Proxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo)
          Deprecated.  
 
Method Summary
 void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource)
          Deprecated.  
 int getBlendType()
          Deprecated. The blend type.
 double getBlendWidth()
          Deprecated. The blend width.
 IDoubleArray getCellSizes()
          Deprecated. The cell size values.
 int getMethod()
          Deprecated. Method to use for building seamlines
 java.lang.Object getOrderByBaseValue()
          Deprecated. The Order By base value.
 java.lang.String getOrderByFieldName()
          Deprecated. The field to order by if mosaic method is by attribute
 int getRequestSize()
          Deprecated. The request size.
 int getRequestSizeType()
          Deprecated. The unit of the request size is determined by request size type.
 int getSortMethod()
          Deprecated. Mosaic method to use for calculating the sorder
 IPoint getViewpoint()
          Deprecated. The view point.
 boolean isAscending()
          Deprecated. Indicates whether the ascending flag of OrderBy.
 void removeListener(java.lang.String iidStr, java.lang.Object theListener)
          Deprecated.  
 void setAscending(boolean pAscending)
          Deprecated. Indicates whether the ascending flag of OrderBy.
 void setBlendType(int pBlendType)
          Deprecated. The blend type.
 void setBlendWidth(double pBlendWidth)
          Deprecated. The blend width.
 void setCellSizesByRef(IDoubleArray ppCellSizes)
          Deprecated. The cell size values.
 void setMethod(int pBuildSealineMethod)
          Deprecated. Method to use for building seamlines
 void setOrderByBaseValue(java.lang.Object pValue)
          Deprecated. The Order By base value.
 void setOrderByFieldName(java.lang.String pName)
          Deprecated. The field to order by if mosaic method is by attribute
 void setRequestSize(int pRequestSize)
          Deprecated. The request size.
 void setRequestSizeType(int pRequestSizeType)
          Deprecated. The unit of the request size is determined by request size type.
 void setSortMethod(int pBuildSealineMethod)
          Deprecated. Mosaic method to use for calculating the sorder
 void setViewpointByRef(IPoint ppViewpoint)
          Deprecated. The view point.
 
Methods inherited from class com.esri.arcgis.datasourcesraster.IBuildSeamlinesParametersProxy
getCellSizeClusterTolerance, getCursor, getDifferenceFunctionTemplate, getSeamlineModifier, isModifySeamlines, isUpdateSeamlineOrder, setCellSizeClusterTolerance, setCursorByRef, setDifferenceFunctionTemplateByRef, setModifySeamlines, setSeamlineModifierByRef, setUpdateSeamlineOrder
 
Methods inherited from class com.esri.arcgis.interop.Dispatch
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface com.esri.arcgis.datasourcesraster.IBuildSeamlinesParameters
getCellSizeClusterTolerance, getCursor, getDifferenceFunctionTemplate, getSeamlineModifier, isModifySeamlines, isUpdateSeamlineOrder, setCellSizeClusterTolerance, setCursorByRef, setDifferenceFunctionTemplateByRef, setModifySeamlines, setSeamlineModifierByRef, setUpdateSeamlineOrder
 

Field Detail

targetClass

public static final java.lang.Class targetClass
Deprecated. 

noncastable

public boolean noncastable
Deprecated. 
Constructor Detail

IBuildSeamlinesParameters2Proxy

public IBuildSeamlinesParameters2Proxy(java.lang.String CLSID,
                                       java.lang.String host,
                                       com.esri.arcgis.interop.AuthInfo authInfo)
                                throws java.net.UnknownHostException,
                                       java.io.IOException
Deprecated. 
Throws:
java.net.UnknownHostException
java.io.IOException

IBuildSeamlinesParameters2Proxy

public IBuildSeamlinesParameters2Proxy()
Deprecated. 
For internal use only


IBuildSeamlinesParameters2Proxy

public IBuildSeamlinesParameters2Proxy(java.lang.Object obj)
                                throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IBuildSeamlinesParameters2Proxy

protected IBuildSeamlinesParameters2Proxy(java.lang.Object obj,
                                          java.lang.String iid)
                                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException

IBuildSeamlinesParameters2Proxy

protected IBuildSeamlinesParameters2Proxy(java.lang.String CLSID,
                                          java.lang.String iid,
                                          java.lang.String host,
                                          com.esri.arcgis.interop.AuthInfo authInfo)
                                   throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException
Method Detail

addListener

public void addListener(java.lang.String iidStr,
                        java.lang.Object theListener,
                        java.lang.Object theSource)
                 throws java.io.IOException
Deprecated. 
Overrides:
addListener in class IBuildSeamlinesParametersProxy
Throws:
java.io.IOException

removeListener

public void removeListener(java.lang.String iidStr,
                           java.lang.Object theListener)
                    throws java.io.IOException
Deprecated. 
Overrides:
removeListener in class IBuildSeamlinesParametersProxy
Throws:
java.io.IOException

setCellSizesByRef

public void setCellSizesByRef(IDoubleArray ppCellSizes)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The cell size values.

Specified by:
setCellSizesByRef in interface IBuildSeamlinesParameters2
Parameters:
ppCellSizes - A reference to a com.esri.arcgis.system.IDoubleArray (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCellSizes

public IDoubleArray getCellSizes()
                          throws java.io.IOException,
                                 AutomationException
Deprecated. 
The cell size values.

Specified by:
getCellSizes in interface IBuildSeamlinesParameters2
Returns:
A reference to a com.esri.arcgis.system.IDoubleArray
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMethod

public void setMethod(int pBuildSealineMethod)
               throws java.io.IOException,
                      AutomationException
Deprecated. 
Method to use for building seamlines

Specified by:
setMethod in interface IBuildSeamlinesParameters2
Parameters:
pBuildSealineMethod - A com.esri.arcgis.datasourcesraster.esriBuildSeamlinesMethod constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMethod

public int getMethod()
              throws java.io.IOException,
                     AutomationException
Deprecated. 
Method to use for building seamlines

Specified by:
getMethod in interface IBuildSeamlinesParameters2
Returns:
A com.esri.arcgis.datasourcesraster.esriBuildSeamlinesMethod constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSortMethod

public void setSortMethod(int pBuildSealineMethod)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
Mosaic method to use for calculating the sorder

Specified by:
setSortMethod in interface IBuildSeamlinesParameters2
Parameters:
pBuildSealineMethod - A com.esri.arcgis.datasourcesraster.esriMosaicMethod constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSortMethod

public int getSortMethod()
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Mosaic method to use for calculating the sorder

Specified by:
getSortMethod in interface IBuildSeamlinesParameters2
Returns:
A com.esri.arcgis.datasourcesraster.esriMosaicMethod constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrderByFieldName

public java.lang.String getOrderByFieldName()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The field to order by if mosaic method is by attribute

Specified by:
getOrderByFieldName in interface IBuildSeamlinesParameters2
Returns:
The pName
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOrderByFieldName

public void setOrderByFieldName(java.lang.String pName)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The field to order by if mosaic method is by attribute

Specified by:
setOrderByFieldName in interface IBuildSeamlinesParameters2
Parameters:
pName - The pName (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOrderByBaseValue

public java.lang.Object getOrderByBaseValue()
                                     throws java.io.IOException,
                                            AutomationException
Deprecated. 
The Order By base value.

Specified by:
getOrderByBaseValue in interface IBuildSeamlinesParameters2
Returns:
A Variant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOrderByBaseValue

public void setOrderByBaseValue(java.lang.Object pValue)
                         throws java.io.IOException,
                                AutomationException
Deprecated. 
The Order By base value.

Specified by:
setOrderByBaseValue in interface IBuildSeamlinesParameters2
Parameters:
pValue - A Variant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isAscending

public boolean isAscending()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
Indicates whether the ascending flag of OrderBy.

Specified by:
isAscending in interface IBuildSeamlinesParameters2
Returns:
The pAscending
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setAscending

public void setAscending(boolean pAscending)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
Indicates whether the ascending flag of OrderBy.

Specified by:
setAscending in interface IBuildSeamlinesParameters2
Parameters:
pAscending - The pAscending (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getViewpoint

public IPoint getViewpoint()
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The view point.

Specified by:
getViewpoint in interface IBuildSeamlinesParameters2
Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setViewpointByRef

public void setViewpointByRef(IPoint ppViewpoint)
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The view point.

Specified by:
setViewpointByRef in interface IBuildSeamlinesParameters2
Parameters:
ppViewpoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBlendWidth

public double getBlendWidth()
                     throws java.io.IOException,
                            AutomationException
Deprecated. 
The blend width.

Specified by:
getBlendWidth in interface IBuildSeamlinesParameters2
Returns:
The pBlendWidth
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBlendWidth

public void setBlendWidth(double pBlendWidth)
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The blend width.

Specified by:
setBlendWidth in interface IBuildSeamlinesParameters2
Parameters:
pBlendWidth - The pBlendWidth (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getBlendType

public int getBlendType()
                 throws java.io.IOException,
                        AutomationException
Deprecated. 
The blend type.

Specified by:
getBlendType in interface IBuildSeamlinesParameters2
Returns:
A com.esri.arcgis.datasourcesraster.esriBlendType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setBlendType

public void setBlendType(int pBlendType)
                  throws java.io.IOException,
                         AutomationException
Deprecated. 
The blend type.

Specified by:
setBlendType in interface IBuildSeamlinesParameters2
Parameters:
pBlendType - A com.esri.arcgis.datasourcesraster.esriBlendType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRequestSize

public int getRequestSize()
                   throws java.io.IOException,
                          AutomationException
Deprecated. 
The request size.

Specified by:
getRequestSize in interface IBuildSeamlinesParameters2
Returns:
The pRequestSize
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRequestSize

public void setRequestSize(int pRequestSize)
                    throws java.io.IOException,
                           AutomationException
Deprecated. 
The request size.

Specified by:
setRequestSize in interface IBuildSeamlinesParameters2
Parameters:
pRequestSize - The pRequestSize (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRequestSizeType

public int getRequestSizeType()
                       throws java.io.IOException,
                              AutomationException
Deprecated. 
The unit of the request size is determined by request size type.

Specified by:
getRequestSizeType in interface IBuildSeamlinesParameters2
Returns:
A com.esri.arcgis.datasourcesraster.esriRequestSizeType constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setRequestSizeType

public void setRequestSizeType(int pRequestSizeType)
                        throws java.io.IOException,
                               AutomationException
Deprecated. 
The unit of the request size is determined by request size type.

Specified by:
setRequestSizeType in interface IBuildSeamlinesParameters2
Parameters:
pRequestSizeType - A com.esri.arcgis.datasourcesraster.esriRequestSizeType constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.