Uses of Interface
org.geotools.api.metadata.extent.TemporalExtent
-
Packages that use TemporalExtent Package Description org.geotools.api.metadata.extent Extent information.org.geotools.metadata.iso.extent Extent implementation. -
-
Uses of TemporalExtent in org.geotools.api.metadata.extent
Methods in org.geotools.api.metadata.extent that return types with arguments of type TemporalExtent Modifier and Type Method Description Collection<? extends TemporalExtent>
Extent. getTemporalElements()
Provides temporal component of the extent of the referring object -
Uses of TemporalExtent in org.geotools.metadata.iso.extent
Classes in org.geotools.metadata.iso.extent that implement TemporalExtent Modifier and Type Class Description class
TemporalExtentImpl
Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.Methods in org.geotools.metadata.iso.extent that return types with arguments of type TemporalExtent Modifier and Type Method Description Collection<TemporalExtent>
ExtentImpl. getTemporalElements()
Provides temporal component of the extent of the referring objectMethod parameters in org.geotools.metadata.iso.extent with type arguments of type TemporalExtent Modifier and Type Method Description void
ExtentImpl. setTemporalElements(Collection<? extends TemporalExtent> newValues)
Set temporal component of the extent of the referring objectConstructors in org.geotools.metadata.iso.extent with parameters of type TemporalExtent Constructor Description TemporalExtentImpl(TemporalExtent source)
Constructs a metadata entity initialized with the values from the specified metadata.
-