public interface IFeatureExtent
extends java.io.Serializable
Description: 'Provides access to the Feature Extent Map Area Interface.' 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 =
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
IID
Deprecated.
Internal use only
|
static int |
IIDfa56c255_ce10_46d9_ab63_505753df12a4 |
static int |
xxDummy
Deprecated.
Internal use only
|
| Modifier and Type | Method and Description |
|---|---|
double |
getDefaultScale()
Scale at which the extent of a single point is drawn.
|
double |
getExpandRatio()
Ratio used to expand the extent.
|
IFIDSet |
getFeatureIDs()
The set of feature IDs.
|
int |
getLayerID()
The ID of the layer.
|
java.lang.String |
getMapName()
Name of the map (data frame).
|
void |
setDefaultScale(double mapScale)
Scale at which the extent of a single point is drawn.
|
void |
setExpandRatio(double ratio)
Ratio used to expand the extent.
|
void |
setFeatureIDs(IFIDSet featureIDs)
The set of feature IDs.
|
void |
setLayerID(int layerID)
The ID of the layer.
|
void |
setMapName(java.lang.String name)
Name of the map (data frame).
|
static final int IIDfa56c255_ce10_46d9_ab63_505753df12a4
static final int xxDummy
static final java.lang.String IID
java.lang.String getMapName()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setMapName(java.lang.String name)
throws java.io.IOException,
AutomationException
name - The name (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.int getLayerID()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setLayerID(int layerID)
throws java.io.IOException,
AutomationException
layerID - The layerID (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.IFIDSet getFeatureIDs() throws java.io.IOException, AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setFeatureIDs(IFIDSet featureIDs) throws java.io.IOException, AutomationException
featureIDs - A reference to a com.esri.arcgis.geodatabase.IFIDSet (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getExpandRatio()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setExpandRatio(double ratio)
throws java.io.IOException,
AutomationException
ratio - The ratio (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.double getDefaultScale()
throws java.io.IOException,
AutomationException
java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.void setDefaultScale(double mapScale)
throws java.io.IOException,
AutomationException
mapScale - The mapScale (in)java.io.IOException - If there are interop problems.AutomationException - If the ArcObject component throws an exception.