|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.LabelType
net.opengis.se._2_0.core.PointLabelType
public class PointLabelType
Classe Java pour PointLabelType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="PointLabelType">
<complexContent>
<extension base="{http://www.opengis.net/se/2.0/core}LabelType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}Rotation" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}ExclusionZone" minOccurs="0"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected JAXBElement<? extends ExclusionZoneType> |
exclusionZone
|
protected ParameterValueType |
rotation
|
| Fields inherited from class net.opengis.se._2_0.core.LabelType |
|---|
horizontalAlignment, styledText, uom, verticalAlignment |
| Constructor Summary | |
|---|---|
PointLabelType()
|
|
| Method Summary | |
|---|---|
JAXBElement<? extends ExclusionZoneType> |
getExclusionZone()
Obtient la valeur de la propriété exclusionZone. |
ParameterValueType |
getRotation()
Obtient la valeur de la propriété rotation. |
boolean |
isSetExclusionZone()
|
boolean |
isSetRotation()
|
void |
setExclusionZone(JAXBElement<? extends ExclusionZoneType> value)
Définit la valeur de la propriété exclusionZone. |
void |
setRotation(ParameterValueType value)
Définit la valeur de la propriété rotation. |
| Methods inherited from class net.opengis.se._2_0.core.LabelType |
|---|
getHorizontalAlignment, getStyledText, getUom, getVerticalAlignment, isSetHorizontalAlignment, isSetStyledText, isSetUom, isSetVerticalAlignment, setHorizontalAlignment, setStyledText, setUom, setVerticalAlignment |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected ParameterValueType rotation
protected JAXBElement<? extends ExclusionZoneType> exclusionZone
| Constructor Detail |
|---|
public PointLabelType()
| Method Detail |
|---|
public ParameterValueType getRotation()
ParameterValueTypepublic void setRotation(ParameterValueType value)
value - allowed object is
ParameterValueTypepublic boolean isSetRotation()
public JAXBElement<? extends ExclusionZoneType> getExclusionZone()
JAXBElement<ExclusionZoneType>
JAXBElement<ExclusionRadiusType>
JAXBElement<ExclusionRectangleType>public void setExclusionZone(JAXBElement<? extends ExclusionZoneType> value)
value - allowed object is
JAXBElement<ExclusionZoneType>
JAXBElement<ExclusionRadiusType>
JAXBElement<ExclusionRectangleType>public boolean isSetExclusionZone()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||