|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IACLayer
COM Interface 'IACLayer'. Generated 3/19/2015 1:20:53 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description: 'Provides access to members that control the ArcIMS layer.' 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 |
IID74e45211_dfe6_11d3_9ff7_00c04f6bc6a5
|
static int |
xxDummy
Deprecated. Internal use only |
Method Summary | |
---|---|
IEnvelope |
getExtent()
The extent of the layer. |
java.lang.String |
getID()
The layer id. |
java.lang.Object |
getLayerDefAxl()
The layer def axl. |
double |
getMaxScale()
Maximum scale at which the layer will display. |
double |
getMinScale()
Minimum scale at which the layer will display. |
java.lang.String |
getName()
The layer name. |
ISpatialReference |
getNativeSpatialReference()
The native spatial reference of the data. |
java.lang.String |
getOriginalName()
The name of the layer that the ArcIMS Server hands out. |
boolean |
isVisible()
Indicates if the layer is currently visible. |
void |
setID(java.lang.String iD)
The layer id. |
void |
setMaxScale(double scale)
Maximum scale at which the layer will display. |
void |
setMinScale(double scale)
Minimum scale at which the layer will display. |
void |
setName(java.lang.String name)
The layer name. |
void |
setOriginalName(java.lang.String name)
The name of the layer that the ArcIMS Server hands out. |
void |
setVisible(boolean visible)
Indicates if the layer is currently visible. |
Field Detail |
---|
static final int IID74e45211_dfe6_11d3_9ff7_00c04f6bc6a5
static final int xxDummy
static final java.lang.String IID
Method Detail |
---|
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.void setName(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.java.lang.String getOriginalName() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setOriginalName(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.java.lang.String getID() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setID(java.lang.String iD) throws java.io.IOException, AutomationException
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.boolean isVisible() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setVisible(boolean visible) throws java.io.IOException, AutomationException
visible
- The visible (in)
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.void setMinScale(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.double getMaxScale() throws java.io.IOException, AutomationException
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.void setMaxScale(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.java.lang.Object getLayerDefAxl() 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.ISpatialReference getNativeSpatialReference() throws java.io.IOException, AutomationException
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 |