com.esri.arcgis.geometry
Interface IProjectedCoordinateSystem3

All Superinterfaces:
IProjectedCoordinateSystem, IProjectedCoordinateSystem2, ISpatialReference, ISpatialReferenceInfo, java.io.Serializable
All Known Subinterfaces:
IProjectedCoordinateSystem4, IProjectedCoordinateSystem5
All Known Implementing Classes:
IProjectedCoordinateSystem3Proxy, IProjectedCoordinateSystem4Proxy, IProjectedCoordinateSystem5Proxy, ProjectedCoordinateSystem

public interface IProjectedCoordinateSystem3
extends IProjectedCoordinateSystem2, java.io.Serializable

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

Description: 'Provides access to members that control additional properties and methods for projected coordinate systems.' 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 IIDd9b13c10_5c5e_11d5_9fee_00c04f6bdd7f
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IProjectedCoordinateSystem2
IIDa690307d_6c11_43a1_966a_9e8db0672033
 
Fields inherited from interface com.esri.arcgis.geometry.IProjectedCoordinateSystem
IIDf94e4c00_1dd1_11b2_bf4e_08002022f573
 
Fields inherited from interface com.esri.arcgis.geometry.ISpatialReference
IID4434d680_f4da_11d1_bca6_0000f875bcce
 
Fields inherited from interface com.esri.arcgis.geometry.ISpatialReferenceInfo
IID4da0fe00_1dd2_11b2_bf49_08002022f573
 
Method Summary
 double getHeight()
          The height above the sphere in projected coordinate system units.
 void setHeight(double height)
          The height above the sphere in projected coordinate system units.
 
Methods inherited from interface com.esri.arcgis.geometry.IProjectedCoordinateSystem2
getGCSParams, getHorizon, getLatitudeOfCenter, getLatitudeOfOrigin, getLongitudeOfCenter, getPseudoStandardParallel1, getRotation, getShiftedHorizon, getXScaleFactor, getYScaleFactor, inverseWithShift, isEqualNoNames, putLinearAndAngularUnits, setLatitudeOfCenter, setLatitudeOfOrigin, setLongitudeOfCenter, setPseudoStandardParallel1, setRotation, setXScaleFactor, setYScaleFactor
 
Methods inherited from interface com.esri.arcgis.geometry.IProjectedCoordinateSystem
forward, getAzimuth, getCentralMeridian, getCentralParallel, getCoordinateUnit, getFalseEasting, getFalseNorthing, getGeographicCoordinateSystem, getHorizon, getHorizonCount, getLatitudeOf1st, getLatitudeOf2nd, getLongitudeOf1st, getLongitudeOf2nd, getLongitudeOfOrigin, getParameters, getProjection, getScaleFactor, getStandardParallel1, getStandardParallel2, getUsage, inverse, setAzimuth, setCentralMeridian, setCentralParallel, setFalseEasting, setFalseNorthing, setLatitudeOf1st, setLatitudeOf2nd, setLongitudeOf1st, setLongitudeOf2nd, setLongitudeOfOrigin, setScaleFactor, setStandardParallel1, setStandardParallel2
 
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReference
changed, getDomain, getFalseOriginAndUnits, getMDomain, getMFalseOriginAndUnits, getZCoordinateUnit, getZDomain, getZFalseOriginAndUnits, hasMPrecision, hasXYPrecision, hasZPrecision, isPrecisionEqual, setDomain, setFalseOriginAndUnits, setMDomain, setMFalseOriginAndUnits, setZCoordinateUnit, setZDomain, setZFalseOriginAndUnits
 
Methods inherited from interface com.esri.arcgis.geometry.ISpatialReferenceInfo
getAbbreviation, getAlias, getFactoryCode, getName, getRemarks
 

Field Detail

IIDd9b13c10_5c5e_11d5_9fee_00c04f6bdd7f

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

getHeight

double getHeight()
                 throws java.io.IOException,
                        AutomationException
The height above the sphere in projected coordinate system units.

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

setHeight

void setHeight(double height)
               throws java.io.IOException,
                      AutomationException
The height above the sphere in projected coordinate system units.

Parameters:
height - The height (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.