|
|||||||||
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.3}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.3}ArrayOfClassBreakInfo"/> <element name="BackgroundSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.3}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.3}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.3}esriRotationType" minOccurs="0"/> </sequence> </extension> </complexContent> </complexType>
Constructor Summary | |
---|---|
ClassBreaksRenderer()
ClassBreaksRenderer default constructor. |
|
ClassBreaksRenderer(java.lang.String field,
double minimumValue,
ClassBreakInfo[] classBreakInfos,
FillSymbol backgroundSymbol,
java.lang.String normalizationField,
EsriNormalizationType normalizationType,
java.lang.Double normalizationTotal,
java.lang.String rotationField,
EsriRotationType rotationType)
Deprecated. |
Method Summary | |
---|---|
FillSymbol |
getBackgroundSymbol()
Gets the value of the backgroundSymbol property. |
ClassBreakInfo[] |
getClassBreakInfos()
A collection of ClassBreakInfo objects. |
java.lang.String |
getField()
Gets the value of the field property. |
double |
getMinimumValue()
Minimum break, i.e. |
java.lang.String |
getNormalizationField()
Gets the value of the normalizationField property. |
java.lang.Double |
getNormalizationTotal()
Gets the value of the normalizationTotal property. |
EsriNormalizationType |
getNormalizationType()
Gets the value of the normalizationType property. |
java.lang.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 ClassBreakInfo objects. |
void |
setField(java.lang.String value)
Sets the value of the field property. |
void |
setMinimumValue(double value)
Minimum break, i.e. |
void |
setNormalizationField(java.lang.String value)
Sets the value of the normalizationField property. |
void |
setNormalizationTotal(java.lang.Double value)
Sets the value of the normalizationTotal property. |
void |
setNormalizationType(EsriNormalizationType value)
Sets the value of the normalizationType property. |
void |
setRotationField(java.lang.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(java.lang.String field, double minimumValue, ClassBreakInfo[] classBreakInfos, FillSymbol backgroundSymbol, java.lang.String normalizationField, EsriNormalizationType normalizationType, java.lang.Double normalizationTotal, java.lang.String rotationField, EsriRotationType rotationType)
public ClassBreaksRenderer()
Method Detail |
---|
public java.lang.String getField()
String
public void setField(java.lang.String value)
value
- allowed object is
String
public double getMinimumValue()
public void setMinimumValue(double value)
public ClassBreakInfo[] getClassBreakInfos()
[]
public void setClassBreakInfos(ClassBreakInfo[] value)
value
- allowed object is
[]
public FillSymbol getBackgroundSymbol()
FillSymbol
public void setBackgroundSymbol(FillSymbol value)
value
- allowed object is
FillSymbol
public java.lang.String getNormalizationField()
String
public void setNormalizationField(java.lang.String value)
value
- allowed object is
String
public EsriNormalizationType getNormalizationType()
EsriNormalizationType
public void setNormalizationType(EsriNormalizationType value)
value
- allowed object is
EsriNormalizationType
public java.lang.Double getNormalizationTotal()
Double
public void setNormalizationTotal(java.lang.Double value)
value
- allowed object is
Double
public java.lang.String getRotationField()
String
public void setRotationField(java.lang.String value)
value
- allowed object is
String
public EsriRotationType getRotationType()
EsriRotationType
public 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 |