|
||||||||||
| 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.FeatureStyleType
public class FeatureStyleType
[complexType of] The style descriptor for features.
Classe Java pour FeatureStyleType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="FeatureStyleType">
<complexContent>
<extension base="{http://www.opengis.net/gml}AbstractGMLType">
<sequence>
<element name="featureConstraint" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}geometryStyle" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}topologyStyle" maxOccurs="unbounded" minOccurs="0"/>
<element ref="{http://www.opengis.net/gml}labelStyle" minOccurs="0"/>
</sequence>
<attribute name="featureType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="baseType" type="{http://www.w3.org/2001/XMLSchema}string" />
<attribute name="queryGrammar" type="{http://www.opengis.net/gml}QueryGrammarEnumeration" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected String |
baseType
|
protected String |
featureConstraint
|
protected String |
featureType
|
protected List<GeometryStylePropertyElement> |
geometryStyle
|
protected LabelStylePropertyElement |
labelStyle
|
protected QueryGrammarEnumeration |
queryGrammar
|
protected List<TopologyStylePropertyElement> |
topologyStyle
|
| Fields inherited from class net.opengis.gml.AbstractGMLType |
|---|
description, id, metaDataProperty, name |
| Constructor Summary | |
|---|---|
FeatureStyleType()
|
|
| Method Summary | |
|---|---|
String |
getBaseType()
Obtient la valeur de la propriété baseType. |
String |
getFeatureConstraint()
Obtient la valeur de la propriété featureConstraint. |
String |
getFeatureType()
Obtient la valeur de la propriété featureType. |
List<GeometryStylePropertyElement> |
getGeometryStyle()
Gets the value of the geometryStyle property. |
LabelStylePropertyElement |
getLabelStyle()
Obtient la valeur de la propriété labelStyle. |
QueryGrammarEnumeration |
getQueryGrammar()
Obtient la valeur de la propriété queryGrammar. |
List<TopologyStylePropertyElement> |
getTopologyStyle()
Gets the value of the topologyStyle property. |
boolean |
isSetBaseType()
|
boolean |
isSetFeatureConstraint()
|
boolean |
isSetFeatureType()
|
boolean |
isSetGeometryStyle()
|
boolean |
isSetLabelStyle()
|
boolean |
isSetQueryGrammar()
|
boolean |
isSetTopologyStyle()
|
void |
setBaseType(String value)
Définit la valeur de la propriété baseType. |
void |
setFeatureConstraint(String value)
Définit la valeur de la propriété featureConstraint. |
void |
setFeatureType(String value)
Définit la valeur de la propriété featureType. |
void |
setLabelStyle(LabelStylePropertyElement value)
Définit la valeur de la propriété labelStyle. |
void |
setQueryGrammar(QueryGrammarEnumeration value)
Définit la valeur de la propriété queryGrammar. |
void |
unsetGeometryStyle()
|
void |
unsetTopologyStyle()
|
| 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 String featureConstraint
protected List<GeometryStylePropertyElement> geometryStyle
protected List<TopologyStylePropertyElement> topologyStyle
protected LabelStylePropertyElement labelStyle
protected String featureType
protected String baseType
protected QueryGrammarEnumeration queryGrammar
| Constructor Detail |
|---|
public FeatureStyleType()
| Method Detail |
|---|
public String getFeatureConstraint()
Stringpublic void setFeatureConstraint(String value)
value - allowed object is
Stringpublic boolean isSetFeatureConstraint()
public List<GeometryStylePropertyElement> getGeometryStyle()
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 geometryStyle property.
For example, to add a new item, do as follows:
getGeometryStyle().add(newItem);
Objects of the following type(s) are allowed in the list
GeometryStylePropertyElement
public boolean isSetGeometryStyle()
public void unsetGeometryStyle()
public List<TopologyStylePropertyElement> getTopologyStyle()
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 topologyStyle property.
For example, to add a new item, do as follows:
getTopologyStyle().add(newItem);
Objects of the following type(s) are allowed in the list
TopologyStylePropertyElement
public boolean isSetTopologyStyle()
public void unsetTopologyStyle()
public LabelStylePropertyElement getLabelStyle()
LabelStylePropertyElementpublic void setLabelStyle(LabelStylePropertyElement value)
value - allowed object is
LabelStylePropertyElementpublic boolean isSetLabelStyle()
public String getFeatureType()
Stringpublic void setFeatureType(String value)
value - allowed object is
Stringpublic boolean isSetFeatureType()
public String getBaseType()
Stringpublic void setBaseType(String value)
value - allowed object is
Stringpublic boolean isSetBaseType()
public QueryGrammarEnumeration getQueryGrammar()
QueryGrammarEnumerationpublic void setQueryGrammar(QueryGrammarEnumeration value)
value - allowed object is
QueryGrammarEnumerationpublic boolean isSetQueryGrammar()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||