Class Extent


  • public class Extent
    extends Object
    Extent
    Author:
    osbornb
    • Constructor Detail

      • Extent

        public Extent()
        Constructor
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object