public interface IMapLayerInfo
extends java.io.Serializable
Description: 'Provides access to the available properties of a map layer info object.' 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 |
IIDca469c38_c9e4_4dc3_9c32_86aef3b33df2 |
static int |
xxDummy
Deprecated.
Internal use only
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
The description of the layer.
|
java.lang.String |
getDisplayField()
Primary display field.
|
IEnvelope |
getExtent()
The geographic extent of the layer.
|
IStringArray |
getFieldAliases()
Array of strings that contains field alias for each field in Fields property.
|
IFields |
getFields()
Array of attribute fields contained in the layer.
|
int |
getID()
The layer identifier.
|
double |
getMaxScale()
The maximum visible scale for the layer.
|
double |
getMinScale()
The minimum visible scale for the layer.
|
java.lang.String |
getName()
The name of the layer.
|
int |
getParentLayerID()
If the layer is a member of a composite layer, this property identifies the parent layer.
|
java.lang.String |
getSourceDescription()
The description of the source information for the layer.
|
ILongArray |
getSubLayers()
The list identifying the sublayers if the layer is a composite layer.
|
java.lang.String |
getType()
The layer type.
|
boolean |
isCanFind()
Indicates if the layer supports the Find operation.
|
boolean |
isCanIdentify()
Indicates if the layer supports the Identify operation.
|
boolean |
isCanScaleSymbols()
Indicates if the layer supports symbol scaling.
|
boolean |
isCanSelect()
Indicates if the layer supports feature selection.
|
boolean |
isComposite()
Indicates if the layer is a composite layer.
|
boolean |
isFeatureLayer()
Indicates if the layer is a feature layer.
|
boolean |
isHasAttributes()
Indicates if the layer has attributes.
|
boolean |
isHasHyperlinks()
Indicates if the layer has hyperlinks.
|
boolean |
isHasLabels()
Indicates if the layer has labels to turn on and off.
|
static final int IIDca469c38_c9e4_4dc3_9c32_86aef3b33df2
static final int xxDummy
static final java.lang.String IID
int getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getType() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getSourceDescription() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasLabels() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCanSelect() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCanScaleSymbols() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCanIdentify() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isCanFind() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isFeatureLayer() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMinScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.double getMaxScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IEnvelope getExtent() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasHyperlinks() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isHasAttributes() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IFields getFields() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.java.lang.String getDisplayField() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.boolean isComposite() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.ILongArray getSubLayers() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.int getParentLayerID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.IStringArray getFieldAliases() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.