Uses of Enum Class
org.geotools.gce.imagemosaic.PathType
Packages that use PathType
-
Uses of PathType in org.geotools.gce.imagemosaic
Methods in org.geotools.gce.imagemosaic that return PathTypeModifier and TypeMethodDescriptionRasterManager.getPathType()static PathTypeReturns the enum constant of this class with the specified name.static PathType[]PathType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.geotools.gce.imagemosaic with parameters of type PathTypeModifierConstructorDescriptionGranuleDescriptor(SimpleFeature feature, ImageReaderSpi suggestedSPI, AbstractGridFormat suggestedFormat, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation) GranuleDescriptor(SimpleFeature feature, ImageReaderSpi suggestedSPI, PathType pathType, AbstractGridFormat suggestedFormat, ImageInputStreamSpi suggestedIsSPI, String locationAttribute, String parentLocation, MultiLevelROI roiProvider) Constructor for theGranuleDescriptorassuming it doesn't belong to an heterogeneous granules set.GranuleDescriptor(SimpleFeature feature, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation, boolean heterogeneousGranules) GranuleDescriptor(SimpleFeature feature, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation, boolean heterogeneousGranules, Hints hints) GranuleDescriptor(SimpleFeature feature, AbstractGridFormat suggestedFormat, ImageReaderSpi suggestedSPI, ImageInputStreamSpi suggestedIsSPI, PathType pathType, String locationAttribute, String parentLocation, MultiLevelROI roiProvider, boolean heterogeneousGranules, Hints hints) Constructor for theGranuleDescriptor -
Uses of PathType in org.geotools.gce.imagemosaic.catalog
Methods in org.geotools.gce.imagemosaic.catalog that return PathTypeMethods in org.geotools.gce.imagemosaic.catalog with parameters of type PathType