|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgis.carto.FeatureLayerDrawingDescription
public class FeatureLayerDrawingDescription
Feature layer drawing description.
| Constructor Summary | |
|---|---|
FeatureLayerDrawingDescription()
Constructs a FeatureLayerDrawingDescription using ArcGIS Engine. |
|
FeatureLayerDrawingDescription(Object obj)
Deprecated. As of ArcGIS 9.2, replaced by normal Java casts. FeatureLayerDrawingDescription theFeatureLayerDrawingDescription = (FeatureLayerDrawingDescription) obj; |
|
| Method Summary | |
|---|---|
void |
deserialize(IXMLSerializeData data)
Deserializes an object from XML. |
boolean |
equals(Object o)
Compare this object with another |
short |
getBrightness()
Layer brightness in percent (-100 - 100). |
void |
getClassID(GUID[] pClassID)
getClassID |
static String |
getClsid()
getClsid. |
short |
getContrast()
Layer contrast in percent (-100 - 100). |
IFeatureRenderer |
getFeatureRenderer()
FeatureRenderer used to represent symbology of a feature layer. |
ILabelingDescription |
getLabelingDescription()
LabelingDescription. |
void |
getSizeMax(_ULARGE_INTEGER[] pcbSize)
getSizeMax |
int |
getSourceLayerID()
Source LayerID. |
short |
getTransparency()
Layer transparency in percent (0-100). |
int |
hashCode()
the hashcode for this object |
void |
isDirty()
isDirty |
boolean |
isScaleSymbols()
Indicates if symbols are scaled for the layer. |
boolean |
isSupportsBrightnessChange()
Indicates if the layer supports brightness changes. |
boolean |
isSupportsContrastChange()
Indicates if the layer supports contrast changes. |
boolean |
isSupportsInteractive()
Indicates if the layer supports interactive effects changes. |
boolean |
isSupportsTransparency()
Indicates if the layer supports transparency. |
void |
load(IStream pstm)
load |
void |
readExternal(ObjectInput in)
|
void |
save(IStream pstm,
int fClearDirty)
save |
void |
serialize(IXMLSerializeData data)
Serializes an object to XML. |
void |
setBrightness(short brightnessValue)
Layer brightness in percent (-100 - 100). |
void |
setContrast(short contrastValue)
Layer contrast in percent (-100 - 100). |
void |
setFeatureRendererByRef(IFeatureRenderer ppRenderer)
FeatureRenderer used to represent symbology of a feature layer. |
void |
setLabelingDescription(ILabelingDescription ppLabelingDescription)
LabelingDescription. |
void |
setScaleSymbols(boolean scale)
Indicates if symbols are scaled for the layer. |
void |
setSourceLayerID(int pSourceLayerID)
Source LayerID. |
void |
setSupportsInteractive(boolean supported)
Indicates if the layer supports interactive effects changes. |
void |
setTransparency(short alpha)
Layer transparency in percent (0-100). |
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 FeatureLayerDrawingDescription()
throws IOException,
UnknownHostException
IOException - if there are interop problems
UnknownHostException - if there are interop problems
public FeatureLayerDrawingDescription(Object obj)
throws IOException
FeatureLayerDrawingDescription theFeatureLayerDrawingDescription = (FeatureLayerDrawingDescription) obj;
obj to FeatureLayerDrawingDescription.
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 IFeatureRenderer getFeatureRenderer()
throws IOException,
AutomationException
getFeatureRenderer in interface IFeatureLayerDrawingDescriptiongetFeatureRenderer in interface IFeatureLayerDrawingDescription2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setFeatureRendererByRef(IFeatureRenderer ppRenderer)
throws IOException,
AutomationException
setFeatureRendererByRef in interface IFeatureLayerDrawingDescriptionsetFeatureRendererByRef in interface IFeatureLayerDrawingDescription2ppRenderer - A reference to a com.esri.arcgis.carto.IFeatureRenderer (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isScaleSymbols()
throws IOException,
AutomationException
isScaleSymbols in interface IFeatureLayerDrawingDescriptionisScaleSymbols in interface IFeatureLayerDrawingDescription2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setScaleSymbols(boolean scale)
throws IOException,
AutomationException
setScaleSymbols in interface IFeatureLayerDrawingDescriptionsetScaleSymbols in interface IFeatureLayerDrawingDescription2scale - The scale (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public int getSourceLayerID()
throws IOException,
AutomationException
Use SourceLayerID to match this with the original LayerDescription.
getSourceLayerID in interface IFeatureLayerDrawingDescription2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSourceLayerID(int pSourceLayerID)
throws IOException,
AutomationException
setSourceLayerID in interface IFeatureLayerDrawingDescription2pSourceLayerID - The pSourceLayerID (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public ILabelingDescription getLabelingDescription()
throws IOException,
AutomationException
getLabelingDescription in interface IFeatureLayerDrawingDescription2IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setLabelingDescription(ILabelingDescription ppLabelingDescription)
throws IOException,
AutomationException
setLabelingDescription in interface IFeatureLayerDrawingDescription2ppLabelingDescription - A reference to a com.esri.arcgis.carto.ILabelingDescription (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void serialize(IXMLSerializeData data)
throws IOException,
AutomationException
serialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void deserialize(IXMLSerializeData data)
throws IOException,
AutomationException
deserialize in interface IXMLSerializedata - A reference to a com.esri.arcgis.system.IXMLSerializeData (in)
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 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 boolean isSupportsTransparency()
throws IOException,
AutomationException
isSupportsTransparency in interface ILayerEffectsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSupportsContrastChange()
throws IOException,
AutomationException
isSupportsContrastChange in interface ILayerEffectsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSupportsBrightnessChange()
throws IOException,
AutomationException
isSupportsBrightnessChange in interface ILayerEffectsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setSupportsInteractive(boolean supported)
throws IOException,
AutomationException
setSupportsInteractive in interface ILayerEffectssupported - The supported (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public boolean isSupportsInteractive()
throws IOException,
AutomationException
isSupportsInteractive in interface ILayerEffectsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getTransparency()
throws IOException,
AutomationException
When
you set Transparency for a
FeatureLayer, a
TransparencyDisplayFilter is created and applied
to the layer. You can accomplish the same effect by manually
creating a new TransparencyDisplayFilter using IDisplayFilter, and
then assigning it to a layer using
IDisplayFilterManager.
getTransparency in interface ILayerEffectsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setTransparency(short alpha)
throws IOException,
AutomationException
setTransparency in interface ILayerEffectsalpha - The alpha (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getContrast()
throws IOException,
AutomationException
getContrast in interface ILayerEffectsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setContrast(short contrastValue)
throws IOException,
AutomationException
setContrast in interface ILayerEffectscontrastValue - The contrastValue (in)
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public short getBrightness()
throws IOException,
AutomationException
getBrightness in interface ILayerEffectsIOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.
public void setBrightness(short brightnessValue)
throws IOException,
AutomationException
setBrightness in interface ILayerEffectsbrightnessValue - The brightnessValue (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 | ||||||||