com.esri.arcgis.carto
Interface IServerLayerExtension

All Superinterfaces:
Serializable
All Known Implementing Classes:
ServerLayerExtension

public interface IServerLayerExtension
extends Serializable

Provides access to Server Layer Extension.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


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.
 

Method Detail

getServerProperties

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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

setServerProperties

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

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

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