com.esri.arcgis.carto
Interface IDataSampling

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ClassBreaksRenderer, IDataSamplingProxy, LasPointElevationRenderer, TerrainPointAttributeRenderer, TerrainPointElevationRenderer, TinAspectRenderer, TinElevationRenderer, TinNodeElevationRenderer, TinSlopeRenderer

public interface IDataSampling
extends java.io.Serializable

COM Interface 'IDataSampling'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Provides access to members that control the data sampling properties of a renderer.' 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 IID4eab5690_8f9c_11d2_ab21_00c04fa334b3
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 int getMaxSampleSize()
          Maximum sample size.
 int getSamplingMethod()
          Data sampling method.
 void setMaxSampleSize(int size)
          Maximum sample size.
 void setSamplingMethod(int method)
          Data sampling method.
 

Field Detail

IID4eab5690_8f9c_11d2_ab21_00c04fa334b3

static final int IID4eab5690_8f9c_11d2_ab21_00c04fa334b3
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

getMaxSampleSize

int getMaxSampleSize()
                     throws java.io.IOException,
                            AutomationException
Maximum sample size.

Returns:
The size
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxSampleSize

void setMaxSampleSize(int size)
                      throws java.io.IOException,
                             AutomationException
Maximum sample size.

Parameters:
size - The size (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSamplingMethod

int getSamplingMethod()
                      throws java.io.IOException,
                             AutomationException
Data sampling method.

Returns:
A com.esri.arcgis.carto.esriDataSampling constant
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setSamplingMethod

void setSamplingMethod(int method)
                       throws java.io.IOException,
                              AutomationException
Data sampling method.

Parameters:
method - A com.esri.arcgis.carto.esriDataSampling constant (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.