public static class CartesianTrackType.CoordinateBounds.NorthWest extends Object
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType> <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"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
xm |
protected double |
ym |
Constructor and Description |
---|
NorthWest() |
Modifier and Type | Method and Description |
---|---|
double |
getXM()
Gets the value of the xm property.
|
double |
getYM()
Gets the value of the ym property.
|
void |
setXM(double value)
Sets the value of the xm property.
|
void |
setYM(double value)
Sets the value of the ym property.
|
Copyright © 2024 Tethys. All rights reserved.