net.opengis.se._2_0.core
Class TransformType

java.lang.Object
  extended by net.opengis.se._2_0.core.TransformType

public class TransformType
extends Object

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

translateOrRotateOrScale

protected List<Object> translateOrRotateOrScale

uom

protected String uom
Constructor Detail

TransformType

public TransformType()
Method Detail

getTranslateOrRotateOrScale

public List<Object> getTranslateOrRotateOrScale()
Gets the value of the translateOrRotateOrScale property.

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


isSetTranslateOrRotateOrScale

public boolean isSetTranslateOrRotateOrScale()

unsetTranslateOrRotateOrScale

public void unsetTranslateOrRotateOrScale()

getUom

public String getUom()
Obtient la valeur de la propriété uom.

Returns:
possible object is String

setUom

public void setUom(String value)
Définit la valeur de la propriété uom.

Parameters:
value - allowed object is String

isSetUom

public boolean isSetUom()


Copyright © 2014 IRSTV CNRS-FR-2488. All Rights Reserved.