|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.TransformType
public class TransformType
Classe Java pour TransformType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="TransformType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element ref="{http://www.opengis.net/se/2.0/core}Translate" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Rotate" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Scale" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Matrix" minOccurs="0"/>
</choice>
<attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected List<Object> |
translateOrRotateOrScale
|
protected String |
uom
|
| Constructor Summary | |
|---|---|
TransformType()
|
|
| Method Summary | |
|---|---|
List<Object> |
getTranslateOrRotateOrScale()
Gets the value of the translateOrRotateOrScale property. |
String |
getUom()
Obtient la valeur de la propriété uom. |
boolean |
isSetTranslateOrRotateOrScale()
|
boolean |
isSetUom()
|
void |
setUom(String value)
Définit la valeur de la propriété uom. |
void |
unsetTranslateOrRotateOrScale()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected List<Object> translateOrRotateOrScale
protected String uom
| Constructor Detail |
|---|
public TransformType()
| Method Detail |
|---|
public List<Object> getTranslateOrRotateOrScale()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the translateOrRotateOrScale property.
For example, to add a new item, do as follows:
getTranslateOrRotateOrScale().add(newItem);
Objects of the following type(s) are allowed in the list
TranslateType
RotateType
ScaleType
MatrixType
public boolean isSetTranslateOrRotateOrScale()
public void unsetTranslateOrRotateOrScale()
public String getUom()
Stringpublic void setUom(String value)
value - allowed object is
Stringpublic boolean isSetUom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||