Uses of Interface
org.opengis.metadata.extent.TemporalExtent

Packages that use TemporalExtent
org.geotools.metadata.iso.extent Extent implementation. 
org.opengis.metadata.extent Extent information. 
 

Uses of TemporalExtent in org.geotools.metadata.iso.extent
 

Classes in org.geotools.metadata.iso.extent that implement TemporalExtent
 class SpatialTemporalExtentImpl
          Boundary enclosing the dataset, expressed as the closed set of (x,y) coordinates of the polygon.
 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
 Collection<TemporalExtent> ExtentImpl.getTemporalElements()
          Provides temporal component of the extent of the referring object
 

Method parameters in org.geotools.metadata.iso.extent with type arguments of type TemporalExtent
 void ExtentImpl.setTemporalElements(Collection<? extends TemporalExtent> newValues)
          Set temporal component of the extent of the referring object
 

Constructors in org.geotools.metadata.iso.extent with parameters of type TemporalExtent
TemporalExtentImpl(TemporalExtent source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of TemporalExtent in org.opengis.metadata.extent
 

Subinterfaces of TemporalExtent in org.opengis.metadata.extent
 interface SpatialTemporalExtent
          Extent with respect to date/time and spatial boundaries.
 

Methods in org.opengis.metadata.extent that return types with arguments of type TemporalExtent
 Collection<? extends TemporalExtent> Extent.getTemporalElements()
          Provides temporal component of the extent of the referring object
 



Copyright © 1996-2014 Geotools. All Rights Reserved.