|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMapAutoExtentOptions
Provides access to the Map's auto extent options.
| Method Summary | |
|---|---|
IEnvelope |
getAutoExtentBounds()
The bounds of the map displayed by the frame. |
IFeatureLayer |
getAutoExtentLayer()
Auto extent features. |
IMap |
getAutoExtentMap()
Auto extent map. |
double |
getAutoExtentMargin()
Auto extent margin. |
int |
getAutoExtentMarginUnits()
Auto extent margin units. |
double |
getAutoExtentScale()
The scale at which the map should be displayed. |
int |
getAutoExtentType()
The way in which the map extent of the frame is specified. |
void |
getLockedPan(boolean[] flag)
Check if the map can be panned. |
void |
getLockedZoom(boolean[] flag)
Check if the map can be zoomed. |
void |
setAutoExtentBounds(IEnvelope bounds)
The bounds of the map displayed by the frame. |
void |
setAutoExtentLayerByRef(IFeatureLayer layer)
Auto extent features. |
void |
setAutoExtentMapByRef(IMap map)
Auto extent map. |
void |
setAutoExtentMargin(double margin)
Auto extent margin. |
void |
setAutoExtentMarginUnits(int units)
Auto extent margin units. |
void |
setAutoExtentScale(double scale)
The scale at which the map should be displayed. |
void |
setAutoExtentType(int type)
The way in which the map extent of the frame is specified. |
| Method Detail |
|---|
int getAutoExtentType()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAutoExtentType(int type)
throws IOException,
AutomationException
type - A com.esri.arcgis.carto.esriExtentTypeEnum constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getAutoExtentScale()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAutoExtentScale(double scale)
throws IOException,
AutomationException
scale - The scale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IEnvelope getAutoExtentBounds()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAutoExtentBounds(IEnvelope bounds)
throws IOException,
AutomationException
bounds - A reference to a com.esri.arcgis.geometry.IEnvelope (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IMap getAutoExtentMap()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAutoExtentMapByRef(IMap map)
throws IOException,
AutomationException
map - A reference to a com.esri.arcgis.carto.IMap (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
double getAutoExtentMargin()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAutoExtentMargin(double margin)
throws IOException,
AutomationException
margin - The margin (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
int getAutoExtentMarginUnits()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAutoExtentMarginUnits(int units)
throws IOException,
AutomationException
units - A com.esri.arcgis.system.esriUnits constant (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
IFeatureLayer getAutoExtentLayer()
throws IOException,
AutomationException
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void setAutoExtentLayerByRef(IFeatureLayer layer)
throws IOException,
AutomationException
layer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getLockedZoom(boolean[] flag)
throws IOException,
AutomationException
flag - The flag (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
void getLockedPan(boolean[] flag)
throws IOException,
AutomationException
flag - The flag (in)
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 | ||||||||