public class Extent extends Object
| Constructor and Description |
|---|
Extent()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAreaDescription()
Get the area description
|
GeographicBoundingBox |
getGeographicBoundingBox()
Get the geographic bounding box
|
TemporalExtent |
getTemporalExtent()
Get the temporal extent
|
VerticalExtent |
getVerticalExtent()
Get the vertical extent
|
boolean |
hasAreaDescription()
Has an area description
|
boolean |
hasGeographicBoundingBox()
Has a geographic bounding box
|
int |
hashCode() |
boolean |
hasTemporalExtent()
Has a temporal extent
|
boolean |
hasVerticalExtent()
Has a vertical extent
|
void |
setAreaDescription(String areaDescription)
Set the area description
|
void |
setGeographicBoundingBox(GeographicBoundingBox geographicBoundingBox)
Set the geographic bounding box
|
void |
setTemporalExtent(TemporalExtent temporalExtent)
Set the temporal extent
|
void |
setVerticalExtent(VerticalExtent verticalExtent)
Set the vertical extent
|
String |
toString() |
public String getAreaDescription()
public boolean hasAreaDescription()
public void setAreaDescription(String areaDescription)
areaDescription - area descriptionpublic GeographicBoundingBox getGeographicBoundingBox()
public boolean hasGeographicBoundingBox()
public void setGeographicBoundingBox(GeographicBoundingBox geographicBoundingBox)
geographicBoundingBox - geographic bounding boxpublic VerticalExtent getVerticalExtent()
public boolean hasVerticalExtent()
public void setVerticalExtent(VerticalExtent verticalExtent)
verticalExtent - vertical extentpublic TemporalExtent getTemporalExtent()
public boolean hasTemporalExtent()
public void setTemporalExtent(TemporalExtent temporalExtent)
temporalExtent - temporal extentCopyright © 2021 National Geospatial-Intelligence Agency. All rights reserved.