public interface IGeometryResultOptions
extends java.io.Serializable
Description: 'Provides access to methods that control geometry options.' 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 |
IIDf0fcf561_c0df_4d3c_a562_51063550522d |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
double |
getMaximumAllowableOffset()
The maximum allowable offset.
|
double |
getMaximumDeviation()
The maximum deviation.
|
double |
getMaximumSegmentLength()
The maximum segment length.
|
boolean |
isDensifyGeometries()
Indicates if MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results.
|
boolean |
isGeneralizeGeometries()
Indicates whether MaximumAllowableOffset will be honored to generalize the geometry in the results.
|
void |
setDensifyGeometries(boolean doDensify)
Indicates if MaximumSegmentLength and MaximumDeviation will be honored to densify geometry in the results.
|
void |
setGeneralizeGeometries(boolean doGeneralize)
Indicates whether MaximumAllowableOffset will be honored to generalize the geometry in the results.
|
void |
setMaximumAllowableOffset(double maxOffset)
The maximum allowable offset.
|
void |
setMaximumDeviation(double maxDev)
The maximum deviation.
|
void |
setMaximumSegmentLength(double maxSegLen)
The maximum segment length.
|
static final int IIDf0fcf561_c0df_4d3c_a562_51063550522d
static final int xxDummy
static final java.lang.String IID
boolean isDensifyGeometries() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDensifyGeometries(boolean doDensify) throws java.io.IOException, AutomationException
doDensify
- The doDensify (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximumSegmentLength() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumSegmentLength(double maxSegLen) throws java.io.IOException, AutomationException
maxSegLen
- The maxSegLen (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximumDeviation() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumDeviation(double maxDev) throws java.io.IOException, AutomationException
maxDev
- The maxDev (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isGeneralizeGeometries() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setGeneralizeGeometries(boolean doGeneralize) throws java.io.IOException, AutomationException
doGeneralize
- The doGeneralize (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaximumAllowableOffset() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMaximumAllowableOffset(double maxOffset) throws java.io.IOException, AutomationException
maxOffset
- The maxOffset (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.