com.esri.arcgis.carto
Interface ILayerSymbologyExtents

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasemapLayer, BasemapSubLayer, CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, GroupLayer, ILayerSymbologyExtentsProxy, MapServerLayer, MapServerRESTLayer, MosaicLayer, NALayer, ProcessLayer, RepresentationRenderer, SchematicLayer, WMSLayer, WMSMapLayer

public interface ILayerSymbologyExtents
extends java.io.Serializable

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

Description: 'Provides access to layer extents based on the symbology.' 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 IID02cbda2f_d2e8_4b28_af9c_71cb096213e1
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 void expandRegionForSymbols(IDisplay pDisplay, IGeometry pRegion)
          Enlarges the specified region if necessary to account for the symbology sizes.
 

Field Detail

IID02cbda2f_d2e8_4b28_af9c_71cb096213e1

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

expandRegionForSymbols

void expandRegionForSymbols(IDisplay pDisplay,
                            IGeometry pRegion)
                            throws java.io.IOException,
                                   AutomationException
Enlarges the specified region if necessary to account for the symbology sizes.

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