|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.raster.ChannelSelectionType
public class ChannelSelectionType
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 |
|---|
protected SelectedChannelType redChannel
protected SelectedChannelType greenChannel
protected SelectedChannelType blueChannel
protected SelectedChannelType grayChannel
| Constructor Detail |
|---|
public ChannelSelectionType()
| Method Detail |
|---|
public SelectedChannelType getRedChannel()
SelectedChannelTypepublic void setRedChannel(SelectedChannelType value)
value - allowed object is
SelectedChannelTypepublic boolean isSetRedChannel()
public SelectedChannelType getGreenChannel()
SelectedChannelTypepublic void setGreenChannel(SelectedChannelType value)
value - allowed object is
SelectedChannelTypepublic boolean isSetGreenChannel()
public SelectedChannelType getBlueChannel()
SelectedChannelTypepublic void setBlueChannel(SelectedChannelType value)
value - allowed object is
SelectedChannelTypepublic boolean isSetBlueChannel()
public SelectedChannelType getGrayChannel()
SelectedChannelTypepublic void setGrayChannel(SelectedChannelType value)
value - allowed object is
SelectedChannelTypepublic boolean isSetGrayChannel()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||