|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.kml._2_2_0.AbstractObjectType
net.opengis.kml._2_2_0.ImagePyramidType
public class ImagePyramidType
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 |
|---|
protected Integer tileSize
protected Integer maxWidth
protected Integer maxHeight
protected GridOriginEnumType gridOrigin
protected List<Object> imagePyramidSimpleExtensionGroup
protected List<AbstractObjectType> imagePyramidObjectExtensionGroup
| Constructor Detail |
|---|
public ImagePyramidType()
| Method Detail |
|---|
public Integer getTileSize()
Integerpublic void setTileSize(Integer value)
value - allowed object is
Integerpublic boolean isSetTileSize()
public Integer getMaxWidth()
Integerpublic void setMaxWidth(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxWidth()
public Integer getMaxHeight()
Integerpublic void setMaxHeight(Integer value)
value - allowed object is
Integerpublic boolean isSetMaxHeight()
public GridOriginEnumType getGridOrigin()
GridOriginEnumTypepublic void setGridOrigin(GridOriginEnumType value)
value - allowed object is
GridOriginEnumTypepublic boolean isSetGridOrigin()
public List<Object> getImagePyramidSimpleExtensionGroup()
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
public boolean isSetImagePyramidSimpleExtensionGroup()
public void unsetImagePyramidSimpleExtensionGroup()
public List<AbstractObjectType> getImagePyramidObjectExtensionGroup()
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
public boolean isSetImagePyramidObjectExtensionGroup()
public void unsetImagePyramidObjectExtensionGroup()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||