|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.raster.ContrastEnhancementType
public class ContrastEnhancementType
Classe Java pour ContrastEnhancementType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="ContrastEnhancementType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<choice minOccurs="0">
<element ref="{http://www.opengis.net/se/2.0/raster}Normalize"/>
<element ref="{http://www.opengis.net/se/2.0/raster}Histogram"/>
</choice>
<element ref="{http://www.opengis.net/se/2.0/raster}GammaValue" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Double |
gammaValue
|
protected HistogramType |
histogram
|
protected NormalizeType |
normalize
|
| Constructor Summary | |
|---|---|
ContrastEnhancementType()
|
|
| Method Summary | |
|---|---|
Double |
getGammaValue()
Obtient la valeur de la propriété gammaValue. |
HistogramType |
getHistogram()
Obtient la valeur de la propriété histogram. |
NormalizeType |
getNormalize()
Obtient la valeur de la propriété normalize. |
boolean |
isSetGammaValue()
|
boolean |
isSetHistogram()
|
boolean |
isSetNormalize()
|
void |
setGammaValue(Double value)
Définit la valeur de la propriété gammaValue. |
void |
setHistogram(HistogramType value)
Définit la valeur de la propriété histogram. |
void |
setNormalize(NormalizeType value)
Définit la valeur de la propriété normalize. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected NormalizeType normalize
protected HistogramType histogram
protected Double gammaValue
| Constructor Detail |
|---|
public ContrastEnhancementType()
| Method Detail |
|---|
public NormalizeType getNormalize()
NormalizeTypepublic void setNormalize(NormalizeType value)
value - allowed object is
NormalizeTypepublic boolean isSetNormalize()
public HistogramType getHistogram()
HistogramTypepublic void setHistogram(HistogramType value)
value - allowed object is
HistogramTypepublic boolean isSetHistogram()
public Double getGammaValue()
Doublepublic void setGammaValue(Double value)
value - allowed object is
Doublepublic boolean isSetGammaValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||