com.esri.arcgis.geometry
Interface IVerticalCoordinateSystemEdit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IVerticalCoordinateSystemEditProxy, VerticalCoordinateSystem

public interface IVerticalCoordinateSystemEdit
extends java.io.Serializable

COM Interface 'IVerticalCoordinateSystemEdit'. Generated 3/19/2015 1:20:58 PM from 'C:\ArcGIS\COM\esriGeometry.olb'

Description: 'Provides access to members that control the 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IIDcd01a024_c9cf_46c8_8fc9_acec374c1c4c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void define(java.lang.Object name, java.lang.Object alias, java.lang.Object abbreviation, java.lang.Object remarks, java.lang.Object useage, java.lang.Object hvDatum, java.lang.Object projectedUnit, java.lang.Object verticalShift, java.lang.Object positiveDirection)
          Defines the properties of a vertical coordinate system.
 

Field Detail

IIDcd01a024_c9cf_46c8_8fc9_acec374c1c4c

static final int IIDcd01a024_c9cf_46c8_8fc9_acec374c1c4c
See Also:
Constant Field Values

xxDummy

static final int xxDummy
Deprecated. Internal use only
See Also:
Constant Field Values

IID

static final java.lang.String IID
Deprecated. Internal use only
See Also:
Constant Field Values
Method Detail

define

void define(java.lang.Object name,
            java.lang.Object alias,
            java.lang.Object abbreviation,
            java.lang.Object remarks,
            java.lang.Object useage,
            java.lang.Object hvDatum,
            java.lang.Object projectedUnit,
            java.lang.Object verticalShift,
            java.lang.Object positiveDirection)
            throws java.io.IOException,
                   AutomationException
Defines the properties of a vertical coordinate system.

Parameters:
name - A Variant (in, optional, pass null if not required)
alias - A Variant (in, optional, pass null if not required)
abbreviation - A Variant (in, optional, pass null if not required)
remarks - A Variant (in, optional, pass null if not required)
useage - A Variant (in, optional, pass null if not required)
hvDatum - A Variant (in, optional, pass null if not required)
projectedUnit - A Variant (in, optional, pass null if not required)
verticalShift - A Variant (in, optional, pass null if not required)
positiveDirection - A Variant (in, optional, pass null if not required)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.