public class EX_GeographicBoundingBox extends NodeElement
| Constructor and Description |
|---|
EX_GeographicBoundingBox() |
| Modifier and Type | Method and Description |
|---|---|
EastBoundLongitude |
getEastBoundLongitude() |
NorthBoundLatitude |
getNorthBoundLatitude() |
SouthBoundLatitude |
getSouthBoundLatitude() |
WestBoundLongitude |
getWestBoundLongitude() |
void |
setEastBoundLongitude(EastBoundLongitude eastBoundLongitude) |
void |
setNorthBoundLatitude(NorthBoundLatitude northBoundLatitude) |
void |
setSouthBoundLatitude(SouthBoundLatitude southBoundLatitude) |
void |
setWestBoundLongitude(WestBoundLongitude westBoundLongitude) |
getNilReason, setNilReasonpublic WestBoundLongitude getWestBoundLongitude()
public void setWestBoundLongitude(WestBoundLongitude westBoundLongitude)
public EastBoundLongitude getEastBoundLongitude()
public void setEastBoundLongitude(EastBoundLongitude eastBoundLongitude)
public SouthBoundLatitude getSouthBoundLatitude()
public void setSouthBoundLatitude(SouthBoundLatitude southBoundLatitude)
public NorthBoundLatitude getNorthBoundLatitude()
public void setNorthBoundLatitude(NorthBoundLatitude northBoundLatitude)
Copyright © 2020. All rights reserved.