Uses of Class
org.apache.sis.internal.storage.image.WorldFileResource
Packages that use WorldFileResource
Package
Description
Bridges between Apache SIS data stores and Java Image I/O.
-
Uses of WorldFileResource in org.apache.sis.internal.storage.image
Subclasses of WorldFileResource in org.apache.sis.internal.storage.imageModifier and TypeClassDescription(package private) final class
An image which can be replaced or updated.Fields in org.apache.sis.internal.storage.image declared as WorldFileResourceModifier and TypeFieldDescriptionprivate WorldFileResource
SingleImageStore.delegate
The singleton resource in this aggregate.private WorldFileResource[]
WorldFileStore.Components.images
All elements in this list.Methods in org.apache.sis.internal.storage.image that return WorldFileResourceModifier and TypeMethodDescription(package private) WorldFileResource
WorldFileStore.createImageResource
(int index) Creates aGridCoverageResource
for the specified image.(package private) WorldFileResource
WritableStore.createImageResource
(int index) Creates aGridCoverageResource
for the specified image.(package private) final WorldFileResource
SingleImageStore.delegate()
Returns the singleton resource in this aggregate.WorldFileStore.Components.get
(int index) Returns the image at the given index.WorldFileStore.Components.remove
(int index) Removes the element at the specified position in this list.Methods in org.apache.sis.internal.storage.image with parameters of type WorldFileResourceModifier and TypeMethodDescription(package private) final void
WorldFileStore.Components.added
(WorldFileResource image) Invoked after an image has been added to the image file.