|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.SymbolizerType
public abstract class SymbolizerType
A "SymbolizerType" is an abstract type for encoding the graphical properties used to portray geographic information. Concrete Symbolizer types are derived from this base type.
Classe Java pour SymbolizerType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="SymbolizerType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}Name" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Description" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}LegendGraphic" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}Extension" minOccurs="0"/>
</sequence>
<attribute name="version" type="{http://www.opengis.net/se/2.0/core}VersionType" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected DescriptionType |
description
|
protected ExtensionType |
extension
|
protected LegendGraphicType |
legendGraphic
|
protected String |
name
|
protected VersionType |
version
|
| Constructor Summary | |
|---|---|
SymbolizerType()
|
|
| Method Summary | |
|---|---|
DescriptionType |
getDescription()
Obtient la valeur de la propriété description. |
ExtensionType |
getExtension()
Obtient la valeur de la propriété extension. |
LegendGraphicType |
getLegendGraphic()
Obtient la valeur de la propriété legendGraphic. |
String |
getName()
Obtient la valeur de la propriété name. |
VersionType |
getVersion()
Obtient la valeur de la propriété version. |
boolean |
isSetDescription()
|
boolean |
isSetExtension()
|
boolean |
isSetLegendGraphic()
|
boolean |
isSetName()
|
boolean |
isSetVersion()
|
void |
setDescription(DescriptionType value)
Définit la valeur de la propriété description. |
void |
setExtension(ExtensionType value)
Définit la valeur de la propriété extension. |
void |
setLegendGraphic(LegendGraphicType value)
Définit la valeur de la propriété legendGraphic. |
void |
setName(String value)
Définit la valeur de la propriété name. |
void |
setVersion(VersionType value)
Définit la valeur de la propriété version. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected DescriptionType description
protected LegendGraphicType legendGraphic
protected ExtensionType extension
protected VersionType version
| Constructor Detail |
|---|
public SymbolizerType()
| Method Detail |
|---|
public String getName()
Stringpublic void setName(String value)
value - allowed object is
Stringpublic boolean isSetName()
public DescriptionType getDescription()
DescriptionTypepublic void setDescription(DescriptionType value)
value - allowed object is
DescriptionTypepublic boolean isSetDescription()
public LegendGraphicType getLegendGraphic()
LegendGraphicTypepublic void setLegendGraphic(LegendGraphicType value)
value - allowed object is
LegendGraphicTypepublic boolean isSetLegendGraphic()
public ExtensionType getExtension()
ExtensionTypepublic void setExtension(ExtensionType value)
value - allowed object is
ExtensionTypepublic boolean isSetExtension()
public VersionType getVersion()
VersionTypepublic void setVersion(VersionType value)
value - allowed object is
VersionTypepublic boolean isSetVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||