|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IGraphicFeatureServerInit
Provides access to additional members that support initializing a feature 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 |
---|
void connect(IMapServer mapServer) throws IOException, AutomationException
mapServer
- A reference to a com.esri.arcgis.carto.IMapServer (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setEnableZDefaults(boolean enableZDefaults) throws IOException, AutomationException
enableZDefaults
- The enableZDefaults (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isEnableZDefaults() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setZDefaults(double zDefaults) throws IOException, AutomationException
zDefaults
- The zDefaults (in)
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getZDefaults() throws IOException, AutomationException
IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |