Package mil.nga.crs.common
Class Extent
- java.lang.Object
-
- mil.nga.crs.common.Extent
-
public class Extent extends Object
Extent- Author:
- osbornb
-
-
Constructor Summary
Constructors Constructor Description Extent()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
String
getAreaDescription()
Get the area descriptionGeographicBoundingBox
getGeographicBoundingBox()
Get the geographic bounding boxTemporalExtent
getTemporalExtent()
Get the temporal extentVerticalExtent
getVerticalExtent()
Get the vertical extentboolean
hasAreaDescription()
Has an area descriptionboolean
hasGeographicBoundingBox()
Has a geographic bounding boxint
hashCode()
boolean
hasTemporalExtent()
Has a temporal extentboolean
hasVerticalExtent()
Has a vertical extentvoid
setAreaDescription(String areaDescription)
Set the area descriptionvoid
setGeographicBoundingBox(GeographicBoundingBox geographicBoundingBox)
Set the geographic bounding boxvoid
setTemporalExtent(TemporalExtent temporalExtent)
Set the temporal extentvoid
setVerticalExtent(VerticalExtent verticalExtent)
Set the vertical extentString
toString()
-
-
-
Method Detail
-
getAreaDescription
public String getAreaDescription()
Get the area description- Returns:
- area description
-
hasAreaDescription
public boolean hasAreaDescription()
Has an area description- Returns:
- true if has area description
-
setAreaDescription
public void setAreaDescription(String areaDescription)
Set the area description- Parameters:
areaDescription
- area description
-
getGeographicBoundingBox
public GeographicBoundingBox getGeographicBoundingBox()
Get the geographic bounding box- Returns:
- geographic bounding box
-
hasGeographicBoundingBox
public boolean hasGeographicBoundingBox()
Has a geographic bounding box- Returns:
- true if has geographic bounding box
-
setGeographicBoundingBox
public void setGeographicBoundingBox(GeographicBoundingBox geographicBoundingBox)
Set the geographic bounding box- Parameters:
geographicBoundingBox
- geographic bounding box
-
getVerticalExtent
public VerticalExtent getVerticalExtent()
Get the vertical extent- Returns:
- vertical extent
-
hasVerticalExtent
public boolean hasVerticalExtent()
Has a vertical extent- Returns:
- true if has vertical extent
-
setVerticalExtent
public void setVerticalExtent(VerticalExtent verticalExtent)
Set the vertical extent- Parameters:
verticalExtent
- vertical extent
-
getTemporalExtent
public TemporalExtent getTemporalExtent()
Get the temporal extent- Returns:
- temporal extent
-
hasTemporalExtent
public boolean hasTemporalExtent()
Has a temporal extent- Returns:
- true if has temporal extent
-
setTemporalExtent
public void setTemporalExtent(TemporalExtent temporalExtent)
Set the temporal extent- Parameters:
temporalExtent
- temporal extent
-
-