|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.esri.arcgis.carto.ACAcetateLayer
ArcIMS container for drawing graphics on top of the map.
| Constructor Summary | |
ACAcetateLayer()
Constructs a ACAcetateLayer using ArcGIS Engine. |
|
ACAcetateLayer(java.lang.Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. |
|
| Method Summary | |
void |
connect(java.lang.String layerInfo,
IIMSAxlRequest request,
ISpatialReference spatialRef,
int mapUnits)
Connects to the acetate layer. |
boolean |
equals(java.lang.Object o)
Compare this object with another |
IACAcetateLayer |
getAsIACAcetateLayer()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IACAcetateLayerAdmin |
getAsIACAcetateLayerAdmin()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IACLayer |
getAsIACLayer()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IPersist |
getAsIPersist()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
IPersistStream |
getAsIPersistStream()
Deprecated. No replacement. The object reference can be directly used where the implemented interface is needed. |
void |
getClassID(GUID[] pClassID)
Supported Platforms |
static java.lang.String |
getClsid()
|
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. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
Supported Platforms |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
Supported Platforms |
boolean |
isDisplayNorthArrow()
Indicates if the layer displays the north arrow. |
boolean |
isDisplayScaleBar()
Indicates if the layer displays the scale bar. |
boolean |
isVisible()
Indicates if the layer is currently visible. |
void |
load(IStream pstm)
Supported Platforms |
void |
save(IStream pstm,
int fClearDirty)
Supported Platforms |
void |
setDisplayNorthArrow(boolean flag)
Indicates if the layer displays the north arrow. |
void |
setDisplayScaleBar(boolean flag)
Indicates if the layer displays the scale bar. |
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. |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ACAcetateLayer()
throws java.io.IOException,
java.net.UnknownHostException
java.io.IOException - if there are interop problems
java.net.UnknownHostException - if there are interop problems
public ACAcetateLayer(java.lang.Object obj)
throws java.io.IOException
obj to ACAcetateLayer. ACAcetateLayer theACAcetateLayer = (ACAcetateLayer) obj;
obj - an object returned from ArcGIS Engine or Server
java.io.IOException - if there are interop problems| Method Detail |
public static java.lang.String getClsid()
public IACLayer getAsIACLayer()
public IACAcetateLayer getAsIACAcetateLayer()
public IACAcetateLayerAdmin getAsIACAcetateLayerAdmin()
public IPersist getAsIPersist()
public IPersistStream getAsIPersistStream()
public boolean equals(java.lang.Object o)
public int hashCode()
public java.lang.String getName()
throws java.io.IOException,
AutomationException
IACLayer
getName in interface IACLayerAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setName(java.lang.String name)
throws java.io.IOException,
AutomationException
IACLayer
setName in interface IACLayername - 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
IACLayer
getOriginalName in interface IACLayerAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setOriginalName(java.lang.String name)
throws java.io.IOException,
AutomationException
IACLayer
setOriginalName in interface IACLayername - The name (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public java.lang.String getID()
throws java.io.IOException,
AutomationException
IACLayer
getID in interface IACLayerjava.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
IACLayer
setID in interface IACLayeriD - The iD (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isVisible()
throws java.io.IOException,
AutomationException
IACLayer
isVisible in interface IACLayerAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setVisible(boolean visible)
throws java.io.IOException,
AutomationException
IACLayer
setVisible in interface IACLayervisible - 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
IACLayer
getMinScale in interface IACLayerAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void setMinScale(double scale)
throws java.io.IOException,
AutomationException
IACLayer
setMinScale in interface IACLayerscale - The scale (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public double getMaxScale()
throws java.io.IOException,
AutomationException
IACLayer
getMaxScale in interface IACLayerjava.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
IACLayer
setMaxScale in interface IACLayerscale - 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
IACLayer
getLayerDefAxl in interface IACLayerAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public IEnvelope getExtent()
throws java.io.IOException,
AutomationException
IACLayer
getExtent in interface IACLayerAutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public ISpatialReference getNativeSpatialReference()
throws java.io.IOException,
AutomationException
IACLayer
getNativeSpatialReference in interface IACLayerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isDisplayNorthArrow()
throws java.io.IOException,
AutomationException
IACAcetateLayer
isDisplayNorthArrow in interface IACAcetateLayerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayNorthArrow(boolean flag)
throws java.io.IOException,
AutomationException
IACAcetateLayer
setDisplayNorthArrow in interface IACAcetateLayerflag - The flag (in)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public boolean isDisplayScaleBar()
throws java.io.IOException,
AutomationException
IACAcetateLayer
isDisplayScaleBar in interface IACAcetateLayerjava.io.IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setDisplayScaleBar(boolean flag)
throws java.io.IOException,
AutomationException
IACAcetateLayer
setDisplayScaleBar in interface IACAcetateLayerflag - The flag (in)
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
IACAcetateLayerAdmin
connect in interface IACAcetateLayerAdminlayerInfo - 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)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void getClassID(GUID[] pClassID)
throws java.io.IOException,
AutomationException
IPersistIPersist 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)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void isDirty()
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream is a Microsoft interface. Please refer to MSDN for information about this interface.
isDirty in interface IPersistStreamjava.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
IPersistStreamIPersistStream 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)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
public void save(IStream pstm,
int fClearDirty)
throws java.io.IOException,
AutomationException
IPersistStreamIPersistStream 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)
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
IPersistStreamIPersistStream 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)
AutomationException - If the ArcObject component throws an exception.
java.io.IOException - If there are interop problems.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||