|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.ACImageLayer
public class ACImageLayer
ArcIMS layer for displaying images.
| Constructor Summary | |
|---|---|
ACImageLayer()
Constructs a ACImageLayer using ArcGIS Engine. |
|
ACImageLayer(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. ACImageLayer theACImageLayer = (ACImageLayer) obj; |
|
| Method Summary | |
|---|---|
void |
connect(String layerInfo,
IIMSAxlRequest request,
ISpatialReference spatialRef,
int mapUnits)
Connects to the image layer. |
boolean |
equals(Object o)
Compare this object with another |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
IEnvelope |
getExtent()
The extent of the layer. |
String |
getID()
The layer id. |
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. |
String |
getName()
The layer name. |
ISpatialReference |
getNativeSpatialReference()
The native spatial reference of the data. |
String |
getOriginalName()
The name of the layer that the ArcIMS Server hands out. |
String |
getParentLayerID()
The parent layer id. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
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(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
setID(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(String name)
The layer name. |
void |
setOriginalName(String name)
The name of the layer that the ArcIMS Server hands out. |
void |
setParentLayerID(String iD)
The parent layer id. |
void |
setVisible(boolean visible)
Indicates if the layer is currently visible. |
void |
writeExternal(ObjectOutput out)
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.esri.arcgis.interop.RemoteObjRef |
|---|
getJintegraDispatch, release |
| Constructor Detail |
|---|
public ACImageLayer()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public ACImageLayer(Object obj)
throws IOException
ACImageLayer theACImageLayer = (ACImageLayer) obj;
obj to ACImageLayer.
obj - an object returned from ArcGIS Engine or Server
IOException - if there are interop problems| Method Detail |
|---|
public static String getClsid()
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
public String getName()
throws IOException,
AutomationException
getName in interface IACLayergetName in interface IACLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setName(String name)
throws IOException,
AutomationException
setName in interface IACLayersetName in interface IACLayer2name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getOriginalName()
throws IOException,
AutomationException
getOriginalName in interface IACLayergetOriginalName in interface IACLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setOriginalName(String name)
throws IOException,
AutomationException
setOriginalName in interface IACLayersetOriginalName in interface IACLayer2name - The name (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getID()
throws IOException,
AutomationException
getID in interface IACLayergetID in interface IACLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setID(String iD)
throws IOException,
AutomationException
setID in interface IACLayersetID in interface IACLayer2iD - The iD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isVisible()
throws IOException,
AutomationException
isVisible in interface IACLayerisVisible in interface IACLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setVisible(boolean visible)
throws IOException,
AutomationException
setVisible in interface IACLayersetVisible in interface IACLayer2visible - The visible (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMinScale()
throws IOException,
AutomationException
getMinScale in interface IACLayergetMinScale in interface IACLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMinScale(double scale)
throws IOException,
AutomationException
setMinScale in interface IACLayersetMinScale in interface IACLayer2scale - The scale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public double getMaxScale()
throws IOException,
AutomationException
getMaxScale in interface IACLayergetMaxScale in interface IACLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setMaxScale(double scale)
throws IOException,
AutomationException
setMaxScale in interface IACLayersetMaxScale in interface IACLayer2scale - The scale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public Object getLayerDefAxl()
throws IOException,
AutomationException
getLayerDefAxl in interface IACLayergetLayerDefAxl in interface IACLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public IEnvelope getExtent()
throws IOException,
AutomationException
getExtent in interface IACLayergetExtent in interface IACLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ISpatialReference getNativeSpatialReference()
throws IOException,
AutomationException
getNativeSpatialReference in interface IACLayergetNativeSpatialReference in interface IACLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getXMLLayerInfo()
throws IOException,
AutomationException
getXMLLayerInfo in interface IACLayerAdminIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void connect(String layerInfo,
IIMSAxlRequest request,
ISpatialReference spatialRef,
int mapUnits)
throws IOException,
AutomationException
connect in interface IACImageLayerAdminlayerInfo - 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)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getClassID(GUID[] pClassID)
throws IOException,
AutomationException
IPersist is a Microsoft interface. Please refer to MSDN for information about this interface.
getClassID in interface IPersistpClassID - A Structure: com.esri.arcgis.support.ms.stdole.GUID (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void isDirty()
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void load(IStream pstm)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
load in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void save(IStream pstm,
int fClearDirty)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
save in interface IPersistStreampstm - A reference to a com.esri.arcgis.system.IStream (in)fClearDirty - The fClearDirty (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void getSizeMax(_ULARGE_INTEGER[] pcbSize)
throws IOException,
AutomationException
IPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
getSizeMax in interface IPersistStreampcbSize - A Structure: com.esri.arcgis.system._ULARGE_INTEGER (out: use single element array)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public String getParentLayerID()
throws IOException,
AutomationException
getParentLayerID in interface IACLayer2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setParentLayerID(String iD)
throws IOException,
AutomationException
setParentLayerID in interface IACLayer2iD - The iD (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void writeExternal(ObjectOutput out)
throws IOException
writeExternal in interface ExternalizableIOException
public void readExternal(ObjectInput in)
throws IOException,
ClassNotFoundException
readExternal in interface ExternalizableIOException
ClassNotFoundException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||