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 booleanequals(Object obj)StringgetAreaDescription()Get the area descriptionGeographicBoundingBoxgetGeographicBoundingBox()Get the geographic bounding boxTemporalExtentgetTemporalExtent()Get the temporal extentVerticalExtentgetVerticalExtent()Get the vertical extentbooleanhasAreaDescription()Has an area descriptionbooleanhasGeographicBoundingBox()Has a geographic bounding boxinthashCode()booleanhasTemporalExtent()Has a temporal extentbooleanhasVerticalExtent()Has a vertical extentvoidsetAreaDescription(String areaDescription)Set the area descriptionvoidsetGeographicBoundingBox(GeographicBoundingBox geographicBoundingBox)Set the geographic bounding boxvoidsetTemporalExtent(TemporalExtent temporalExtent)Set the temporal extentvoidsetVerticalExtent(VerticalExtent verticalExtent)Set the vertical extentStringtoString()
-
-
-
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
-
-