com.esri.arcgis.carto
Class ACImageLayer

java.lang.Object
  extended by com.esri.arcgis.carto.ACImageLayer
All Implemented Interfaces:
IACImageLayer, IACImageLayerAdmin, IACLayer, IACLayer2, IACLayerAdmin, com.esri.arcgis.interop.RemoteObjRef, IPersist, IPersistStream, java.io.Externalizable, java.io.Serializable

public class ACImageLayer
extends java.lang.Object
implements com.esri.arcgis.interop.RemoteObjRef, IACLayer, IACLayerAdmin, IACImageLayer, IACImageLayerAdmin, IPersist, IPersistStream, IACLayer2, java.io.Externalizable

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 =

See Also:
Serialized Form

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

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ACImageLayer

public ACImageLayer()
             throws java.io.IOException,
                    java.net.UnknownHostException
Constructs a ACImageLayer using ArcGIS Engine.

Throws:
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems

ACImageLayer

public ACImageLayer(java.lang.Object obj)
             throws java.io.IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
ACImageLayer theACImageLayer = (ACImageLayer) obj;

Construct a ACImageLayer using a reference to such an object returned from ArcGIS Engine or Server. This is semantically equivalent to casting obj to ACImageLayer.

Parameters:
obj - an object returned from ArcGIS Engine or Server
Throws:
java.io.IOException - if there are interop problems
Method Detail

getClsid

public static java.lang.String getClsid()
getClsid.


equals

public boolean equals(java.lang.Object o)
Compare this object with another

Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class java.lang.Object

getJintegraDispatch

public com.esri.arcgis.interop.Dispatch getJintegraDispatch()
Deprecated. Internal use only.

Specified by:
getJintegraDispatch in interface com.esri.arcgis.interop.RemoteObjRef

release

public void release()
Release a ACImageLayer.

Specified by:
release in interface com.esri.arcgis.interop.RemoteObjRef

getName

public java.lang.String getName()
                         throws java.io.IOException,
                                AutomationException
The layer name.

Specified by:
getName in interface IACLayer
Specified by:
getName in interface IACLayer2
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setName

public void setName(java.lang.String name)
             throws java.io.IOException,
                    AutomationException
The layer name.

Specified by:
setName in interface IACLayer
Specified by:
setName in interface IACLayer2
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getOriginalName

public java.lang.String getOriginalName()
                                 throws java.io.IOException,
                                        AutomationException
The name of the layer that the ArcIMS Server hands out.

Specified by:
getOriginalName in interface IACLayer
Specified by:
getOriginalName in interface IACLayer2
Returns:
The name
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setOriginalName

public void setOriginalName(java.lang.String name)
                     throws java.io.IOException,
                            AutomationException
The name of the layer that the ArcIMS Server hands out.

