net.opengis.se._2_0.raster
Class ColorMapType

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

public class ColorMapType
extends Object

Classe Java pour ColorMapType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="ColorMapType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <element ref="{http://www.opengis.net/se/2.0/core}Categorize"/>
         <element ref="{http://www.opengis.net/se/2.0/core}Interpolate"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  CategorizeType categorize
           
protected  InterpolateType interpolate
           
 
Constructor Summary
ColorMapType()
           
 
Method Summary
 CategorizeType getCategorize()
          Obtient la valeur de la propriété categorize.
 InterpolateType getInterpolate()
          Obtient la valeur de la propriété interpolate.
 boolean isSetCategorize()
           
 boolean isSetInterpolate()
           
 void setCategorize(CategorizeType value)
          Définit la valeur de la propriété categorize.
 void setInterpolate(InterpolateType value)
          Définit la valeur de la propriété interpolate.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

categorize

protected CategorizeType categorize

interpolate

protected InterpolateType interpolate
Constructor Detail

ColorMapType

public ColorMapType()
Method Detail

getCategorize

public CategorizeType getCategorize()
Obtient la valeur de la propriété categorize.

Returns:
possible object is CategorizeType

setCategorize

public void setCategorize(CategorizeType value)
Définit la valeur de la propriété categorize.

Parameters:
value - allowed object is CategorizeType

isSetCategorize

public boolean isSetCategorize()

getInterpolate

public InterpolateType getInterpolate()
Obtient la valeur de la propriété interpolate.

Returns:
possible object is InterpolateType

setInterpolate

public void setInterpolate(InterpolateType value)
Définit la valeur de la propriété interpolate.

Parameters:
value - allowed object is InterpolateType

isSetInterpolate

public boolean isSetInterpolate()


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