|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.arcgis.carto.ACImageLayer
public class ACImageLayer
COM Class 'ACImageLayer'. Generated 3/19/2015 1:20:42 PM from 'C:\ArcGIS\COM\esriCarto.olb'
Description 'ArcIMS layer for displaying images.' 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 long |
serialVersionUID
|
Fields inherited from interface com.esri.arcgis.carto.IACLayer |
---|
IID, IID74e45211_dfe6_11d3_9ff7_00c04f6bc6a5, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IACLayerAdmin |
---|
IID, IID892dbd7b_6c2a_4456_aa7c_5cbd7cd5e595, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IACImageLayer |
---|
IID, IID495c0e2c_d51d_4ed4_9fc1_fa04ab93568d, xxDummy |
Fields inherited from interface com.esri.arcgis.carto.IACImageLayerAdmin |
---|
IID, IIDf14e1ec7_1083_43bd_b3b9_ce44cce0b04b, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersistStream |
---|
IID, IID00000109_0000_0000_c000_000000000046, xxDummy |
Fields inherited from interface com.esri.arcgis.system.IPersist |
---|
IID0000010c_0000_0000_c000_000000000046 |
Fields inherited from interface com.esri.arcgis.carto.IACLayer2 |
---|
IID, IID24ed5084_5a20_47e8_8cba_d5d36541c7ae, xxDummy |
Constructor Summary | |
---|---|
ACImageLayer()
Constructs a ACImageLayer using ArcGIS Engine. |
|
ACImageLayer(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ACImageLayer theACImageLayer = (ACImageLayer) obj; |
Method Summary | |
---|---|
void |
connect(java.lang.String layerInfo,
IIMSAxlRequest request,
ISpatialReference spatialRef,
int mapUnits)
Connects to the image layer. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
void |
getClassID(GUID[] pClassID)
getClassID |
static java.lang.String |
getClsid()
getClsid. |
IEnvelope |
getExtent()
The extent of the layer. |
java.lang.String |
getID()
The layer id. |
com.esri.arcgis.interop.Dispatch |
getJintegraDispatch()
Deprecated. Internal use only. |
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. |
java.lang.String |
getParentLayerID()
The parent layer id. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
java.lang.String |
getXMLLayerInfo()
The XML LayerInfo. |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
boolean |
isVisible()
Indicates if the layer is currently visible. |
void |
load(IStream pstm)
load |
void |
readExternal(java.io.ObjectInput in)
|
void |
release()
Release a ACImageLayer. |
void |
save(IStream pstm,
int fClearDirty)
save |
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 |
setParentLayerID(java.lang.String iD)
The parent layer id. |
void |
setVisible(boolean visible)
Indicates if the layer is currently visible. |
void |
writeExternal(java.io.ObjectOutput out)
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final long serialVersionUID
Constructor Detail |
---|
public ACImageLayer() throws java.io.IOException, java.net.UnknownHostException
java.io.IOException
- if there are interop problems
java.net.UnknownHostException
- if there are interop problemspublic ACImageLayer(java.lang.Object obj) throws java.io.IOException
ACImageLayer theACImageLayer = (ACImageLayer) obj;
obj
to ACImageLayer
.
obj
- an object returned from ArcGIS Engine or Server
java.io.IOException
- if there are interop problemsMethod Detail |
---|
public static java.lang.String getClsid()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
getJintegraDispatch
in interface com.esri.arcgis.interop.RemoteObjRef
public void release()
release
in interface com.esri.arcgis.interop.RemoteObjRef
public java.lang.String getName() throws java.io.IOException, AutomationException
getName
in interface IACLayer
getName
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setName(java.lang.String name) throws java.io.IOException, AutomationException
setName
in interface IACLayer
setName
in interface IACLayer2
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getOriginalName() throws java.io.IOException, AutomationException
getOriginalName
in interface IACLayer
getOriginalName
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setOriginalName(java.lang.String name) throws java.io.IOException, AutomationException
setOriginalName
in interface IACLayer
setOriginalName
in interface IACLayer2
name
- The name (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getID() throws java.io.IOException, AutomationException
getID
in interface IACLayer
getID
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setID(java.lang.String iD) throws java.io.IOException, AutomationException
setID
in interface IACLayer
setID
in interface IACLayer2
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public boolean isVisible() throws java.io.IOException, AutomationException
isVisible
in interface IACLayer
isVisible
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setVisible(boolean visible) throws java.io.IOException, AutomationException
setVisible
in interface IACLayer
setVisible
in interface IACLayer2
visible
- The visible (in)
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 IACLayer
getMinScale
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMinScale(double scale) throws java.io.IOException, AutomationException
setMinScale
in interface IACLayer
setMinScale
in interface IACLayer2
scale
- The scale (in)
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 IACLayer
getMaxScale
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setMaxScale(double scale) throws java.io.IOException, AutomationException
setMaxScale
in interface IACLayer
setMaxScale
in interface IACLayer2
scale
- The scale (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.Object getLayerDefAxl() throws java.io.IOException, AutomationException
getLayerDefAxl
in interface IACLayer
getLayerDefAxl
in interface IACLayer2
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 IACLayer
getExtent
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public ISpatialReference getNativeSpatialReference() throws java.io.IOException, AutomationException
getNativeSpatialReference
in interface IACLayer
getNativeSpatialReference
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getXMLLayerInfo() throws java.io.IOException, AutomationException
getXMLLayerInfo
in interface IACLayerAdmin
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void connect(java.lang.String layerInfo, IIMSAxlRequest request, ISpatialReference spatialRef, int mapUnits) throws java.io.IOException, AutomationException
connect
in interface IACImageLayerAdmin
layerInfo
- The layerInfo (in)request
- A reference to a com.esri.arcgis.gisclient.IIMSAxlRequest (in)spatialRef
- A reference to a com.esri.arcgis.geometry.ISpatialReference (in)mapUnits
- A com.esri.arcgis.gisclient.acMapUnits constant (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getClassID(GUID[] pClassID) throws java.io.IOException, AutomationException
getClassID
in interface IPersist
pClassID
- A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void isDirty() throws java.io.IOException, AutomationException
isDirty
in interface IPersistStream
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void load(IStream pstm) throws java.io.IOException, AutomationException
load
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void save(IStream pstm, int fClearDirty) throws java.io.IOException, AutomationException
save
in interface IPersistStream
pstm
- A reference to a com.esri.arcgis.system.IStream (in)fClearDirty
- The fClearDirty (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void getSizeMax(_ULARGE_INTEGER[] pcbSize) throws java.io.IOException, AutomationException
getSizeMax
in interface IPersistStream
pcbSize
- A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public java.lang.String getParentLayerID() throws java.io.IOException, AutomationException
getParentLayerID
in interface IACLayer2
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void setParentLayerID(java.lang.String iD) throws java.io.IOException, AutomationException
setParentLayerID
in interface IACLayer2
iD
- The iD (in)
java.io.IOException
- If there are interop problems.
AutomationException
- If the ArcObject component throws an exception.public void writeExternal(java.io.ObjectOutput out) throws java.io.IOException
writeExternal
in interface java.io.Externalizable
java.io.IOException
public void readExternal(java.io.ObjectInput in) throws java.io.IOException, java.lang.ClassNotFoundException
readExternal
in interface java.io.Externalizable
java.io.IOException
java.lang.ClassNotFoundException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |