public interface IVerticalCoordinateSystemGEN
extends java.io.Serializable
Description: 'Provides access to properties of a vertical coordinate system.' 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 |
IIDd9f23920_ee88_4b14_aa07_a526aa1dfc03 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
ILinearUnit |
getCoordinateUnit()
The linear unit of measure for the vertical coordinate system.
|
IHVDatum |
getDatum()
The vertical or horizontal datum of the vertical coordinate system.
|
void |
getParameters(IParameter[][] parameters)
Retrieves the PositiveDirection and VerticalShift parameters into an array.
|
int |
getPositiveDirection()
A parameter that determines whether the coordinate system is positive 'up' or 'down'.
|
java.lang.String |
getUsage()
The usage notes of a vertical coordinate system.
|
double |
getVerticalShift()
An offset parameter that changes the origin of the vertical coordinate system.
|
void |
setCoordinateUnit(ILinearUnit unit)
The linear unit of measure for the vertical coordinate system.
|
void |
setVerticalShift(double vshift)
An offset parameter that changes the origin of the vertical coordinate system.
|
static final int IIDd9f23920_ee88_4b14_aa07_a526aa1dfc03
static final int xxDummy
static final java.lang.String IID
java.lang.String getUsage() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IHVDatum getDatum() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILinearUnit getCoordinateUnit() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCoordinateUnit(ILinearUnit unit) throws java.io.IOException, AutomationException
unit
- 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.double getVerticalShift() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setVerticalShift(double vshift) throws java.io.IOException, AutomationException
vshift
- The vshift (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getPositiveDirection() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void getParameters(IParameter[][] parameters) throws java.io.IOException, AutomationException
parameters
- A reference to a com.esri.arcgis.geometry.IParameter array (in/out: use single element array)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.