|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.se._2_0.core.GraphicType
net.opengis.se._2_0.core.PointTextGraphicType
public class PointTextGraphicType
Classe Java pour PointTextGraphicType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="PointTextGraphicType">
<complexContent>
<extension base="{http://www.opengis.net/se/2.0/core}GraphicType">
<sequence>
<element ref="{http://www.opengis.net/se/2.0/core}PointPosition" minOccurs="0"/>
<element ref="{http://www.opengis.net/se/2.0/core}PointLabel" minOccurs="0"/>
</sequence>
<attribute name="uom" type="{http://www.opengis.net/se/2.0/core}UomType" />
</extension>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected PointLabelType |
pointLabel
|
protected TranslateType |
pointPosition
|
protected String |
uom
|
| Fields inherited from class net.opengis.se._2_0.core.GraphicType |
|---|
extension |
| Constructor Summary | |
|---|---|
PointTextGraphicType()
|
|
| Method Summary | |
|---|---|
PointLabelType |
getPointLabel()
Obtient la valeur de la propriété pointLabel. |
TranslateType |
getPointPosition()
Obtient la valeur de la propriété pointPosition. |
String |
getUom()
Obtient la valeur de la propriété uom. |
boolean |
isSetPointLabel()
|
boolean |
isSetPointPosition()
|
boolean |
isSetUom()
|
void |
setPointLabel(PointLabelType value)
Définit la valeur de la propriété pointLabel. |
void |
setPointPosition(TranslateType value)
Définit la valeur de la propriété pointPosition. |
void |
setUom(String value)
Définit la valeur de la propriété uom. |
| Methods inherited from class net.opengis.se._2_0.core.GraphicType |
|---|
getExtension, isSetExtension, setExtension |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected TranslateType pointPosition
protected PointLabelType pointLabel
protected String uom
| Constructor Detail |
|---|
public PointTextGraphicType()
| Method Detail |
|---|
public TranslateType getPointPosition()
TranslateTypepublic void setPointPosition(TranslateType value)
value - allowed object is
TranslateTypepublic boolean isSetPointPosition()
public PointLabelType getPointLabel()
PointLabelTypepublic void setPointLabel(PointLabelType value)
value - allowed object is
PointLabelTypepublic boolean isSetPointLabel()
public String getUom()
Stringpublic void setUom(String value)
value - allowed object is
Stringpublic boolean isSetUom()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||