com.esri.arcgis.carto
Interface IServerLayerExtension

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
IServerLayerExtensionProxy, ServerLayerExtension

public interface IServerLayerExtension
extends java.io.Serializable

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

Description: 'Provides access to Server Layer Extension.' 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 IIDb73d39d9_923e_40de_8438_099b6880133c
           
static int xxDummy
          Deprecated. Internal use only
 
Method Summary
 IPropertySet getServerProperties()
          FeatureRenderer used to represent symbology of a feature layer.
 void setServerProperties(IPropertySet serverProperties)
          FeatureRenderer used to represent symbology of a feature layer.
 

Field Detail

IIDb73d39d9_923e_40de_8438_099b6880133c

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

getServerProperties

IPropertySet getServerProperties()
                                 throws java.io.IOException,
                                        AutomationException
FeatureRenderer used to represent symbology of a feature layer.

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

setServerProperties

void setServerProperties(IPropertySet serverProperties)
                         throws java.io.IOException,
                                AutomationException
FeatureRenderer used to represent symbology of a feature layer.

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