Specified by:
setOriginalName in interface IACLayer
Specified by:
setOriginalName in interface IACLayer2
Parameters:
name - The name (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getID

public java.lang.String getID()
                       throws java.io.IOException,
                              AutomationException
The layer id.

Specified by:
getID in interface IACLayer
Specified by:
getID in interface IACLayer2
Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setID

public void setID(java.lang.String iD)
           throws java.io.IOException,
                  AutomationException
The layer id.

Specified by:
setID in interface IACLayer
Specified by:
setID in interface IACLayer2
Parameters:
iD - The iD (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isVisible

public boolean isVisible()
                  throws java.io.IOException,
                         AutomationException
Indicates if the layer is currently visible.

Specified by:
isVisible in interface IACLayer
Specified by:
isVisible in interface IACLayer2
Returns:
The visible
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setVisible

public void setVisible(boolean visible)
                throws java.io.IOException,
                       AutomationException
Indicates if the layer is currently visible.

Specified by:
setVisible in interface IACLayer
Specified by:
setVisible in interface IACLayer2
Parameters:
visible - The visible (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMinScale

public double getMinScale()
                   throws java.io.IOException,
                          AutomationException
Minimum scale at which the layer will display.

Specified by:
getMinScale in interface IACLayer
Specified by:
getMinScale in interface IACLayer2
Returns:
The scale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMinScale

public void setMinScale(double scale)
                 throws java.io.IOException,
                        AutomationException
Minimum scale at which the layer will display.

Specified by:
setMinScale in interface IACLayer
Specified by:
setMinScale in interface IACLayer2
Parameters:
scale - The scale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getMaxScale

public double getMaxScale()
                   throws java.io.IOException,
                          AutomationException
Maximum scale at which the layer will display.

Specified by:
getMaxScale in interface IACLayer
Specified by:
getMaxScale in interface IACLayer2
Returns:
The scale
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setMaxScale

public void setMaxScale(double scale)
                 throws java.io.IOException,
                        AutomationException
Maximum scale at which the layer will display.

Specified by:
setMaxScale in interface IACLayer
Specified by:
setMaxScale in interface IACLayer2
Parameters:
scale - The scale (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getLayerDefAxl

public java.lang.Object getLayerDefAxl()
                                throws java.io.IOException,
                                       AutomationException
The layer def axl.

Specified by:
getLayerDefAxl in interface IACLayer
Specified by:
getLayerDefAxl in interface IACLayer2
Returns:
A reference to another Object (IUnknown)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getExtent

public IEnvelope getExtent()
                    throws java.io.IOException,
                           AutomationException
The extent of the layer.

Specified by:
getExtent in interface IACLayer
Specified by:
getExtent in interface IACLayer2
Returns:
A reference to a com.esri.arcgis.geometry.IEnvelope
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getNativeSpatialReference

public ISpatialReference getNativeSpatialReference()
                                            throws java.io.IOException,
                                                   AutomationException
The native spatial reference of the data.

Specified by:
getNativeSpatialReference in interface IACLayer
Specified by:
getNativeSpatialReference in interface IACLayer2
Returns:
A reference to a com.esri.arcgis.geometry.ISpatialReference
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getXMLLayerInfo

public java.lang.String getXMLLayerInfo()
                                 throws java.io.IOException,
                                        AutomationException
The XML LayerInfo.

Specified by:
getXMLLayerInfo in interface IACLayerAdmin
Returns:
The xmlString
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

connect

public void connect(java.lang.String layerInfo,
                    IIMSAxlRequest request,
                    ISpatialReference spatialRef,
                    int mapUnits)
             throws java.io.IOException,
                    AutomationException
Connects to the image layer.

Specified by:
connect in interface IACImageLayerAdmin
Parameters:
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)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getClassID

public void getClassID(GUID[] pClassID)
                throws java.io.IOException,
                       AutomationException
getClassID

Specified by:
getClassID in interface IPersist
Parameters:
pClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

isDirty

public void isDirty()
             throws java.io.IOException,
                    AutomationException
isDirty

Specified by:
isDirty in interface IPersistStream
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

load

public void load(IStream pstm)
          throws java.io.IOException,
                 AutomationException
load

Specified by:
load in interface IPersistStream
Parameters:
pstm - A reference to a com.esri.arcgis.system.IStream (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

save

public void save(IStream pstm,
                 int fClearDirty)
          throws java.io.IOException,
                 AutomationException
save

Specified by:
save in interface IPersistStream
Parameters:
pstm - A reference to a com.esri.arcgis.system.IStream (in)
fClearDirty - The fClearDirty (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getSizeMax

public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
                throws java.io.IOException,
                       AutomationException
getSizeMax

Specified by:
getSizeMax in interface IPersistStream
Parameters:
pcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getParentLayerID

public java.lang.String getParentLayerID()
                                  throws java.io.IOException,
                                         AutomationException
The parent layer id.

Specified by:
getParentLayerID in interface IACLayer2
Returns:
The iD
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

setParentLayerID

public void setParentLayerID(java.lang.String iD)
                      throws java.io.IOException,
                             AutomationException
The parent layer id.

Specified by:
setParentLayerID in interface IACLayer2
Parameters:
iD - The iD (in)
Throws:
java.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

writeExternal

public void writeExternal(java.io.ObjectOutput out)
                   throws java.io.IOException
Specified by:
writeExternal in interface java.io.Externalizable
Throws:
java.io.IOException

readExternal

public void readExternal(java.io.ObjectInput in)
                  throws java.io.IOException,
                         java.lang.ClassNotFoundException
Specified by:
readExternal in interface java.io.Externalizable
Throws:
java.io.IOException
java.lang.ClassNotFoundException