Uses of Interface
org.opengis.metadata.content.RangeDimension

Packages that use RangeDimension
org.geotools.metadata.iso.content Content information implementation. 
org.opengis.metadata.content Content information (includes Feature catalogue and Coverage descriptions). 
 

Uses of RangeDimension in org.geotools.metadata.iso.content
 

Classes in org.geotools.metadata.iso.content that implement RangeDimension
 class BandImpl
          Range of wavelengths in the electromagnetic spectrum.
 class RangeDimensionImpl
          Information on the range of each dimension of a cell measurement value.
 

Methods in org.geotools.metadata.iso.content that return types with arguments of type RangeDimension
 Collection<RangeDimension> CoverageDescriptionImpl.getDimensions()
          Returns the information on the dimensions of the cell measurement value.
 

Method parameters in org.geotools.metadata.iso.content with type arguments of type RangeDimension
 void CoverageDescriptionImpl.setDimensions(Collection<? extends RangeDimension> newValues)
          Set the information on the dimensions of the cell measurement value.
 

Constructors in org.geotools.metadata.iso.content with parameters of type RangeDimension
RangeDimensionImpl(RangeDimension source)
          Constructs a metadata entity initialized with the values from the specified metadata.
 

Uses of RangeDimension in org.opengis.metadata.content
 

Subinterfaces of RangeDimension in org.opengis.metadata.content
 interface Band
          Range of wavelengths in the electromagnetic spectrum.
 

Methods in org.opengis.metadata.content that return types with arguments of type RangeDimension
 Collection<? extends RangeDimension> CoverageDescription.getDimensions()
          Information on the dimensions of the cell measurement value.
 



Copyright © 1996-2014 Geotools. All Rights Reserved.