net.opengis.kml._2_2_0
Class ImagePyramidType

java.lang.Object
  extended by net.opengis.kml._2_2_0.AbstractObjectType
      extended by net.opengis.kml._2_2_0.ImagePyramidType

public class ImagePyramidType
extends AbstractObjectType

Classe Java pour ImagePyramidType complex type.

Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.

 <complexType name="ImagePyramidType">
   <complexContent>
     <extension base="{http://www.opengis.net/kml/2.2}AbstractObjectType">
       <sequence>
         <element ref="{http://www.opengis.net/kml/2.2}tileSize" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}maxWidth" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}maxHeight" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}gridOrigin" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}ImagePyramidSimpleExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.opengis.net/kml/2.2}ImagePyramidObjectExtensionGroup" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  GridOriginEnumType gridOrigin
           
protected  List<AbstractObjectType> imagePyramidObjectExtensionGroup
           
protected  List<Object> imagePyramidSimpleExtensionGroup
           
protected  Integer maxHeight
           
protected  Integer maxWidth
           
protected  Integer tileSize
           
 
Fields inherited from class net.opengis.kml._2_2_0.AbstractObjectType
id, objectSimpleExtensionGroup, targetId
 
Constructor Summary
ImagePyramidType()
           
 
Method Summary
 GridOriginEnumType getGridOrigin()
          Obtient la valeur de la propriété gridOrigin.
 List<AbstractObjectType> getImagePyramidObjectExtensionGroup()
          Gets the value of the imagePyramidObjectExtensionGroup property.
 List<Object> getImagePyramidSimpleExtensionGroup()
          Gets the value of the imagePyramidSimpleExtensionGroup property.
 Integer getMaxHeight()
          Obtient la valeur de la propriété maxHeight.
 Integer getMaxWidth()
          Obtient la valeur de la propriété maxWidth.
 Integer getTileSize()
          Obtient la valeur de la propriété tileSize.
 boolean isSetGridOrigin()
           
 boolean isSetImagePyramidObjectExtensionGroup()
           
 boolean isSetImagePyramidSimpleExtensionGroup()
           
 boolean isSetMaxHeight()
           
 boolean isSetMaxWidth()
           
 boolean isSetTileSize()
           
 void setGridOrigin(GridOriginEnumType value)
          Définit la valeur de la propriété gridOrigin.
 void setMaxHeight(Integer value)
          Définit la valeur de la propriété maxHeight.
 void setMaxWidth(Integer value)
          Définit la valeur de la propriété maxWidth.
 void setTileSize(Integer value)
          Définit la valeur de la propriété tileSize.
 void unsetImagePyramidObjectExtensionGroup()
           
 void unsetImagePyramidSimpleExtensionGroup()
           
 
Methods inherited from class net.opengis.kml._2_2_0.AbstractObjectType
getId, getObjectSimpleExtensionGroup, getTargetId, isSetId, isSetObjectSimpleExtensionGroup, isSetTargetId, setId, setTargetId, unsetObjectSimpleExtensionGroup
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tileSize

protected Integer tileSize

maxWidth

protected Integer maxWidth

maxHeight

protected Integer maxHeight

gridOrigin

protected GridOriginEnumType gridOrigin

imagePyramidSimpleExtensionGroup

protected List<Object> imagePyramidSimpleExtensionGroup

imagePyramidObjectExtensionGroup

protected List<AbstractObjectType> imagePyramidObjectExtensionGroup
Constructor Detail

ImagePyramidType

public ImagePyramidType()
Method Detail

getTileSize

public Integer getTileSize()
Obtient la valeur de la propriété tileSize.

Returns:
possible object is Integer

setTileSize

public void setTileSize(Integer value)
Définit la valeur de la propriété tileSize.

Parameters:
value - allowed object is Integer

isSetTileSize

public boolean isSetTileSize()

getMaxWidth

public Integer getMaxWidth()
Obtient la valeur de la propriété maxWidth.

Returns:
possible object is Integer

setMaxWidth

public void setMaxWidth(Integer value)
Définit la valeur de la propriété maxWidth.

Parameters:
value - allowed object is Integer

isSetMaxWidth

public boolean isSetMaxWidth()

getMaxHeight

public Integer getMaxHeight()
Obtient la valeur de la propriété maxHeight.

Returns:
possible object is Integer

setMaxHeight

public void setMaxHeight(Integer value)
Définit la valeur de la propriété maxHeight.

Parameters:
value - allowed object is Integer

isSetMaxHeight

public boolean isSetMaxHeight()

getGridOrigin

public GridOriginEnumType getGridOrigin()
Obtient la valeur de la propriété gridOrigin.

Returns:
possible object is GridOriginEnumType

setGridOrigin

public void setGridOrigin(GridOriginEnumType value)
Définit la valeur de la propriété gridOrigin.

Parameters:
value - allowed object is GridOriginEnumType

isSetGridOrigin

public boolean isSetGridOrigin()

getImagePyramidSimpleExtensionGroup

public List<Object> getImagePyramidSimpleExtensionGroup()
Gets the value of the imagePyramidSimpleExtensionGroup 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 imagePyramidSimpleExtensionGroup property.

For example, to add a new item, do as follows:

    getImagePyramidSimpleExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list Object


isSetImagePyramidSimpleExtensionGroup

public boolean isSetImagePyramidSimpleExtensionGroup()

unsetImagePyramidSimpleExtensionGroup

public void unsetImagePyramidSimpleExtensionGroup()

getImagePyramidObjectExtensionGroup

public List<AbstractObjectType> getImagePyramidObjectExtensionGroup()
Gets the value of the imagePyramidObjectExtensionGroup 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 imagePyramidObjectExtensionGroup property.

For example, to add a new item, do as follows:

    getImagePyramidObjectExtensionGroup().add(newItem);
 

Objects of the following type(s) are allowed in the list AbstractObjectType


isSetImagePyramidObjectExtensionGroup

public boolean isSetImagePyramidObjectExtensionGroup()

unsetImagePyramidObjectExtensionGroup

public void unsetImagePyramidObjectExtensionGroup()


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