public interface IEnvelope2 extends IEnvelope, java.io.Serializable
Description: 'Provides access to members that extend the IEnvelope interface.' 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 |
IID6b256adf_1cde_11d4_9f5c_00c04f6bdf0d |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1b077914_38c5_11d0_92d2_00805f7c28b0
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
Modifier and Type | Method and Description |
---|---|
void |
putMCoords(double mMin,
double mMax)
Sets the minimum and maximum M values simultaneously.
|
void |
putZCoords(double zMin,
double zMax)
Sets the minimum and maximum Z values simultaneously.
|
void |
queryMCoords(double[] mMin,
double[] mMax)
Queries the minimum and maximum M values simultaneously.
|
void |
queryZCoords(double[] zMin,
double[] zMax)
Queries the minimum and maximum Z values simultaneously.
|
centerAt, defineFromPoints, expand, expandM, expandZ, getDepth, getHeight, getLowerLeft, getLowerRight, getMMax, getMMin, getUpperLeft, getUpperRight, getWidth, getXMax, getXMin, getYMax, getYMin, getZMax, getZMin, intersect, offset, offsetM, offsetZ, putCoords, queryCoords, setDepth, setHeight, setLowerLeft, setLowerRight, setMMax, setMMin, setUpperLeft, setUpperRight, setWidth, setXMax, setXMin, setYMax, setYMin, setZMax, setZMin, union
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
static final int IID6b256adf_1cde_11d4_9f5c_00c04f6bdf0d
static final int xxDummy
static final java.lang.String IID
void putZCoords(double zMin, double zMax) throws java.io.IOException, AutomationException
zMin
- The zMin (in)zMax
- The zMax (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryZCoords(double[] zMin, double[] zMax) throws java.io.IOException, AutomationException
zMin
- The zMin (out: use single element array)zMax
- The zMax (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void putMCoords(double mMin, double mMax) throws java.io.IOException, AutomationException
mMin
- The mMin (in)mMax
- The mMax (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void queryMCoords(double[] mMin, double[] mMax) throws java.io.IOException, AutomationException
mMin
- The mMin (out: use single element array)mMax
- The mMax (out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.