|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectit.cnr.imaa.essi.ncml.binding.gml.AngleChoiceType
public class AngleChoiceType
Value of an angle quantity provided in either degree-minute-second format or single value format.
Java class for AngleChoiceType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AngleChoiceType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice>
<element ref="{http://www.opengis.net/gml}angle"/>
<element ref="{http://www.opengis.net/gml}dmsAngle"/>
</choice>
</restriction>
</complexContent>
</complexType>
| Field Summary | |
|---|---|
protected MeasureType |
angle
|
protected DMSAngleType |
dmsAngle
|
| Constructor Summary | |
|---|---|
AngleChoiceType()
|
|
| Method Summary | |
|---|---|
MeasureType |
getAngle()
Gets the value of the angle property. |
DMSAngleType |
getDmsAngle()
Gets the value of the dmsAngle property. |
void |
setAngle(MeasureType value)
Sets the value of the angle property. |
void |
setDmsAngle(DMSAngleType value)
Sets the value of the dmsAngle property. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected MeasureType angle
protected DMSAngleType dmsAngle
| Constructor Detail |
|---|
public AngleChoiceType()
| Method Detail |
|---|
public MeasureType getAngle()
MeasureTypepublic void setAngle(MeasureType value)
value - allowed object is
MeasureTypepublic DMSAngleType getDmsAngle()
DMSAngleTypepublic void setDmsAngle(DMSAngleType value)
value - allowed object is
DMSAngleType
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||