public static class LongLat3List.Bounds.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="Longitude" type="{http://tethys.sdsu.edu/schema/1.0}LongitudeValueType"/> <element name="Latitude" type="{http://tethys.sdsu.edu/schema/1.0}LatitudeValueType"/> </sequence> </restriction> </complexContent> </complexType>
Modifier and Type | Field and Description |
---|---|
protected double |
latitude |
protected double |
longitude |
Constructor and Description |
---|
NorthWest() |
Modifier and Type | Method and Description |
---|---|
double |
getLatitude()
Gets the value of the latitude property.
|
double |
getLongitude()
Gets the value of the longitude property.
|
void |
setLatitude(double value)
Sets the value of the latitude property.
|
void |
setLongitude(double value)
Sets the value of the longitude property.
|
public double getLongitude()
public void setLongitude(double value)
public double getLatitude()
public void setLatitude(double value)
Copyright © 2024 Tethys. All rights reserved.