|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.sld._1_2.OutputType.Size
public static class OutputType.Size
Classe Java pour anonymous complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Width" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
<element name="Height" type="{http://www.w3.org/2001/XMLSchema}positiveInteger"/>
<element name="PixelSize" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected BigInteger |
height
|
protected Double |
pixelSize
|
protected BigInteger |
width
|
| Constructor Summary | |
|---|---|
OutputType.Size()
|
|
| Method Summary | |
|---|---|
BigInteger |
getHeight()
Obtient la valeur de la propriété height. |
Double |
getPixelSize()
Obtient la valeur de la propriété pixelSize. |
BigInteger |
getWidth()
Obtient la valeur de la propriété width. |
boolean |
isSetHeight()
|
boolean |
isSetPixelSize()
|
boolean |
isSetWidth()
|
void |
setHeight(BigInteger value)
Définit la valeur de la propriété height. |
void |
setPixelSize(Double value)
Définit la valeur de la propriété pixelSize. |
void |
setWidth(BigInteger value)
Définit la valeur de la propriété width. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected BigInteger width
protected BigInteger height
protected Double pixelSize
| Constructor Detail |
|---|
public OutputType.Size()
| Method Detail |
|---|
public BigInteger getWidth()
BigIntegerpublic void setWidth(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetWidth()
public BigInteger getHeight()
BigIntegerpublic void setHeight(BigInteger value)
value - allowed object is
BigIntegerpublic boolean isSetHeight()
public Double getPixelSize()
Doublepublic void setPixelSize(Double value)
value - allowed object is
Doublepublic boolean isSetPixelSize()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||