|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.kml._2_2_0.Vec2Type
public class Vec2Type
Classe Java pour vec2Type complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="vec2Type">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<attribute name="x" type="{http://www.w3.org/2001/XMLSchema}double" default="1.0" />
<attribute name="y" type="{http://www.w3.org/2001/XMLSchema}double" default="1.0" />
<attribute name="xunits" type="{http://www.opengis.net/kml/2.2}unitsEnumType" default="fraction" />
<attribute name="yunits" type="{http://www.opengis.net/kml/2.2}unitsEnumType" default="fraction" />
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected Double |
x
|
protected UnitsEnumType |
xunits
|
protected Double |
y
|
protected UnitsEnumType |
yunits
|
| Constructor Summary | |
|---|---|
Vec2Type()
|
|
| Method Summary | |
|---|---|
double |
getX()
Obtient la valeur de la propriété x. |
UnitsEnumType |
getXunits()
Obtient la valeur de la propriété xunits. |
double |
getY()
Obtient la valeur de la propriété y. |
UnitsEnumType |
getYunits()
Obtient la valeur de la propriété yunits. |
boolean |
isSetX()
|
boolean |
isSetXunits()
|
boolean |
isSetY()
|
boolean |
isSetYunits()
|
void |
setX(double value)
Définit la valeur de la propriété x. |
void |
setXunits(UnitsEnumType value)
Définit la valeur de la propriété xunits. |
void |
setY(double value)
Définit la valeur de la propriété y. |
void |
setYunits(UnitsEnumType value)
Définit la valeur de la propriété yunits. |
void |
unsetX()
|
void |
unsetY()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected Double x
protected Double y
protected UnitsEnumType xunits
protected UnitsEnumType yunits
| Constructor Detail |
|---|
public Vec2Type()
| Method Detail |
|---|
public double getX()
Doublepublic void setX(double value)
value - allowed object is
Doublepublic boolean isSetX()
public void unsetX()
public double getY()
Doublepublic void setY(double value)
value - allowed object is
Doublepublic boolean isSetY()
public void unsetY()
public UnitsEnumType getXunits()
UnitsEnumTypepublic void setXunits(UnitsEnumType value)
value - allowed object is
UnitsEnumTypepublic boolean isSetXunits()
public UnitsEnumType getYunits()
UnitsEnumTypepublic void setYunits(UnitsEnumType value)
value - allowed object is
UnitsEnumTypepublic boolean isSetYunits()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||