public class GeometryTypeM extends Object
Java class for GeometryType_m complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="GeometryType_m">
<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"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected double |
xm |
protected double |
ym |
protected double |
zm |
| Constructor and Description |
|---|
GeometryTypeM() |
| 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.
|
public double getXM()
public void setXM(double value)
public double getYM()
public void setYM(double value)
public double getZM()
public void setZM(double value)
Copyright © 2024 Tethys. All rights reserved.