Package mil.nga.oapi.features.json
Class Extent
- java.lang.Object
- 
- mil.nga.oapi.features.json.FeaturesObject
- 
- mil.nga.oapi.features.json.Extent
 
 
- 
- All Implemented Interfaces:
- Serializable
 
 public class Extent extends FeaturesObject The extent of the features in the collection. In the Core only spatial and temporal extents are specified. Extensions may add additional members to represent other extents, for example, thermal or pressure ranges.- Author:
- osbornb
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description Extent()Constructor
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description SpatialgetSpatial()Get the spatial extentTemporalgetTemporal()Get the temporal extentvoidsetSpatial(Spatial spatial)Set the spatial extentvoidsetTemporal(Temporal temporal)Set the temporal extent- 
Methods inherited from class mil.nga.oapi.features.json.FeaturesObjectgetForeignMember, getForeignMembers, hasForeignMember, hasForeignMembers, setForeignMember
 
- 
 
- 
- 
- 
Method Detail- 
getSpatialpublic Spatial getSpatial() Get the spatial extent- Returns:
- spatial extent
 
 - 
setSpatialpublic void setSpatial(Spatial spatial) Set the spatial extent- Parameters:
- spatial- spatial extent
 
 - 
getTemporalpublic Temporal getTemporal() Get the temporal extent- Returns:
- temporal begin and end times
 
 - 
setTemporalpublic void setTemporal(Temporal temporal) Set the temporal extent- Parameters:
- temporal- temporal extent
 
 
- 
 
-