net.opengis.se._2_0.raster
Class ChannelSelectionType

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

public class ChannelSelectionType
extends Object

Classe Java pour ChannelSelectionType complex type.

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

 <complexType name="ChannelSelectionType">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <choice>
         <sequence>
           <element ref="{http://www.opengis.net/se/2.0/raster}RedChannel"/>
           <element ref="{http://www.opengis.net/se/2.0/raster}GreenChannel"/>
           <element ref="{http://www.opengis.net/se/2.0/raster}BlueChannel"/>
         </sequence>
         <element ref="{http://www.opengis.net/se/2.0/raster}GrayChannel"/>
       </choice>
     </restriction>
   </complexContent>
 </complexType>
 


Field Summary
protected  SelectedChannelType blueChannel
           
protected  SelectedChannelType grayChannel
           
protected  SelectedChannelType greenChannel
           
protected  SelectedChannelType redChannel
           
 
Constructor Summary
ChannelSelectionType()
           
 
Method Summary
 SelectedChannelType getBlueChannel()
          Obtient la valeur de la propriété blueChannel.
 SelectedChannelType getGrayChannel()
          Obtient la valeur de la propriété grayChannel.
 SelectedChannelType getGreenChannel()
          Obtient la valeur de la propriété greenChannel.
 SelectedChannelType getRedChannel()
          Obtient la valeur de la propriété redChannel.
 boolean isSetBlueChannel()
           
 boolean isSetGrayChannel()
           
 boolean isSetGreenChannel()
           
 boolean isSetRedChannel()
           
 void setBlueChannel(SelectedChannelType value)
          Définit la valeur de la propriété blueChannel.
 void setGrayChannel(SelectedChannelType value)
          Définit la valeur de la propriété grayChannel.
 void setGreenChannel(SelectedChannelType value)
          Définit la valeur de la propriété greenChannel.
 void setRedChannel(SelectedChannelType value)
          Définit la valeur de la propriété redChannel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

redChannel

protected SelectedChannelType redChannel

greenChannel

protected SelectedChannelType greenChannel

blueChannel

protected SelectedChannelType blueChannel

grayChannel

protected SelectedChannelType grayChannel
Constructor Detail

ChannelSelectionType

public ChannelSelectionType()
Method Detail

getRedChannel

public SelectedChannelType getRedChannel()
Obtient la valeur de la propriété redChannel.

Returns:
possible object is SelectedChannelType

setRedChannel

public void setRedChannel(SelectedChannelType value)
Définit la valeur de la propriété redChannel.

Parameters:
value - allowed object is SelectedChannelType

isSetRedChannel

public boolean isSetRedChannel()

getGreenChannel

public SelectedChannelType getGreenChannel()
Obtient la valeur de la propriété greenChannel.

Returns:
possible object is SelectedChannelType

setGreenChannel

public void setGreenChannel(SelectedChannelType value)
Définit la valeur de la propriété greenChannel.

Parameters:
value - allowed object is SelectedChannelType

isSetGreenChannel

public boolean isSetGreenChannel()

getBlueChannel

public SelectedChannelType getBlueChannel()
Obtient la valeur de la propriété blueChannel.

Returns:
possible object is SelectedChannelType

setBlueChannel

public void setBlueChannel(SelectedChannelType value)
Définit la valeur de la propriété blueChannel.

Parameters:
value - allowed object is SelectedChannelType

isSetBlueChannel

public boolean isSetBlueChannel()

getGrayChannel

public SelectedChannelType getGrayChannel()
Obtient la valeur de la propriété grayChannel.

Returns:
possible object is SelectedChannelType

setGrayChannel

public void setGrayChannel(SelectedChannelType value)
Définit la valeur de la propriété grayChannel.

Parameters:
value - allowed object is SelectedChannelType

isSetGrayChannel

public boolean isSetGrayChannel()


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