public class CylindricalCoordinateType extends Object
Java class for CylindricalCoordinateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CylindricalCoordinateType"> <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="PlanarDistance_m" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="Elevation_m" type="{http://www.w3.org/2001/XMLSchema}double"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
angle1 |
protected double |
elevationM |
protected double |
planarDistanceM |
Constructor and Description |
---|
CylindricalCoordinateType() |
Modifier and Type | Method and Description |
---|---|
double |
getAngle1()
Gets the value of the angle1 property.
|
double |
getElevationM()
Gets the value of the elevationM property.
|
double |
getPlanarDistanceM()
Gets the value of the planarDistanceM property.
|
void |
setAngle1(double value)
Sets the value of the angle1 property.
|
void |
setElevationM(double value)
Sets the value of the elevationM property.
|
void |
setPlanarDistanceM(double value)
Sets the value of the planarDistanceM property.
|
protected double angle1
protected double planarDistanceM
protected double elevationM
public double getAngle1()
public void setAngle1(double value)
public double getPlanarDistanceM()
public void setPlanarDistanceM(double value)
public double getElevationM()
public void setElevationM(double value)
Copyright © 2024 Tethys. All rights reserved.