net.opengis.gml
Class BaseStyleDescriptorType

java.lang.Object
  extended by net.opengis.gml.AbstractGMLType
      extended by net.opengis.gml.BaseStyleDescriptorType
Direct Known Subclasses:
GeometryStyleType, GraphStyleType, LabelStyleType, TopologyStyleType

public class BaseStyleDescriptorType
extends AbstractGMLType

Base complex type for geometry, topology, label and graph styles.

Classe Java pour BaseStyleDescriptorType complex type.

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

 <complexType name="BaseStyleDescriptorType">
   <complexContent>
     <extension base="{http://www.opengis.net/gml}AbstractGMLType">
       <sequence>
         <element name="spatialResolution" type="{http://www.opengis.net/gml}ScaleType" minOccurs="0"/>
         <element name="styleVariation" type="{http://www.opengis.net/gml}StyleVariationType" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.w3.org/2001/SMIL20/}animate" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.w3.org/2001/SMIL20/}animateMotion" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.w3.org/2001/SMIL20/}animateColor" maxOccurs="unbounded" minOccurs="0"/>
         <element ref="{http://www.w3.org/2001/SMIL20/}set" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 


Field Summary
protected  List<AnimateType> animate
           
protected  List<AnimateColorType> animateColor
           
protected  List<AnimateMotionType> animateMotion
           
protected  List<SetType> set
           
protected  ScaleType spatialResolution
           
protected  List<StyleVariationType> styleVariation
           
 
Fields inherited from class net.opengis.gml.AbstractGMLType
description, id, metaDataProperty, name
 
Constructor Summary
BaseStyleDescriptorType()
           
 
Method Summary
 List<AnimateType> getAnimate()
          Gets the value of the animate property.
 List<AnimateColorType> getAnimateColor()
          Gets the value of the animateColor property.
 List<AnimateMotionType> getAnimateMotion()
          Gets the value of the animateMotion property.
 List<SetType> getSet()
          Gets the value of the set property.
 ScaleType getSpatialResolution()
          Obtient la valeur de la propriété spatialResolution.
 List<StyleVariationType> getStyleVariation()
          Gets the value of the styleVariation property.
 boolean isSetAnimate()
           
 boolean isSetAnimateColor()
           
 boolean isSetAnimateMotion()
           
 boolean isSetSet()
           
 boolean isSetSpatialResolution()
           
 boolean isSetStyleVariation()
           
 void setSpatialResolution(ScaleType value)
          Définit la valeur de la propriété spatialResolution.
 void unsetAnimate()
           
 void unsetAnimateColor()
           
 void unsetAnimateMotion()
           
 void unsetSet()
           
 void unsetStyleVariation()
           
 
Methods inherited from class net.opengis.gml.AbstractGMLType
getDescription, getId, getMetaDataProperty, getName, isSetDescription, isSetId, isSetMetaDataProperty, isSetName, setDescription, setId, unsetMetaDataProperty, unsetName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

spatialResolution

protected ScaleType spatialResolution

styleVariation

protected List<StyleVariationType> styleVariation

animate

protected List<AnimateType> animate

animateMotion

protected List<AnimateMotionType> animateMotion

animateColor

protected List<AnimateColorType> animateColor

set

protected List<SetType> set
Constructor Detail

BaseStyleDescriptorType

public BaseStyleDescriptorType()
Method Detail

getSpatialResolution

public ScaleType getSpatialResolution()
Obtient la valeur de la propriété spatialResolution.

Returns:
possible object is ScaleType

setSpatialResolution

public void setSpatialResolution(ScaleType value)
Définit la valeur de la propriété spatialResolution.

Parameters:
value - allowed object is ScaleType

isSetSpatialResolution

public boolean isSetSpatialResolution()

getStyleVariation

public List<StyleVariationType> getStyleVariation()
Gets the value of the styleVariation 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 styleVariation property.

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

    getStyleVariation().add(newItem);
 

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


isSetStyleVariation

public boolean isSetStyleVariation()

unsetStyleVariation

public void unsetStyleVariation()

getAnimate

public List<AnimateType> getAnimate()
Gets the value of the animate 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 animate property.

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

    getAnimate().add(newItem);
 

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


isSetAnimate

public boolean isSetAnimate()

unsetAnimate

public void unsetAnimate()

getAnimateMotion

public List<AnimateMotionType> getAnimateMotion()
Gets the value of the animateMotion 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 animateMotion property.

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

    getAnimateMotion().add(newItem);
 

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


isSetAnimateMotion

public boolean isSetAnimateMotion()

unsetAnimateMotion

public void unsetAnimateMotion()

getAnimateColor

public List<AnimateColorType> getAnimateColor()
Gets the value of the animateColor 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 animateColor property.

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

    getAnimateColor().add(newItem);
 

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


isSetAnimateColor

public boolean isSetAnimateColor()

unsetAnimateColor

public void unsetAnimateColor()

getSet

public List<SetType> getSet()
Gets the value of the set 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 set property.

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

    getSet().add(newItem);
 

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


isSetSet

public boolean isSetSet()

unsetSet

public void unsetSet()


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