Uses of Interface
org.geotools.api.metadata.extent.TemporalExtent
Packages that use TemporalExtent
-
Uses of TemporalExtent in org.geotools.api.metadata.extent
Methods in org.geotools.api.metadata.extent that return types with arguments of type TemporalExtentModifier and TypeMethodDescriptionCollection<? 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 TemporalExtentModifier and TypeClassDescriptionclass
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 TemporalExtentModifier and TypeMethodDescriptionExtentImpl.getTemporalElements()
Provides temporal component of the extent of the referring objectMethod parameters in org.geotools.metadata.iso.extent with type arguments of type TemporalExtentModifier and TypeMethodDescriptionvoid
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 TemporalExtentModifierConstructorDescriptionTemporalExtentImpl
(TemporalExtent source) Constructs a metadata entity initialized with the values from the specified metadata.