|
|||||||||
| 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.3}LayerDrawingDescription">
<sequence>
<element name="FeatureRenderer" type="{http://www.esri.com/schemas/ArcGIS/10.3}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.3}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,
java.lang.Boolean scaleSymbols,
java.lang.Short transparency,
java.lang.Short brightness,
java.lang.Short contrast,
LabelingDescription labelingDescription,
java.lang.Integer sourceLayerID)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.Short |
getBrightness()
Gets the value of the brightness property. |
java.lang.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. |
java.lang.Boolean |
getScaleSymbols()
Gets the value of the scaleSymbols property. |
java.lang.Integer |
getSourceLayerID()
Gets the value of the sourceLayerID property. |
java.lang.Short |
getTransparency()
Gets the value of the transparency property. |
java.lang.Boolean |
isScaleSymbols()
|
void |
setBrightness(java.lang.Short value)
Sets the value of the brightness property. |
void |
setContrast(java.lang.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(java.lang.Boolean value)
Sets the value of the scaleSymbols property. |
void |
setSourceLayerID(java.lang.Integer value)
Sets the value of the sourceLayerID property. |
void |
setTransparency(java.lang.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,
java.lang.Boolean scaleSymbols,
java.lang.Short transparency,
java.lang.Short brightness,
java.lang.Short contrast,
LabelingDescription labelingDescription,
java.lang.Integer sourceLayerID)
public FeatureLayerDrawingDescription()
| Method Detail |
|---|
public FeatureRenderer getFeatureRenderer()
FeatureRendererpublic void setFeatureRenderer(FeatureRenderer value)
value - allowed object is
FeatureRendererpublic java.lang.Boolean getScaleSymbols()
Booleanpublic java.lang.Boolean isScaleSymbols()
public void setScaleSymbols(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Short getTransparency()
Shortpublic void setTransparency(java.lang.Short value)
value - allowed object is
Shortpublic java.lang.Short getBrightness()
Shortpublic void setBrightness(java.lang.Short value)
value - allowed object is
Shortpublic java.lang.Short getContrast()
Shortpublic void setContrast(java.lang.Short value)
value - allowed object is
Shortpublic LabelingDescription getLabelingDescription()
LabelingDescriptionpublic void setLabelingDescription(LabelingDescription value)
value - allowed object is
LabelingDescriptionpublic java.lang.Integer getSourceLayerID()
Integerpublic void setSourceLayerID(java.lang.Integer value)
value - allowed object is
Integer
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||