com.esri.arcgis.datasourcesfile
Interface IGPLayer

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GPCadastralFabricLayer, GPCompositeLayer, GPFeatureLayer, GPGALayer, GPGroupLayer, GPLasDatasetLayer, GPLayer, GPMosaicLayer, GPNALayer, GPNetworkDatasetLayer, GPRasterCatalogLayer, GPRasterLayer, GPTerrainLayer, GPTinLayer, GPTopologyLayer, IGPLayerProxy

public interface IGPLayer
extends java.io.Serializable

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

IIDea30b18d_2d75_4593_bf44_b3620f41d8db

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

getNameString

java.lang.String getNameString()
                               throws java.io.IOException,
                                      AutomationException
The name string.

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

setNameString

void setNameString(java.lang.String pNamestring)
                   throws java.io.IOException,
                          AutomationException
The name string.

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

getAreaOfInterest

IEnvelope getAreaOfInterest()
                            throws java.io.IOException,
                                   AutomationException
The default area of interest for the layer.

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

setAreaOfInterestByRef

void setAreaOfInterestByRef(IEnvelope ppExtent)
                            throws java.io.IOException,
                                   AutomationException
The default area of interest for the layer.

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

setAOICoords

void setAOICoords(double xMin,
                  double yMin,
                  double xMax,
                  double yMax)
                  throws java.io.IOException,
                         AutomationException
The set Extent of the feature layer.

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

getDataElement

IDataElement getDataElement()
                            throws java.io.IOException,
                                   AutomationException
The data element of the layer.

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

setDataElementByRef

void setDataElementByRef(IDataElement ppDataElement)
                         throws java.io.IOException,
                                AutomationException
The data element of the layer.

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