|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IMapAutoExtentOptions
COM Interface 'IMapAutoExtentOptions'. Generated 3/19/2015 1:20:52 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to the Map's auto extent options.' 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 |
IIDe5461b30_c74f_47f0_bdf3_65898ac2b622
|
static int |
xxDummy
Deprecated. Internal use only |
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. |
Field Detail |
---|
static final int IIDe5461b30_c74f_47f0_bdf3_65898ac2b622
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
int getAutoExtentType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoExtentType(int type) throws java.io.IOException, AutomationException
type
- A com.esri.arcgis.carto.esriExtentTypeEnum constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAutoExtentScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoExtentScale(double scale) throws java.io.IOException, AutomationException
scale
- The scale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IEnvelope getAutoExtentBounds() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoExtentBounds(IEnvelope bounds) throws java.io.IOException, AutomationException
bounds
- A reference to a com.esri.arcgis.geometry.IEnvelope (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IMap getAutoExtentMap() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoExtentMapByRef(IMap map) throws java.io.IOException, AutomationException
map
- A reference to a com.esri.arcgis.carto.IMap (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.double getAutoExtentMargin() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoExtentMargin(double margin) throws java.io.IOException, AutomationException
margin
- The margin (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.int getAutoExtentMarginUnits() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoExtentMarginUnits(int units) throws java.io.IOException, AutomationException
units
- A com.esri.arcgis.system.esriUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.IFeatureLayer getAutoExtentLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setAutoExtentLayerByRef(IFeatureLayer layer) throws java.io.IOException, AutomationException
layer
- A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getLockedZoom(boolean[] flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void getLockedPan(boolean[] flag) throws java.io.IOException, AutomationException
flag
- The flag (in)
java.io.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 |