com.esri.arcgis.carto
Interface IGraphicFeatureServerInit

All Superinterfaces:
Serializable
All Known Implementing Classes:
GraphicFeatureServer

public interface IGraphicFeatureServerInit
extends Serializable

Provides access to additional members that support initializing a feature server.

Product Availability

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


Method Summary
 void connect(IMapServer mapServer)
          Initialize GraphicFeatureServer object with MapServer.
 double getZDefaults()
          getZDefaults
 boolean isEnableZDefaults()
          isEnableZDefaults
 void setEnableZDefaults(boolean enableZDefaults)
          setEnableZDefaults
 void setZDefaults(double zDefaults)
          setZDefaults
 

Method Detail

connect

void connect(IMapServer mapServer)
             throws IOException,
                    AutomationException
Initialize GraphicFeatureServer object with MapServer.

Product Availability

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

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

setEnableZDefaults

void setEnableZDefaults(boolean enableZDefaults)
                        throws IOException,
                               AutomationException
setEnableZDefaults

Product Availability

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

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

isEnableZDefaults

boolean isEnableZDefaults()
                          throws IOException,
                                 AutomationException
isEnableZDefaults

Product Availability

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

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

setZDefaults

void setZDefaults(double zDefaults)
                  throws IOException,
                         AutomationException
setZDefaults

Product Availability

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

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

getZDefaults

double getZDefaults()
                    throws IOException,
                           AutomationException
getZDefaults

Product Availability

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

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