public class Box extends Object
Java class for box complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="box">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<all>
<element name="westBoundLongitude" type="{http://datacite.org/schema/kernel-4}longitudeType"/>
<element name="eastBoundLongitude" type="{http://datacite.org/schema/kernel-4}longitudeType"/>
<element name="southBoundLatitude" type="{http://datacite.org/schema/kernel-4}latitudeType"/>
<element name="northBoundLatitude" type="{http://datacite.org/schema/kernel-4}latitudeType"/>
</all>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected float |
eastBoundLongitude |
protected float |
northBoundLatitude |
protected float |
southBoundLatitude |
protected float |
westBoundLongitude |
| Constructor and Description |
|---|
Box() |
| Modifier and Type | Method and Description |
|---|---|
float |
getEastBoundLongitude()
Gets the value of the eastBoundLongitude property.
|
float |
getNorthBoundLatitude()
Gets the value of the northBoundLatitude property.
|
float |
getSouthBoundLatitude()
Gets the value of the southBoundLatitude property.
|
float |
getWestBoundLongitude()
Gets the value of the westBoundLongitude property.
|
void |
setEastBoundLongitude(float value)
Sets the value of the eastBoundLongitude property.
|
void |
setNorthBoundLatitude(float value)
Sets the value of the northBoundLatitude property.
|
void |
setSouthBoundLatitude(float value)
Sets the value of the southBoundLatitude property.
|
void |
setWestBoundLongitude(float value)
Sets the value of the westBoundLongitude property.
|
protected float westBoundLongitude
protected float eastBoundLongitude
protected float southBoundLatitude
protected float northBoundLatitude
public float getWestBoundLongitude()
public void setWestBoundLongitude(float value)
value - west bound longitudepublic float getEastBoundLongitude()
public void setEastBoundLongitude(float value)
value - the east bound longitudepublic float getSouthBoundLatitude()
public void setSouthBoundLatitude(float value)
value - the south bound latitudepublic float getNorthBoundLatitude()
public void setNorthBoundLatitude(float value)
value - the north bound latitudeCopyright © 2017–2020 CNES. All rights reserved.