|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.LabelClassDescription
public class LabelClassDescription
Java class for LabelClassDescription complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="LabelClassDescription">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="LabelPlacementDescription" type="{http://www.esri.com/schemas/ArcGIS/10.3}LabelPlacementDescription" minOccurs="0"/>
<element name="LabelExpression" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="Symbol" type="{http://www.esri.com/schemas/ArcGIS/10.3}SimpleTextSymbol" minOccurs="0"/>
<element name="UseCodedValue" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="MaximumScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="MinimumScale" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="LabelExpressionType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriLabelExpressionType" minOccurs="0"/>
<element name="WhereClause" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
LabelClassDescription()
LabelClassDescription default constructor. |
|
LabelClassDescription(LabelPlacementDescription labelPlacementDescription,
java.lang.String labelExpression,
SimpleTextSymbol symbol,
java.lang.Boolean useCodedValue,
java.lang.Double maximumScale,
java.lang.Double minimumScale,
EsriLabelExpressionType labelExpressionType,
java.lang.String whereClause)
Deprecated. |
|
| Method Summary | |
|---|---|
java.lang.String |
getLabelExpression()
Gets the value of the labelExpression property. |
EsriLabelExpressionType |
getLabelExpressionType()
Gets the value of the labelExpressionType property. |
LabelPlacementDescription |
getLabelPlacementDescription()
Gets the value of the labelPlacementDescription property. |
java.lang.Double |
getMaximumScale()
Gets the value of the maximumScale property. |
java.lang.Double |
getMinimumScale()
Gets the value of the minimumScale property. |
SimpleTextSymbol |
getSymbol()
Gets the value of the symbol property. |
java.lang.Boolean |
getUseCodedValue()
Gets the value of the useCodedValue property. |
java.lang.String |
getWhereClause()
Gets the value of the whereClause property. |
java.lang.Boolean |
isUseCodedValue()
|
void |
setLabelExpression(java.lang.String value)
Sets the value of the labelExpression property. |
void |
setLabelExpressionType(EsriLabelExpressionType value)
Sets the value of the labelExpressionType property. |
void |
setLabelPlacementDescription(LabelPlacementDescription value)
Sets the value of the labelPlacementDescription property. |
void |
setMaximumScale(java.lang.Double value)
Sets the value of the maximumScale property. |
void |
setMinimumScale(java.lang.Double value)
Sets the value of the minimumScale property. |
void |
setSymbol(SimpleTextSymbol value)
Sets the value of the symbol property. |
void |
setUseCodedValue(java.lang.Boolean value)
Sets the value of the useCodedValue property. |
void |
setWhereClause(java.lang.String value)
Sets the value of the whereClause property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public LabelClassDescription(LabelPlacementDescription labelPlacementDescription,
java.lang.String labelExpression,
SimpleTextSymbol symbol,
java.lang.Boolean useCodedValue,
java.lang.Double maximumScale,
java.lang.Double minimumScale,
EsriLabelExpressionType labelExpressionType,
java.lang.String whereClause)
public LabelClassDescription()
| Method Detail |
|---|
public LabelPlacementDescription getLabelPlacementDescription()
LabelPlacementDescriptionpublic void setLabelPlacementDescription(LabelPlacementDescription value)
value - allowed object is
LabelPlacementDescriptionpublic java.lang.String getLabelExpression()
Stringpublic void setLabelExpression(java.lang.String value)
value - allowed object is
Stringpublic SimpleTextSymbol getSymbol()
SimpleTextSymbolpublic void setSymbol(SimpleTextSymbol value)
value - allowed object is
SimpleTextSymbolpublic java.lang.Boolean getUseCodedValue()
Booleanpublic java.lang.Boolean isUseCodedValue()
public void setUseCodedValue(java.lang.Boolean value)
value - allowed object is
Booleanpublic java.lang.Double getMaximumScale()
Doublepublic void setMaximumScale(java.lang.Double value)
value - allowed object is
Doublepublic java.lang.Double getMinimumScale()
Doublepublic void setMinimumScale(java.lang.Double value)
value - allowed object is
Doublepublic EsriLabelExpressionType getLabelExpressionType()
EsriLabelExpressionTypepublic void setLabelExpressionType(EsriLabelExpressionType value)
value - allowed object is
EsriLabelExpressionTypepublic java.lang.String getWhereClause()
Stringpublic void setWhereClause(java.lang.String value)
value - allowed object is
String
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||