com.esri.arcgis.geometry
Interface ISphere

All Superinterfaces:
IGeometry, java.io.Serializable
All Known Implementing Classes:
ISphereProxy, Sphere

public interface ISphere
extends IGeometry, java.io.Serializable

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

Description: 'Provides access to a sphere's properties and operations.' 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 IID0cd38cb9_1c89_11d4_9f5c_00c04f6bdf0d
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.geometry.IGeometry
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
 
Method Summary
 IPoint getCenter()
          The center of the sphere.
 double getRadius()
          The radius of the sphere.
 void queryCenter(IPoint centerPoint)
          Sets an existing point equal to the center of the sphere.
 void setCenter(IPoint centerPoint)
          The center of the sphere.
 void setRadius(double radiusLength)
          The radius of the sphere.
 
Methods inherited from interface com.esri.arcgis.geometry.IGeometry
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
 

Field Detail

IID0cd38cb9_1c89_11d4_9f5c_00c04f6bdf0d

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

queryCenter

void queryCenter(IPoint centerPoint)
                 throws java.io.IOException,
                        AutomationException
Sets an existing point equal to the center of the sphere.

Parameters:
centerPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getCenter

IPoint getCenter()
                 throws java.io.IOException,
                        AutomationException
The center of the sphere.

Returns:
A reference to a com.esri.arcgis.geometry.IPoint
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setCenter

void setCenter(IPoint centerPoint)
               throws java.io.IOException,
                      AutomationException
The center of the sphere.

Parameters:
centerPoint - A reference to a com.esri.arcgis.geometry.IPoint (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getRadius

double getRadius()
                 throws java.io.IOException,
                        AutomationException
The radius of the sphere.

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

setRadius

void setRadius(double radiusLength)
               throws java.io.IOException,
                      AutomationException
The radius of the sphere.

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