|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ISphere
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 |
---|
static final int IID0cd38cb9_1c89_11d4_9f5c_00c04f6bdf0d
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |