Class Extent
- java.lang.Object
-
- org.gcube.spatial.data.geonetwork.iso.tpl.extent.Extent
-
public class Extent extends Object
-
-
Constructor Summary
Constructors Constructor Description Extent()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddGeographicExtent(GeographicExtent toAdd)Adds a geographic extent.voidaddTemporalExtent(org.opengis.metadata.extent.TemporalExtent toAdd)Adds a temporal extent.voidaddVerticalExtent(org.opengis.metadata.extent.VerticalExtent toAdd)Adds a vertical extent.
-
-
-
Method Detail
-
addGeographicExtent
public void addGeographicExtent(GeographicExtent toAdd)
Adds a geographic extent.- Parameters:
toAdd- the geographic extent to add
-
addTemporalExtent
public void addTemporalExtent(org.opengis.metadata.extent.TemporalExtent toAdd)
Adds a temporal extent.- Parameters:
toAdd- the temporal extent to add
-
addVerticalExtent
public void addVerticalExtent(org.opengis.metadata.extent.VerticalExtent toAdd)
Adds a vertical extent.- Parameters:
toAdd- the vertical extent to add
-
-