|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IPlace
Provides access to members that work with a place.
The IPlace interface manages the individual Place objects in the collection.
Method Summary | |
---|---|
IGeometry |
getGeometry()
The geometry of the place. |
String |
getName()
The name of the place. |
void |
setGeometryByRef(IGeometry ppGeometry)
The geometry of the place. |
void |
setName(String pName)
The name of the place. |
Method Detail |
---|
void setName(String pName) throws IOException, AutomationException
pName
- The pName (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.String getName() throws IOException, AutomationException
The Name of the Place.
Note the Name maybe changed when the Place is added to the collection when allowChangeName is passed as true to the IPlaceCollection::Add method.
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setGeometryByRef(IGeometry ppGeometry) throws IOException, AutomationException
ppGeometry
- A reference to a com.esri.arcgis.geometry.IGeometry (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IGeometry getGeometry() throws IOException, AutomationException
The Geometry of the Place. The Geometry must have its IGeometry::SpatialReference set.
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 |