public interface ISphere extends IGeometry, java.io.Serializable
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 =
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IID0cd38cb9_1c89_11d4_9f5c_00c04f6bdf0d |
static int |
xxDummy
Deprecated.
Internal use only
|
IID1b07790d_38c5_11d0_92d2_00805f7c28b0
Modifier and Type | Method and Description |
---|---|
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.
|
geoNormalize, geoNormalizeFromLongitude, getDimension, getEnvelope, getGeometryType, getSpatialReference, isEmpty, project, queryEnvelope, setEmpty, setSpatialReferenceByRef, snapToSpatialReference
static final int IID0cd38cb9_1c89_11d4_9f5c_00c04f6bdf0d
static final int xxDummy
static final java.lang.String IID
void queryCenter(IPoint centerPoint) throws java.io.IOException, AutomationException
centerPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IPoint getCenter() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setCenter(IPoint centerPoint) throws java.io.IOException, AutomationException
centerPoint
- A reference to a com.esri.arcgis.geometry.IPoint (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getRadius() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.void setRadius(double radiusLength) throws java.io.IOException, AutomationException
radiusLength
- The radiusLength (in)java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.