|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPLayer
Provides access to the GP Layer Type.
| Method Summary | |
|---|---|
IEnvelope |
getAreaOfInterest()
The default area of interest for the layer. |
IDataElement |
getDataElement()
The data element of the layer. |
String |
getNameString()
The name string. |
void |
setAOICoords(double xMin,
double yMin,
double xMax,
double yMax)
The set Extent of the feature layer. |
void |
setAreaOfInterestByRef(IEnvelope ppExtent)
The default area of interest for the layer. |
void |
setDataElementByRef(IDataElement ppDataElement)
The data element of the layer. |
void |
setNameString(String pNamestring)
The name string. |
| Method Detail |
|---|
String getNameString()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNameString(String pNamestring)
throws IOException,
AutomationException
pNamestring - The pNamestring (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getAreaOfInterest()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAreaOfInterestByRef(IEnvelope ppExtent)
throws IOException,
AutomationException
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAOICoords(double xMin,
double yMin,
double xMax,
double yMax)
throws IOException,
AutomationException
xMin - The xMin (in)yMin - The yMin (in)xMax - The xMax (in)yMax - The yMax (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDataElement getDataElement()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDataElementByRef(IDataElement ppDataElement)
throws IOException,
AutomationException
ppDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement (in)
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 | ||||||||