com.esri.arcgis.carto
Interface ILayerPosition

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
BasemapLayer, CadAnnotationLayer, CadastralFabricSubLayer, CadFeatureLayer, CadLayer, CoverageAnnotationLayer, DimensionLayer, FDOGraphicsLayer, FeatureLayer, GdbRasterCatalogLayer, GlobeServerLayer, GroupLayer, ILayerPositionProxy, ImageServerLayer, IMSMapLayer, IMSSubLayer, KmlLayer, LasDatasetLayer, MapServerLayer, MosaicLayer, NALayer, NetworkLayer, NITFGraphicsLayer, ProcessLayer, RasterCatalogLayer, RasterLayer, SchematicLayer, TemporalFeatureLayer, TerrainLayer, TinLayer, TopologyLayer, WCSLayer, WMSGroupLayer, WMSMapLayer, WMTSLayer

public interface ILayerPosition
extends java.io.Serializable

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

Description: 'Provides access to members that control a layer's default position in the map interface.' 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 IIDc0dc8820_e10f_4285_aab1_6c6b685dbb84
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 double getLayerWeight()
          Default layer position.
 void setLayerWeight(double layerWeight)
          Default layer position.
 

Field Detail

IIDc0dc8820_e10f_4285_aab1_6c6b685dbb84

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

getLayerWeight

double getLayerWeight()
                      throws java.io.IOException,
                             AutomationException
Default layer position.

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

setLayerWeight

void setLayerWeight(double layerWeight)
                    throws java.io.IOException,
                           AutomationException
Default layer position.

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