public interface ISpatialReferenceResolution
extends java.io.Serializable
Description: 'Provides access to members that control the resolution of a spatial reference.' 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 |
IID833ac5b9_20e3_4896_8d55_770f4e90a2e4 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
void |
constructFromHorizon()
Defines the XY resolution and domain extent of this spatial reference based on the extent of its horizon.
|
double |
getMResolution()
The M, or measure, resolution of this spatial reference.
|
double |
getXYResolution(boolean bStandardUnits)
The XY resolution (distance in SR units between distinguishable grid points) of this spatial reference.
|
double |
getZResolution(boolean bStandardUnits)
The Z resolution (height/depth distance between distinguishable grid points) of this spatial reference.
|
void |
setDefaultMResolution()
Sets the m coordinate grid resolution to 1 mm for a low precision spatial reference or 1/10 mm for a high precision spatial reference.
|
void |
setDefaultXYResolution()
defaults: PCS(hi): 1/10 mm; PCS(lo): 1 mm; GCS(hi): 1/10,000 arc-second; GCS(lo): 1/500 arc-second; UCS(hi): 1/10 mm (assumed); UCS(lo): 1 mm (assumed).
|
void |
setDefaultZResolution()
Sets the z coordinate grid resolution to 1 mm for a low precision spatial reference or 1/10 mm for a high precision spatial reference.
|
void |
setMResolution(double interval)
The M, or measure, resolution of this spatial reference.
|
void |
setXYResolution(boolean bStandardUnits,
double xYResolution)
The XY resolution (distance in SR units between distinguishable grid points) of this spatial reference.
|
void |
setZResolution(boolean bStandardUnits,
double zResolution)
The Z resolution (height/depth distance between distinguishable grid points) of this spatial reference.
|
static final int IID833ac5b9_20e3_4896_8d55_770f4e90a2e4
static final int xxDummy
static final java.lang.String IID
void constructFromHorizon() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setXYResolution(boolean bStandardUnits, double xYResolution) throws java.io.IOException, AutomationException
bStandardUnits
- The bStandardUnits (in)xYResolution
- The xYResolution (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getXYResolution(boolean bStandardUnits) throws java.io.IOException, AutomationException
bStandardUnits
- The bStandardUnits (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultXYResolution() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setZResolution(boolean bStandardUnits, double zResolution) throws java.io.IOException, AutomationException
bStandardUnits
- The bStandardUnits (in)zResolution
- The zResolution (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getZResolution(boolean bStandardUnits) throws java.io.IOException, AutomationException
bStandardUnits
- The bStandardUnits (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultZResolution() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setMResolution(double interval) throws java.io.IOException, AutomationException
interval
- The interval (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMResolution() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setDefaultMResolution() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.