|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.AbstractGMLType
net.opengis.gml.BaseStyleDescriptorType
public class BaseStyleDescriptorType
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 |
|---|
protected ScaleType spatialResolution
protected List<StyleVariationType> styleVariation
protected List<AnimateType> animate
protected List<AnimateMotionType> animateMotion
protected List<AnimateColorType> animateColor
protected List<SetType> set
| Constructor Detail |
|---|
public BaseStyleDescriptorType()
| Method Detail |
|---|
public ScaleType getSpatialResolution()
ScaleTypepublic void setSpatialResolution(ScaleType value)
value - allowed object is
ScaleTypepublic boolean isSetSpatialResolution()
public List<StyleVariationType> getStyleVariation()
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
public boolean isSetStyleVariation()
public void unsetStyleVariation()
public List<AnimateType> getAnimate()
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
public boolean isSetAnimate()
public void unsetAnimate()
public List<AnimateMotionType> getAnimateMotion()
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
public boolean isSetAnimateMotion()
public void unsetAnimateMotion()
public List<AnimateColorType> getAnimateColor()
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
public boolean isSetAnimateColor()
public void unsetAnimateColor()
public List<SetType> getSet()
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
public boolean isSetSet()
public void unsetSet()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||