public interface ISpatialReference extends ISpatialReferenceInfo, java.io.Serializable
Description: 'Provides access to members that control a SpatialReference.' 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 |
IID4434d680_f4da_11d1_bca6_0000f875bcce |
static int |
xxDummy
Deprecated.
Internal use only
|
IID4da0fe00_1dd2_11b2_bf49_08002022f573| Modifier and Type | Method and Description |
|---|---|
void |
changed()
Notify this object that some of its parts have changed (parameter values, z unit, etc.).
|
void |
getDomain(double[] xMin,
double[] xMax,
double[] yMin,
double[] yMax)
The XY domain extent.
|
void |
getFalseOriginAndUnits(double[] falseX,
double[] falseY,
double[] xyUnits)
Get the false origin and units.
|
void |
getMDomain(double[] outMMin,
double[] outMMax)
The measure domain extent.
|
void |
getMFalseOriginAndUnits(double[] falseM,
double[] mUnits)
Get the measure false origin and units.
|
ILinearUnit |
getZCoordinateUnit()
The unit for the Z coordinate.
|
void |
getZDomain(double[] outZMin,
double[] outZMax)
The Z domain extent.
|
void |
getZFalseOriginAndUnits(double[] falseZ,
double[] zUnits)
Get the Z false origin and units.
|
boolean |
hasMPrecision()
Returns true when m-value precision information has been defined.
|
boolean |
hasXYPrecision()
Returns true when (x,y) precision information has been defined.
|
boolean |
hasZPrecision()
Returns true when z-value precision information has been defined.
|
void |
isPrecisionEqual(ISpatialReference otherSR,
boolean[] isPrecisionEqual)
Returns TRUE when the precision information for the two spatial references is the same.
|
void |
setDomain(double xMin,
double xMax,
double yMin,
double yMax)
The XY domain extent.
|
void |
setFalseOriginAndUnits(double falseX,
double falseY,
double xyUnits)
Set the false origin and units.
|
void |
setMDomain(double inMMin,
double inMMax)
The measure domain extent.
|
void |
setMFalseOriginAndUnits(double falseM,
double mUnits)
Set the measure false origin and units.
|
void |
setZCoordinateUnit(ILinearUnit zunit)
The unit for the Z coordinate.
|
void |
setZDomain(double inZMin,
double inZMax)
The Z domain extent.
|
void |
setZFalseOriginAndUnits(double falseZ,
double zUnits)
Set the Z false origin and units.
|
getAbbreviation, getAlias, getFactoryCode, getName, getRemarksstatic final int IID4434d680_f4da_11d1_bca6_0000f875bcce
static final int xxDummy
static final java.lang.String IID
boolean hasXYPrecision()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean hasZPrecision()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.boolean hasMPrecision()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void isPrecisionEqual(ISpatialReference otherSR, boolean[] isPrecisionEqual) throws java.io.IOException, AutomationException
otherSR - A reference to a com.esri.arcgis.geometry.ISpatialReference (in)isPrecisionEqual - The isPrecisionEqual (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFalseOriginAndUnits(double falseX,
double falseY,
double xyUnits)
throws java.io.IOException,
AutomationException
falseX - The falseX (in)falseY - The falseY (in)xyUnits - The xyUnits (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setZFalseOriginAndUnits(double falseZ,
double zUnits)
throws java.io.IOException,
AutomationException
falseZ - The falseZ (in)zUnits - The zUnits (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMFalseOriginAndUnits(double falseM,
double mUnits)
throws java.io.IOException,
AutomationException
falseM - The falseM (in)mUnits - The mUnits (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getFalseOriginAndUnits(double[] falseX,
double[] falseY,
double[] xyUnits)
throws java.io.IOException,
AutomationException
falseX - The falseX (out: use single element array)falseY - The falseY (out: use single element array)xyUnits - The xyUnits (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getZFalseOriginAndUnits(double[] falseZ,
double[] zUnits)
throws java.io.IOException,
AutomationException
falseZ - The falseZ (out: use single element array)zUnits - The zUnits (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getMFalseOriginAndUnits(double[] falseM,
double[] mUnits)
throws java.io.IOException,
AutomationException
falseM - The falseM (out: use single element array)mUnits - The mUnits (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getDomain(double[] xMin,
double[] xMax,
double[] yMin,
double[] yMax)
throws java.io.IOException,
AutomationException
xMin - The xMin (out: use single element array)xMax - The xMax (out: use single element array)yMin - The yMin (out: use single element array)yMax - The yMax (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDomain(double xMin,
double xMax,
double yMin,
double yMax)
throws java.io.IOException,
AutomationException
xMin - The xMin (in)xMax - The xMax (in)yMin - The yMin (in)yMax - The yMax (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getZDomain(double[] outZMin,
double[] outZMax)
throws java.io.IOException,
AutomationException
outZMin - The outZMin (out: use single element array)outZMax - The outZMax (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setZDomain(double inZMin,
double inZMax)
throws java.io.IOException,
AutomationException
inZMin - The inZMin (in)inZMax - The inZMax (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void getMDomain(double[] outMMin,
double[] outMMax)
throws java.io.IOException,
AutomationException
outMMin - The outMMin (out: use single element array)outMMax - The outMMax (out: use single element array)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMDomain(double inMMin,
double inMMax)
throws java.io.IOException,
AutomationException
inMMin - The inMMin (in)inMMax - The inMMax (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.ILinearUnit getZCoordinateUnit() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setZCoordinateUnit(ILinearUnit zunit) throws java.io.IOException, AutomationException
zunit - A reference to a com.esri.arcgis.geometry.ILinearUnit (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void changed()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.