Uses of Class
org.geotools.gce.imagemosaic.PathType

Packages that use PathType
org.geotools.gce.imagemosaic   
 

Uses of PathType in org.geotools.gce.imagemosaic
 

Methods in org.geotools.gce.imagemosaic that return PathType
 PathType RasterManager.getPathType()
           
static PathType PathType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static PathType[] PathType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.geotools.gce.imagemosaic with parameters of type PathType
GranuleDescriptor(SimpleFeature feature, ImageReaderSpi suggestedSPI, PathType pathType, String locationAttribute, String parentLocation)
           
GranuleDescriptor(SimpleFeature feature, ImageReaderSpi suggestedSPI, PathType pathType, String locationAttribute, String parentLocation, boolean heterogeneousGranules)
           
GranuleDescriptor(SimpleFeature feature, ImageReaderSpi suggestedSPI, PathType pathType, String locationAttribute, String parentLocation, boolean heterogeneousGranules, Hints hints)
           
GranuleDescriptor(SimpleFeature feature, ImageReaderSpi suggestedSPI, PathType pathType, String locationAttribute, String parentLocation, MultiLevelROI roiProvider)
          Constructor for the GranuleDescriptor assuming it doesn't belong to an heterogeneous granules set.
GranuleDescriptor(SimpleFeature feature, ImageReaderSpi suggestedSPI, PathType pathType, String locationAttribute, String parentLocation, MultiLevelROI roiProvider, boolean heterogeneousGranules, Hints hints)
          Constructor for the GranuleDescriptor
 



Copyright © 1996-2014 Geotools. All Rights Reserved.