com.esri.arcgisws
Class FeatureLayerDrawingDescription

java.lang.Object
  extended by com.esri.arcgisws.LayerDrawingDescription
      extended by com.esri.arcgisws.FeatureLayerDrawingDescription
All Implemented Interfaces:
Serializable

public class FeatureLayerDrawingDescription
extends LayerDrawingDescription
implements Serializable

Java class for FeatureLayerDrawingDescription complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="FeatureLayerDrawingDescription">
   <complexContent>
     <extension base="{http://www.esri.com/schemas/ArcGIS/10.0}LayerDrawingDescription">
       <sequence>
         <element name="FeatureRenderer" type="{http://www.esri.com/schemas/ArcGIS/10.0}FeatureRenderer" minOccurs="0"/>
         <element name="ScaleSymbols" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="Transparency" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
         <element name="Brightness" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
         <element name="Contrast" type="{http://www.w3.org/2001/XMLSchema}short" minOccurs="0"/>
         <element name="LabelingDescription" type="{http://www.esri.com/schemas/ArcGIS/10.0}LabelingDescription" minOccurs="0"/>
         <element name="SourceLayerID" type="{http://www.w3.org/2001/XMLSchema}int" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

See Also:
Serialized Form

Constructor Summary
FeatureLayerDrawingDescription()
          FeatureLayerDrawingDescription default constructor.
FeatureLayerDrawingDescription(FeatureRenderer featureRenderer, Boolean scaleSymbols, Short transparency, Short brightness, Short contrast, LabelingDescription labelingDescription, Integer sourceLayerID)
          Deprecated. 
 
Method Summary
 Short getBrightness()
          Gets the value of the brightness property.
 Short getContrast()
          Gets the value of the contrast property.
 FeatureRenderer getFeatureRenderer()
          Gets the value of the featureRenderer property.
 LabelingDescription getLabelingDescription()
          Gets the value of the labelingDescription property.
 Boolean getScaleSymbols()
          Gets the value of the scaleSymbols property.
 Integer getSourceLayerID()
          Gets the value of the sourceLayerID property.
 Short getTransparency()
          Gets the value of the transparency property.
 Boolean isScaleSymbols()
           
 void setBrightness(Short value)
          Sets the value of the brightness property.
 void setContrast(Short value)
          Sets the value of the contrast property.
 void setFeatureRenderer(FeatureRenderer value)
          Sets the value of the featureRenderer property.
 void setLabelingDescription(LabelingDescription value)
          Sets the value of the labelingDescription property.
 void setScaleSymbols(Boolean value)
          Sets the value of the scaleSymbols property.
 void setSourceLayerID(Integer value)
          Sets the value of the sourceLayerID property.
 void setTransparency(Short value)
          Sets the value of the transparency property.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FeatureLayerDrawingDescription

@Deprecated
public FeatureLayerDrawingDescription(FeatureRenderer featureRenderer,
                                                 Boolean scaleSymbols,
                                                 Short transparency,
                                                 Short brightness,
                                                 Short contrast,
                                                 LabelingDescription labelingDescription,
                                                 Integer sourceLayerID)
Deprecated. 

FeatureLayerDrawingDescription constructor.


FeatureLayerDrawingDescription

public FeatureLayerDrawingDescription()
FeatureLayerDrawingDescription default constructor.

Method Detail

getFeatureRenderer

public FeatureRenderer getFeatureRenderer()
Gets the value of the featureRenderer property.

Returns:
possible object is FeatureRenderer

setFeatureRenderer

public void setFeatureRenderer(FeatureRenderer value)
Sets the value of the featureRenderer property.

Parameters:
value - allowed object is FeatureRenderer

getScaleSymbols

public Boolean getScaleSymbols()
Gets the value of the scaleSymbols property.

Returns:
possible object is Boolean

isScaleSymbols

public Boolean isScaleSymbols()

setScaleSymbols

public void setScaleSymbols(Boolean value)
Sets the value of the scaleSymbols property.

Parameters:
value - allowed object is Boolean

getTransparency

public Short getTransparency()
Gets the value of the transparency property.

Returns:
possible object is Short

setTransparency

public void setTransparency(Short value)
Sets the value of the transparency property.

Parameters:
value - allowed object is Short

getBrightness

public Short getBrightness()
Gets the value of the brightness property.

Returns:
possible object is Short

setBrightness

public void setBrightness(Short value)
Sets the value of the brightness property.

Parameters:
value - allowed object is Short

getContrast

public Short getContrast()
Gets the value of the contrast property.

Returns:
possible object is Short

setContrast

public void setContrast(Short value)
Sets the value of the contrast property.

Parameters:
value - allowed object is Short

getLabelingDescription

public LabelingDescription getLabelingDescription()
Gets the value of the labelingDescription property.

Returns:
possible object is LabelingDescription

setLabelingDescription

public void setLabelingDescription(LabelingDescription value)
Sets the value of the labelingDescription property.

Parameters:
value - allowed object is LabelingDescription

getSourceLayerID

public Integer getSourceLayerID()
Gets the value of the sourceLayerID property.

Returns:
possible object is Integer

setSourceLayerID

public void setSourceLayerID(Integer value)
Sets the value of the sourceLayerID property.

Parameters:
value - allowed object is Integer