|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.opengis.gml.DirectionVectorType
public class DirectionVectorType
Direction expressed as a vector, either using components, or using angles.
Classe Java pour DirectionVectorType complex type.
Le fragment de schéma suivant indique le contenu attendu figurant dans cette classe.
<complexType name="DirectionVectorType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.opengis.net/gml}vector"/>
<sequence>
<element name="horizontalAngle" type="{http://www.opengis.net/gml}AngleType"/>
<element name="verticalAngle" type="{http://www.opengis.net/gml}AngleType"/>
</sequence>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected AngleType |
horizontalAngle
|
protected VectorType |
vector
|
protected AngleType |
verticalAngle
|
| Constructor Summary | |
|---|---|
DirectionVectorType()
|
|
| Method Summary | |
|---|---|
AngleType |
getHorizontalAngle()
Obtient la valeur de la propriété horizontalAngle. |
VectorType |
getVector()
Obtient la valeur de la propriété vector. |
AngleType |
getVerticalAngle()
Obtient la valeur de la propriété verticalAngle. |
boolean |
isSetHorizontalAngle()
|
boolean |
isSetVector()
|
boolean |
isSetVerticalAngle()
|
void |
setHorizontalAngle(AngleType value)
Définit la valeur de la propriété horizontalAngle. |
void |
setVector(VectorType value)
Définit la valeur de la propriété vector. |
void |
setVerticalAngle(AngleType value)
Définit la valeur de la propriété verticalAngle. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected VectorType vector
protected AngleType horizontalAngle
protected AngleType verticalAngle
| Constructor Detail |
|---|
public DirectionVectorType()
| Method Detail |
|---|
public VectorType getVector()
VectorTypepublic void setVector(VectorType value)
value - allowed object is
VectorTypepublic boolean isSetVector()
public AngleType getHorizontalAngle()
AngleTypepublic void setHorizontalAngle(AngleType value)
value - allowed object is
AngleTypepublic boolean isSetHorizontalAngle()
public AngleType getVerticalAngle()
AngleTypepublic void setVerticalAngle(AngleType value)
value - allowed object is
AngleTypepublic boolean isSetVerticalAngle()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||