public static enum ImageMosaicReader.HarvestedResource extends Enum<ImageMosaicReader.HarvestedResource>
Enum Constant and Description |
---|
DIRECTORY |
FILE |
FILE_COLLECTION |
Modifier and Type | Method and Description |
---|---|
static ImageMosaicReader.HarvestedResource |
getResourceFromObject(Object source)
Returns the HarvestedResource associated to the input Object
|
abstract void |
harvest(String defaultCoverage,
Object source,
Hints hints,
List<HarvestedSource> result,
ImageMosaicReader reader)
Harvesting of the input resource.
|
static ImageMosaicReader.HarvestedResource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageMosaicReader.HarvestedResource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ImageMosaicReader.HarvestedResource FILE
public static final ImageMosaicReader.HarvestedResource DIRECTORY
public static final ImageMosaicReader.HarvestedResource FILE_COLLECTION
public static ImageMosaicReader.HarvestedResource[] values()
for (ImageMosaicReader.HarvestedResource c : ImageMosaicReader.HarvestedResource.values()) System.out.println(c);
public static ImageMosaicReader.HarvestedResource valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic abstract void harvest(String defaultCoverage, Object source, Hints hints, List<HarvestedSource> result, ImageMosaicReader reader)
List
object.defaultCoverage
- source
- hints
- result
- reader
- public static ImageMosaicReader.HarvestedResource getResourceFromObject(Object source)
source
- Copyright © 1996–2019 Geotools. All rights reserved.