public interface IConstructDomainExtent
extends java.io.Serializable
Description: 'Provides access to members that construct domain extents based on defined precision.' 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 |
IID3f419d43_5486_11d2_aaeb_00c04fa33c20 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
IEnvelope |
constructDomainExtent(IEnvelope extent,
double scale)
Constructs a new envelope by expanding the input envelope about its center.
|
void |
constructZMDomainExtent(double inMin,
double inMax,
double scale,
double[] outMin,
double[] outMax)
Constructs a low precision Z or M domain extent centered on the specified extent.
|
static final int IID3f419d43_5486_11d2_aaeb_00c04fa33c20
static final int xxDummy
static final java.lang.String IID
IEnvelope constructDomainExtent(IEnvelope extent, double scale) throws java.io.IOException, AutomationException
extent
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)scale
- The scale (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void constructZMDomainExtent(double inMin, double inMax, double scale, double[] outMin, double[] outMax) throws java.io.IOException, AutomationException
inMin
- The inMin (in)inMax
- The inMax (in)scale
- The scale (in)outMin
- The outMin (out: use single element array)outMax
- The outMax (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.