com.esri.arcgis.carto
Interface IGraphicFeatureServerInit

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
GraphicFeatureServer, IGraphicFeatureServerInitProxy

public interface IGraphicFeatureServerInit
extends java.io.Serializable

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

Description: 'Provides access to additional members that support initializing a feature server.' 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 IID6790d29a_7ec2_4f84_bccf_2b86e92491da
           
static int xxDummy
          Deprecated. Internal use only
 
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
 

Field Detail

IID6790d29a_7ec2_4f84_bccf_2b86e92491da

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

connect

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

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

setEnableZDefaults

void setEnableZDefaults(boolean enableZDefaults)
                        throws java.io.IOException,
                               AutomationException
setEnableZDefaults

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

isEnableZDefaults

boolean isEnableZDefaults()
                          throws java.io.IOException,
                                 AutomationException
isEnableZDefaults

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

setZDefaults

void setZDefaults(double zDefaults)
                  throws java.io.IOException,
                         AutomationException
setZDefaults

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

getZDefaults

double getZDefaults()
                    throws java.io.IOException,
                           AutomationException
getZDefaults

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