Constructs a Z/M domain extent from the specified extent and information from a spatial reference.
Members
Name | Description | |
---|---|---|
ConstructDomainExtent | Constructs a new envelope by expanding the input envelope about its center. Scale is typically a power of 10 indicating the number of sig figs to preserve. If its zero, the extent is expanded 1.5 times (subject to some constraints). | |
ConstructZMDomainExtent | Constructs a low precision Z or M domain extent centered on the specified extent. scale is 1/(desired resolution). If scale is 0.0, a default of 1,000,000.0 is used. | |
ConstructZMDomainExtent2 | Constructs a low or high precision Z or M domain extent centered on the input extent. inScale is 1/desired resolution. If inScale is zero, 1/.1 mm is used for a high precision domain and 1/1mm is used for a low precision domain. |
IConstructDomainExtent2.ConstructZMDomainExtent2 Method
Constructs a low or high precision Z or M domain extent centered on the input extent. inScale is 1/desired resolution. If inScale is zero, 1/.1 mm is used for a high precision domain and 1/1mm is used for a low precision domain.
Public Function ConstructZMDomainExtent2 ( _
ByVal pSR As ISpatialReference, _
ByVal inMin As Double, _
ByVal inMax As Double, _
ByVal inScale As Double, _
ByRef outMin As Double, _
ByRef outMax As Double _
) As Double
public double ConstructZMDomainExtent2 (
ISpatialReference pSR,
double inMin,
double inMax,
double inScale,
ref double outMin,
ref double outMax
);
Inherited Interfaces
Interfaces | Description |
---|---|
IConstructDomainExtent | Provides access to members that construct domain extents based on defined precision. |
Classes that implement IConstructDomainExtent2
Classes | Description |
---|