com.esri.arcgis.arcmapui
Class IMSFeatureLayerSymbology

java.lang.Object
  extended by com.esri.arcgis.arcmapui.IMSFeatureLayerSymbology
All Implemented Interfaces:
IFeatureLayerSymbology, com.esri.arcgis.interop.RemoteObjRef, Serializable

public class IMSFeatureLayerSymbology
extends Object
implements com.esri.arcgis.interop.RemoteObjRef, IFeatureLayerSymbology

Defines the symbology for an IMS feature layer.

Product Availability

Available with ArcGIS Desktop.

Supported Platforms

Windows

See Also:
Serialized Form

Constructor Summary
IMSFeatureLayerSymbology()
          Constructs a IMSFeatureLayerSymbology using ArcGIS Engine.
IMSFeatureLayerSymbology(Object obj)
          Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
IMSFeatureLayerSymbology theIMSFeatureLayerSymbology = (IMSFeatureLayerSymbology) obj;
 
Method Summary
 boolean equals(Object o)
          Compare this object with another
static String getClsid()
          getClsid.
 double getPriority()
          Priority for the layer.
 int hashCode()
          the hashcode for this object
 boolean isCanSymbolize(IFeatureLayer featureLayer)
          Indicates if the feature layer can be symbolized.
 void symbolize(IFeatureLayer featureLayer)
          Symbolizes the specified feature layer with default symbology.
 
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

IMSFeatureLayerSymbology

public IMSFeatureLayerSymbology()
                         throws IOException,
                                UnknownHostException
Constructs a IMSFeatureLayerSymbology using ArcGIS Engine.

Throws:
IOException - if there are interop problems
UnknownHostException - if there are interop problems

IMSFeatureLayerSymbology

public IMSFeatureLayerSymbology(Object obj)
                         throws IOException
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts.
IMSFeatureLayerSymbology theIMSFeatureLayerSymbology = (IMSFeatureLayerSymbology) obj;

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

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

getClsid

public static String getClsid()
getClsid.


equals

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

Overrides:
equals in class Object

hashCode

public int hashCode()
the hashcode for this object

Overrides:
hashCode in class Object

isCanSymbolize

public boolean isCanSymbolize(IFeatureLayer featureLayer)
                       throws IOException,
                              AutomationException
Indicates if the feature layer can be symbolized.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Specified by:
isCanSymbolize in interface IFeatureLayerSymbology
Parameters:
featureLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
Returns:
The flag
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getPriority

public double getPriority()
                   throws IOException,
                          AutomationException
Priority for the layer.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
getPriority in interface IFeatureLayerSymbology
Returns:
The priority
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

symbolize

public void symbolize(IFeatureLayer featureLayer)
               throws IOException,
                      AutomationException
Symbolizes the specified feature layer with default symbology.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

Supported Platforms

Windows, Solaris, Linux

Specified by:
symbolize in interface IFeatureLayerSymbology
Parameters:
featureLayer - A reference to a com.esri.arcgis.carto.IFeatureLayer (in)
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.