|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.raster.ColorMapType
public class ColorMapType
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 |
|---|
protected CategorizeType categorize
protected InterpolateType interpolate
| Constructor Detail |
|---|
public ColorMapType()
| Method Detail |
|---|
public CategorizeType getCategorize()
CategorizeTypepublic void setCategorize(CategorizeType value)
value - allowed object is
CategorizeTypepublic boolean isSetCategorize()
public InterpolateType getInterpolate()
InterpolateTypepublic void setInterpolate(InterpolateType value)
value - allowed object is
InterpolateTypepublic boolean isSetInterpolate()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||