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 =
public class IMapLayerInfoProxy extends com.esri.arcgis.interop.Dispatch implements IMapLayerInfo, java.io.Serializable
Modifier and Type | Field and Description |
---|---|
boolean |
noncastable
Deprecated.
|
static java.lang.Class |
targetClass
Deprecated.
|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef
IID, IIDca469c38_c9e4_4dc3_9c32_86aef3b33df2
Modifier | Constructor and Description |
---|---|
|
IMapLayerInfoProxy()
Deprecated.
For internal use only
|
|
IMapLayerInfoProxy(java.lang.Object obj)
Deprecated.
|
protected |
IMapLayerInfoProxy(java.lang.Object obj,
java.lang.String iid)
Deprecated.
|
|
IMapLayerInfoProxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
protected |
IMapLayerInfoProxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated.
Adds a Java object to be a listener for a specific kind of event generated by the COM object.
|
java.lang.String |
getDescription()
Deprecated.
The description of the layer.
|
java.lang.String |
getDisplayField()
Deprecated.
Primary display field.
|
IEnvelope |
getExtent()
Deprecated.
The geographic extent of the layer.
|
IStringArray |
getFieldAliases()
Deprecated.
Array of strings that contains field alias for each field in Fields property.
|
IFields |
getFields()
Deprecated.
Array of attribute fields contained in the layer.
|
int |
getID()
Deprecated.
The layer identifier.
|
double |
getMaxScale()
Deprecated.
The maximum visible scale for the layer.
|
double |
getMinScale()
Deprecated.
The minimum visible scale for the layer.
|
java.lang.String |
getName()
Deprecated.
The name of the layer.
|
int |
getParentLayerID()
Deprecated.
If the layer is a member of a composite layer, this property identifies the parent layer.
|
java.lang.String |
getSourceDescription()
Deprecated.
The description of the source information for the layer.
|
ILongArray |
getSubLayers()
Deprecated.
The list identifying the sublayers if the layer is a composite layer.
|
java.lang.String |
getType()
Deprecated.
The layer type.
|
boolean |
isCanFind()
Deprecated.
Indicates if the layer supports the Find operation.
|
boolean |
isCanIdentify()
Deprecated.
Indicates if the layer supports the Identify operation.
|
boolean |
isCanScaleSymbols()
Deprecated.
Indicates if the layer supports symbol scaling.
|
boolean |
isCanSelect()
Deprecated.
Indicates if the layer supports feature selection.
|
boolean |
isComposite()
Deprecated.
Indicates if the layer is a composite layer.
|
boolean |
isFeatureLayer()
Deprecated.
Indicates if the layer is a feature layer.
|
boolean |
isHasAttributes()
Deprecated.
Indicates if the layer has attributes.
|
boolean |
isHasHyperlinks()
Deprecated.
Indicates if the layer has hyperlinks.
|
boolean |
isHasLabels()
Deprecated.
Indicates if the layer has labels to turn on and off.
|
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated.
Removes a Java object as a listener to events generated by a COM object.
|
bindUsingMoniker, constructVtblPosTable, convertToNative, cookieForListener, createDispatch, createObjrefMonikerDisplayName, equals, getActiveObject, getActiveObject, getDefaultProperty, getDispatchIdOfName, getLastErrorCode, getMtsObjectContext, getObjRef, getPropertyByName, getPropertyByName, getVtblPos, hashCode, initDispatch, invoke, invokeMethodByName, invokeMethodByName, invokeMethodByName, invokePropertyGetByName, invokePropertyPutByName, invokePropertyPutByRefByName, isNativeMode, isObjRef, optimizedVtblInvoke, queryInterface, readExternal, release, setNativeMode, setPropertyByName, toString, vtblInvoke, writeExternal
public static final java.lang.Class targetClass
public boolean noncastable
public IMapLayerInfoProxy(java.lang.String CLSID, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.net.UnknownHostException, java.io.IOException
java.net.UnknownHostException
java.io.IOException
public IMapLayerInfoProxy()
public IMapLayerInfoProxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapLayerInfoProxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapLayerInfoProxy(java.lang.String CLSID, java.lang.String iid, java.lang.String host, com.esri.arcgis.interop.AuthInfo authInfo) throws java.io.IOException
java.io.IOException
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
addListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object to be informed of the eventstheSource
- the proxy class that represents the COM class that is the source of the eventsjava.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
com.esri.arcgis.interop.Dispatch
removeListener
in class com.esri.arcgis.interop.Dispatch
iidStr
- the ID of the outgoing interface, implemented by the listenertheListener
- the object that no longer wishes to be informed of the eventsjava.io.IOException
public int getID() throws java.io.IOException, AutomationException
getID
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDescription() throws java.io.IOException, AutomationException
getDescription
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getType() throws java.io.IOException, AutomationException
getType
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getSourceDescription() throws java.io.IOException, AutomationException
getSourceDescription
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isHasLabels() throws java.io.IOException, AutomationException
isHasLabels
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCanSelect() throws java.io.IOException, AutomationException
isCanSelect
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCanScaleSymbols() throws java.io.IOException, AutomationException
isCanScaleSymbols
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCanIdentify() throws java.io.IOException, AutomationException
isCanIdentify
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isCanFind() throws java.io.IOException, AutomationException
isCanFind
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isFeatureLayer() throws java.io.IOException, AutomationException
isFeatureLayer
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMinScale() throws java.io.IOException, AutomationException
getMinScale
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public double getMaxScale() throws java.io.IOException, AutomationException
getMaxScale
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IEnvelope getExtent() throws java.io.IOException, AutomationException
getExtent
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isHasHyperlinks() throws java.io.IOException, AutomationException
isHasHyperlinks
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isHasAttributes() throws java.io.IOException, AutomationException
isHasAttributes
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IFields getFields() throws java.io.IOException, AutomationException
getFields
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public java.lang.String getDisplayField() throws java.io.IOException, AutomationException
getDisplayField
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public boolean isComposite() throws java.io.IOException, AutomationException
isComposite
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public ILongArray getSubLayers() throws java.io.IOException, AutomationException
getSubLayers
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public int getParentLayerID() throws java.io.IOException, AutomationException
getParentLayerID
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.public IStringArray getFieldAliases() throws java.io.IOException, AutomationException
getFieldAliases
in interface IMapLayerInfo
java.io.IOException
- If there are interop problems.AutomationException
- If the ArcObject component throws an exception.