public class AngularCoordinateType extends Object
Java class for AngularCoordinateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="AngularCoordinateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="Angle1"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="0"/> <maxExclusive value="360"/> </restriction> </simpleType> </element> <element name="Angle2" minOccurs="0"> <simpleType> <restriction base="{http://www.w3.org/2001/XMLSchema}double"> <minInclusive value="-90"/> <maxInclusive value="90"/> </restriction> </simpleType> </element> <element name="Distance_m" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
angle1 |
protected Double |
angle2 |
protected double |
distanceM |
Constructor and Description |
---|
AngularCoordinateType() |
Modifier and Type | Method and Description |
---|---|
double |
getAngle1()
Gets the value of the angle1 property.
|
Double |
getAngle2()
Gets the value of the angle2 property.
|
double |
getDistanceM()
Gets the value of the distanceM property.
|
void |
setAngle1(double value)
Sets the value of the angle1 property.
|
void |
setAngle2(Double value)
Sets the value of the angle2 property.
|
void |
setDistanceM(double value)
Sets the value of the distanceM property.
|
protected double angle1
protected Double angle2
protected double distanceM
public double getAngle1()
public void setAngle1(double value)
public Double getAngle2()
Double
public void setAngle2(Double value)
value
- allowed object is
Double
public double getDistanceM()
public void setDistanceM(double value)
Copyright © 2024 Tethys. All rights reserved.