net.opengis.se._2_0.raster
Class ContrastEnhancementType

java.lang.Object
  extended by net.opengis.se._2_0.raster.ContrastEnhancementType

public class ContrastEnhancementType
extends Object

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

normalize

protected NormalizeType normalize

histogram

protected HistogramType histogram

gammaValue

protected Double gammaValue
Constructor Detail

ContrastEnhancementType

public ContrastEnhancementType()
Method Detail

getNormalize

public NormalizeType getNormalize()
Obtient la valeur de la propriété normalize.

Returns:
possible object is NormalizeType

setNormalize

public void setNormalize(NormalizeType value)
Définit la valeur de la propriété normalize.

Parameters:
value - allowed object is NormalizeType

isSetNormalize

public boolean isSetNormalize()

getHistogram

public HistogramType getHistogram()
Obtient la valeur de la propriété histogram.

Returns:
possible object is HistogramType

setHistogram

public void setHistogram(HistogramType value)
Définit la valeur de la propriété histogram.

Parameters:
value - allowed object is HistogramType

isSetHistogram

public boolean isSetHistogram()

getGammaValue

public Double getGammaValue()
Obtient la valeur de la propriété gammaValue.

Returns:
possible object is Double

setGammaValue

public void setGammaValue(Double value)
Définit la valeur de la propriété gammaValue.

Parameters:
value - allowed object is Double

isSetGammaValue

public boolean isSetGammaValue()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.