com.esri.arcgis.carto
Interface IGraphicFeatureLayer

All Superinterfaces:
IDataObjectTable, java.io.Serializable
All Known Implementing Classes:
GraphicFeatureLayer, IGraphicFeatureLayerProxy

public interface IGraphicFeatureLayer
extends IDataObjectTable, java.io.Serializable

COM Interface 'IGraphicFeatureLayer'. Generated 3/19/2015 1:20:54 PM from 'C:\ArcGIS\COM\esriCarto.olb'

Description: 'Graphic Feature Layer' 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 IIDd932a966_dad8_4d0e_8807_dead0dae0aac
           
static int xxDummy
          Deprecated. Internal use only
 
Fields inherited from interface com.esri.arcgis.carto.IDataObjectTable
IID72ee5f8a_f039_48da_b057_e61c7b6382da
 
Method Summary
 java.lang.String getGeometryFieldName()
          getGeometryFieldName
 int getGeometryType()
          The enumerated geometry type.
 IFeatureLayerDrawingDescription getLayerDrawingDescription()
          getLayerDrawingDescription
 double getMaxScale()
          Maximum scale at which the features will be visible.
 double getMinScale()
          Minimum scale at which the features will be visible.
 IEnvelope getSpatialExtent()
          The spatial extent of the layer.
 ISpatialReference getSpatialReference()
          The spatial reference for the geometry in the layer.
 
Methods inherited from interface com.esri.arcgis.carto.IDataObjectTable
getCopyrightText, getDescription, getDisplayPropName, getGlobalIDPropName, getHTMLPopupType, getID, getName, getOIDPropName, getPropertyInfos, getRelations, getTemplates, getTypeIDPropName, getTypes, isHasAttachments
 

Field Detail

IIDd932a966_dad8_4d0e_8807_dead0dae0aac

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

getGeometryFieldName

java.lang.String getGeometryFieldName()
                                      throws java.io.IOException,
                                             AutomationException
getGeometryFieldName

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

getGeometryType

int getGeometryType()
                    throws java.io.IOException,
                           AutomationException
The enumerated geometry type.

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

getLayerDrawingDescription

IFeatureLayerDrawingDescription getLayerDrawingDescription()
                                                           throws java.io.IOException,
                                                                  AutomationException
getLayerDrawingDescription

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

getMaxScale

double getMaxScale()
                   throws java.io.IOException,
                          AutomationException
Maximum scale at which the features will be visible.

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

getMinScale

double getMinScale()
                   throws java.io.IOException,
                          AutomationException
Minimum scale at which the features will be visible.

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

getSpatialReference

ISpatialReference getSpatialReference()
                                      throws java.io.IOException,
                                             AutomationException
The spatial reference for the geometry in the layer.

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

getSpatialExtent

IEnvelope getSpatialExtent()
                           throws java.io.IOException,
                                  AutomationException
The spatial extent of 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.