|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IGPLayer
COM Interface 'IGPLayer'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriDataSourcesFile.olb'
Description: 'Provides access to the GP Layer Type.' 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 |
IIDea30b18d_2d75_4593_bf44_b3620f41d8db
|
static int |
xxDummy
Deprecated. Internal use only |
| Method Summary | |
|---|---|
IEnvelope |
getAreaOfInterest()
The default area of interest for the layer. |
IDataElement |
getDataElement()
The data element of the layer. |
java.lang.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(java.lang.String pNamestring)
The name string. |
| Field Detail |
|---|
static final int IIDea30b18d_2d75_4593_bf44_b3620f41d8db
static final int xxDummy
static final java.lang.String IID
| Method Detail |
|---|
java.lang.String getNameString()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setNameString(java.lang.String pNamestring)
throws java.io.IOException,
AutomationException
pNamestring - The pNamestring (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getAreaOfInterest()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAreaOfInterestByRef(IEnvelope ppExtent)
throws java.io.IOException,
AutomationException
ppExtent - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.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 java.io.IOException,
AutomationException
xMin - The xMin (in)yMin - The yMin (in)xMax - The xMax (in)yMax - The yMax (in)
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IDataElement getDataElement()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setDataElementByRef(IDataElement ppDataElement)
throws java.io.IOException,
AutomationException
ppDataElement - A reference to a com.esri.arcgis.geodatabase.IDataElement (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 | ||||||||