com.esri.arcgis.geometry
Interface ISpatialReference4

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GeographicCoordinateSystem, ISpatialReference4Proxy, ProjectedCoordinateSystem, UnknownCoordinateSystem

public interface ISpatialReference4
extends java.io.Serializable

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

Description: 'Provides access to additional 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 =


Field Summary
static java.lang.String IID
          Deprecated. Internal use only
static int IID0ed8c73a_da12_4d3e_9e7f_5748619888cb
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getZToXYFactor()
          Conversion factor from Z units to XY units.
 

Field Detail

IID0ed8c73a_da12_4d3e_9e7f_5748619888cb

static final int IID0ed8c73a_da12_4d3e_9e7f_5748619888cb
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

getZToXYFactor

double getZToXYFactor()
                      throws java.io.IOException,
                             AutomationException
Conversion factor from Z units to XY units.

Returns:
The pZFactor
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.