|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.interop.Dispatch com.esri.arcgis.carto.IMapLayerInfo3Proxy
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 IMapLayerInfo3Proxy
Internal use class
Field Summary | |
---|---|
boolean |
noncastable
Deprecated. |
static java.lang.Class |
targetClass
Deprecated. |
Fields inherited from class com.esri.arcgis.interop.Dispatch |
---|
DISPATCH_METHOD, DISPATCH_PROPERTYGET, DISPATCH_PROPERTYPUT, DISPATCH_PROPERTYPUTREF, objRef |
Fields inherited from interface com.esri.arcgis.carto.IMapLayerInfo3 |
---|
IID, IID2072143f_8b50_49a6_957c_9fc55138459d |
Constructor Summary | |
---|---|
|
IMapLayerInfo3Proxy()
Deprecated. For internal use only |
|
IMapLayerInfo3Proxy(java.lang.Object obj)
Deprecated. |
protected |
IMapLayerInfo3Proxy(java.lang.Object obj,
java.lang.String iid)
Deprecated. |
|
IMapLayerInfo3Proxy(java.lang.String CLSID,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
protected |
IMapLayerInfo3Proxy(java.lang.String CLSID,
java.lang.String iid,
java.lang.String host,
com.esri.arcgis.interop.AuthInfo authInfo)
Deprecated. |
Method Summary | |
---|---|
void |
addListener(java.lang.String iidStr,
java.lang.Object theListener,
java.lang.Object theSource)
Deprecated. |
java.lang.String |
getCopyrightText()
Deprecated. Copyright information associated with the layer. |
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. |
boolean |
isHasLayerDrawingDescription()
Deprecated. Indicates if the layter has LayerDrawingDescription or not. |
void |
removeListener(java.lang.String iidStr,
java.lang.Object theListener)
Deprecated. |
Methods inherited from class com.esri.arcgis.interop.Dispatch |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.Class targetClass
public boolean noncastable
Constructor Detail |
---|
public IMapLayerInfo3Proxy(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 IMapLayerInfo3Proxy()
public IMapLayerInfo3Proxy(java.lang.Object obj) throws java.io.IOException
java.io.IOException
protected IMapLayerInfo3Proxy(java.lang.Object obj, java.lang.String iid) throws java.io.IOException
java.io.IOException
protected IMapLayerInfo3Proxy(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
Method Detail |
---|
public void addListener(java.lang.String iidStr, java.lang.Object theListener, java.lang.Object theSource) throws java.io.IOException
addListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public void removeListener(java.lang.String iidStr, java.lang.Object theListener) throws java.io.IOException
removeListener
in class com.esri.arcgis.interop.Dispatch
java.io.IOException
public boolean isHasLayerDrawingDescription() throws java.io.IOException, AutomationException
isHasLayerDrawingDescription
in interface IMapLayerInfo3
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 IMapLayerInfo3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getCopyrightText() throws java.io.IOException, AutomationException
getCopyrightText
in interface IMapLayerInfo3
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public int getID() throws java.io.IOException, AutomationException
getID
in interface IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 IMapLayerInfo3
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 |