|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.esri.arcgisws.DataClassificationDef
com.esri.arcgisws.ClassBreaksDef
public class ClassBreaksDef
Java class for ClassBreaksDef complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ClassBreaksDef">
<complexContent>
<extension base="{http://www.esri.com/schemas/ArcGIS/10.3}DataClassificationDef">
<sequence>
<element name="ClassificationField" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="ClassificationMethod" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriClassifyMethod"/>
<element name="BaseSymbol" type="{http://www.esri.com/schemas/ArcGIS/10.3}Symbol" minOccurs="0"/>
<element name="ColorRamp" type="{http://www.esri.com/schemas/ArcGIS/10.3}ColorRamp" minOccurs="0"/>
<element name="BreakCount" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
<element name="NormalizationField" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="StandardDeviationInterval" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="NormalizationType" type="{http://www.esri.com/schemas/ArcGIS/10.3}esriNormalizationType" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Constructor Summary | |
|---|---|
ClassBreaksDef()
ClassBreaksDef default constructor. |
|
ClassBreaksDef(java.lang.String classificationField,
EsriClassifyMethod classificationMethod,
Symbol baseSymbol,
ColorRamp colorRamp,
java.lang.Long breakCount,
java.lang.String normalizationField,
java.lang.Double standardDeviationInterval,
EsriNormalizationType normalizationType)
Deprecated. |
|
| Method Summary | |
|---|---|
Symbol |
getBaseSymbol()
Gets the value of the baseSymbol property. |
java.lang.Long |
getBreakCount()
Gets the value of the breakCount property. |
java.lang.String |
getClassificationField()
Gets the value of the classificationField property. |
EsriClassifyMethod |
getClassificationMethod()
Gets the value of the classificationMethod property. |
ColorRamp |
getColorRamp()
Gets the value of the colorRamp property. |
java.lang.String |
getNormalizationField()
Gets the value of the normalizationField property. |
EsriNormalizationType |
getNormalizationType()
Gets the value of the normalizationType property. |
java.lang.Double |
getStandardDeviationInterval()
Gets the value of the standardDeviationInterval property. |
void |
setBaseSymbol(Symbol value)
Sets the value of the baseSymbol property. |
void |
setBreakCount(java.lang.Long value)
Sets the value of the breakCount property. |
void |
setClassificationField(java.lang.String value)
Sets the value of the classificationField property. |
void |
setClassificationMethod(EsriClassifyMethod value)
Sets the value of the classificationMethod property. |
void |
setColorRamp(ColorRamp value)
Sets the value of the colorRamp property. |
void |
setNormalizationField(java.lang.String value)
Sets the value of the normalizationField property. |
void |
setNormalizationType(EsriNormalizationType value)
Sets the value of the normalizationType property. |
void |
setStandardDeviationInterval(java.lang.Double value)
Sets the value of the standardDeviationInterval property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Deprecated
public ClassBreaksDef(java.lang.String classificationField,
EsriClassifyMethod classificationMethod,
Symbol baseSymbol,
ColorRamp colorRamp,
java.lang.Long breakCount,
java.lang.String normalizationField,
java.lang.Double standardDeviationInterval,
EsriNormalizationType normalizationType)
public ClassBreaksDef()
| Method Detail |
|---|
public java.lang.String getClassificationField()
Stringpublic void setClassificationField(java.lang.String value)
value - allowed object is
Stringpublic EsriClassifyMethod getClassificationMethod()
EsriClassifyMethodpublic void setClassificationMethod(EsriClassifyMethod value)
value - allowed object is
EsriClassifyMethodpublic Symbol getBaseSymbol()
Symbolpublic void setBaseSymbol(Symbol value)
value - allowed object is
Symbolpublic ColorRamp getColorRamp()
ColorRamppublic void setColorRamp(ColorRamp value)
value - allowed object is
ColorRamppublic java.lang.Long getBreakCount()
Longpublic void setBreakCount(java.lang.Long value)
value - allowed object is
Longpublic java.lang.String getNormalizationField()
Stringpublic void setNormalizationField(java.lang.String value)
value - allowed object is
Stringpublic java.lang.Double getStandardDeviationInterval()
Doublepublic void setStandardDeviationInterval(java.lang.Double value)
value - allowed object is
Doublepublic EsriNormalizationType getNormalizationType()
EsriNormalizationTypepublic void setNormalizationType(EsriNormalizationType value)
value - allowed object is
EsriNormalizationType
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||