com.esri.arcgis.controls
Interface IPlace

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IPlaceProxy, Place

public interface IPlace
extends java.io.Serializable

COM Interface 'IPlace'. Generated 3/19/2015 1:21:01 PM from 'C:\ArcGIS\COM\esriControls.olb'

Description: 'Provides access to members that work with a place.' 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 IID6696b330_1b0c_4696_8235_525ec4638c8c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IGeometry getGeometry()
          The geometry of the place.
 java.lang.String getName()
          The name of the place.
 void setGeometryByRef(IGeometry ppGeometry)
          The geometry of the place.
 void setName(java.lang.String pName)
          The name of the place.
 

Field Detail

IID6696b330_1b0c_4696_8235_525ec4638c8c

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

setName

void setName(java.lang.String pName)
             throws java.io.IOException,
                    AutomationException
The name of the place.

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

getName

java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The name of the place.

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

setGeometryByRef

void setGeometryByRef(IGeometry ppGeometry)
                      throws java.io.IOException,
                             AutomationException
The geometry of the place.

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

getGeometry

IGeometry getGeometry()
                      throws java.io.IOException,
                             AutomationException
The geometry of the place.

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