|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.LayerDrawingDescription
com.esri.arcgisws.FeatureLayerDrawingDescription
public class FeatureLayerDrawingDescription
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>
| 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 |
|---|
@Deprecated
public FeatureLayerDrawingDescription(FeatureRenderer featureRenderer,
Boolean scaleSymbols,
Short transparency,
Short brightness,
Short contrast,
LabelingDescription labelingDescription,
Integer sourceLayerID)
public FeatureLayerDrawingDescription()
| Method Detail |
|---|
public FeatureRenderer getFeatureRenderer()
FeatureRendererpublic void setFeatureRenderer(FeatureRenderer value)
value - allowed object is
FeatureRendererpublic Boolean getScaleSymbols()
Booleanpublic Boolean isScaleSymbols()
public void setScaleSymbols(Boolean value)
value - allowed object is
Booleanpublic Short getTransparency()
Shortpublic void setTransparency(Short value)
value - allowed object is
Shortpublic Short getBrightness()
Shortpublic void setBrightness(Short value)
value - allowed object is
Shortpublic Short getContrast()
Shortpublic void setContrast(Short value)
value - allowed object is
Shortpublic LabelingDescription getLabelingDescription()
LabelingDescriptionpublic void setLabelingDescription(LabelingDescription value)
value - allowed object is
LabelingDescriptionpublic Integer getSourceLayerID()
Integerpublic void setSourceLayerID(Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||