|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.FeatureRenderer
com.esri.arcgisws.ClassBreaksRenderer
public class ClassBreaksRenderer
Java class for ClassBreaksRenderer complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassBreaksRenderer">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.0}FeatureRenderer">
<sequence>
<element name="Field" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="MinimumValue" type="{http://www.w3.org/2001/XMLSchema}double"/>
<element name="ClassBreakInfos" type="{http://www.esri.com/schemas/ArcGIS/10.0}ArrayOfClassBreakInfo"/>
<element name="BackgroundSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.0}FillSymbol" minOccurs="0"/>
<element name="NormalizationField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="NormalizationType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriNormalizationType" minOccurs="0"/>
<element name="NormalizationTotal" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="RotationField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="RotationType" type="{http://www.esri.com/schemas/ArcGIS/10.0}esriRotationType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ClassBreaksRenderer()
ClassBreaksRenderer default constructor. |
|
ClassBreaksRenderer(String field,
double minimumValue,
ClassBreakInfo[] classBreakInfos,
FillSymbol backgroundSymbol,
String normalizationField,
EsriNormalizationType normalizationType,
Double normalizationTotal,
String rotationField,
EsriRotationType rotationType)
Deprecated. |
|
| Method Summary | |
|---|---|
FillSymbol |
getBackgroundSymbol()
Gets the value of the backgroundSymbol property. |
ClassBreakInfo[] |
getClassBreakInfos()
A collection of UniqueValueInfo objects. |
String |
getField()
Gets the value of the field property. |
double |
getMinimumValue()
Minimum break, i.e. |
String |
getNormalizationField()
Gets the value of the normalizationField property. |
Double |
getNormalizationTotal()
Gets the value of the normalizationTotal property. |
EsriNormalizationType |
getNormalizationType()
Gets the value of the normalizationType property. |
String |
getRotationField()
Gets the value of the rotationField property. |
EsriRotationType |
getRotationType()
Gets the value of the rotationType property. |
void |
setBackgroundSymbol(FillSymbol value)
Sets the value of the backgroundSymbol property. |
void |
setClassBreakInfos(ClassBreakInfo[] value)
A collection of UniqueValueInfo objects. |
void |
setField(String value)
Sets the value of the field property. |
void |
setMinimumValue(double value)
Minimum break, i.e. |
void |
setNormalizationField(String value)
Sets the value of the normalizationField property. |
void |
setNormalizationTotal(Double value)
Sets the value of the normalizationTotal property. |
void |
setNormalizationType(EsriNormalizationType value)
Sets the value of the normalizationType property. |
void |
setRotationField(String value)
Sets the value of the rotationField property. |
void |
setRotationType(EsriRotationType value)
Sets the value of the rotationType property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public ClassBreaksRenderer(String field,
double minimumValue,
ClassBreakInfo[] classBreakInfos,
FillSymbol backgroundSymbol,
String normalizationField,
EsriNormalizationType normalizationType,
Double normalizationTotal,
String rotationField,
EsriRotationType rotationType)
public ClassBreaksRenderer()
| Method Detail |
|---|
public String getField()
Stringpublic void setField(String value)
value - allowed object is
Stringpublic double getMinimumValue()
public void setMinimumValue(double value)
public ClassBreakInfo[] getClassBreakInfos()
[] public void setClassBreakInfos(ClassBreakInfo[] value)
value - allowed object is
[] public FillSymbol getBackgroundSymbol()
FillSymbolpublic void setBackgroundSymbol(FillSymbol value)
value - allowed object is
FillSymbolpublic String getNormalizationField()
Stringpublic void setNormalizationField(String value)
value - allowed object is
Stringpublic EsriNormalizationType getNormalizationType()
EsriNormalizationTypepublic void setNormalizationType(EsriNormalizationType value)
value - allowed object is
EsriNormalizationTypepublic Double getNormalizationTotal()
Doublepublic void setNormalizationTotal(Double value)
value - allowed object is
Doublepublic String getRotationField()
Stringpublic void setRotationField(String value)
value - allowed object is
Stringpublic EsriRotationType getRotationType()
EsriRotationTypepublic void setRotationType(EsriRotationType value)
value - allowed object is
EsriRotationType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||