Class Extent
java.lang.Object
org.gcube.spatial.data.geonetwork.iso.tpl.extent.Extent
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidAdds 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.
-
Constructor Details
-
Extent
public Extent()
-
-
Method Details
-
addGeographicExtent
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
-