public class CartesianCoordinateType extends Object
Java class for CartesianCoordinateType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CartesianCoordinateType"> <complexContent> <restriction base="{http://www.w3.org/2001/XMLSchema}anyType"> <sequence> <element name="X_m" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="Y_m" type="{http://www.w3.org/2001/XMLSchema}double"/> <element name="Z_m" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
xm |
protected double |
ym |
protected Double |
zm |
Constructor and Description |
---|
CartesianCoordinateType() |
Modifier and Type | Method and Description |
---|---|
double |
getXM()
Gets the value of the xm property.
|
double |
getYM()
Gets the value of the ym property.
|
Double |
getZM()
Gets the value of the zm property.
|
void |
setXM(double value)
Sets the value of the xm property.
|
void |
setYM(double value)
Sets the value of the ym property.
|
void |
setZM(Double value)
Sets the value of the zm property.
|
protected double xm
protected double ym
protected Double zm
Copyright © 2024 Tethys. All rights reserved.