public interface IContourFunctionArguments
extends java.io.Serializable
Description: 'Provides access to members that control contour function arguments.' 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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID8662cbb7_5777_42ff_a764_26ddd8f1b87a |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getContourInterval()
The contour interval.
|
int |
getContourType()
The contour type.
|
java.lang.Object |
getDEM()
The input elevation.
|
int |
getNthContourLineInBold()
Draw nth contour line in bold.
|
int |
getNumberOfContours()
The number of contours to aim for in the current tile.
|
double |
getSigmaGaussian()
The sigma controls the size of the Gaussian used for smoothing the elevation raster.
|
double |
getZBase()
The base elevation for the contour lines.
|
double |
getZFactor()
The Z scale factor that converts z value to the unit of x and y.
|
void |
setContourInterval(double pInterval)
The contour interval.
|
void |
setContourType(int pType)
The contour type.
|
void |
setDEMByRef(java.lang.Object ppDEM)
The input elevation.
|
void |
setNthContourLineInBold(int pN)
Draw nth contour line in bold.
|
void |
setNumberOfContours(int pNum)
The number of contours to aim for in the current tile.
|
void |
setSigmaGaussian(double pSigma)
The sigma controls the size of the Gaussian used for smoothing the elevation raster.
|
void |
setZBase(double pZ)
The base elevation for the contour lines.
|
void |
setZFactor(double pZfactor)
The Z scale factor that converts z value to the unit of x and y.
|
static final int IID8662cbb7_5777_42ff_a764_26ddd8f1b87a
static final int xxDummy
static final java.lang.String IID
java.lang.Object getDEM() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDEMByRef(java.lang.Object ppDEM) throws java.io.IOException, AutomationException
ppDEM
- A reference to another Object (IUnknown) (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getSigmaGaussian() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setSigmaGaussian(double pSigma) throws java.io.IOException, AutomationException
pSigma
- The pSigma (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getContourType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setContourType(int pType) throws java.io.IOException, AutomationException
pType
- A com.esri.arcgis.datasourcesraster.esriContourType constant (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getZBase() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setZBase(double pZ) throws java.io.IOException, AutomationException
pZ
- The pZ (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNumberOfContours() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNumberOfContours(int pNum) throws java.io.IOException, AutomationException
pNum
- The pNum (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getContourInterval() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setContourInterval(double pInterval) throws java.io.IOException, AutomationException
pInterval
- The pInterval (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getNthContourLineInBold() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setNthContourLineInBold(int pN) throws java.io.IOException, AutomationException
pN
- The pN (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getZFactor() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setZFactor(double pZfactor) throws java.io.IOException, AutomationException
pZfactor
- The pZfactor (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.