|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.raster.SelectedChannelType
public class SelectedChannelType
Classe Java pour SelectedChannelType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="SelectedChannelType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/raster}SourceChannelName"/>
<element ref="{http://www.opengis.net/se/2.0/raster}ContrastEnhancement" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected ContrastEnhancementType |
contrastEnhancement
|
protected String |
sourceChannelName
|
| Constructor Summary | |
|---|---|
SelectedChannelType()
|
|
| Method Summary | |
|---|---|
ContrastEnhancementType |
getContrastEnhancement()
Obtient la valeur de la propriété contrastEnhancement. |
String |
getSourceChannelName()
Obtient la valeur de la propriété sourceChannelName. |
boolean |
isSetContrastEnhancement()
|
boolean |
isSetSourceChannelName()
|
void |
setContrastEnhancement(ContrastEnhancementType value)
Définit la valeur de la propriété contrastEnhancement. |
void |
setSourceChannelName(String value)
Définit la valeur de la propriété sourceChannelName. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String sourceChannelName
protected ContrastEnhancementType contrastEnhancement
| Constructor Detail |
|---|
public SelectedChannelType()
| Method Detail |
|---|
public String getSourceChannelName()
Stringpublic void setSourceChannelName(String value)
value - allowed object is
Stringpublic boolean isSetSourceChannelName()
public ContrastEnhancementType getContrastEnhancement()
ContrastEnhancementTypepublic void setContrastEnhancement(ContrastEnhancementType value)
value - allowed object is
ContrastEnhancementTypepublic boolean isSetContrastEnhancement()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||