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 classAn image which can be replaced or updated.Fields in org.apache.sis.internal.storage.image declared as WorldFileResourceModifier and TypeFieldDescriptionprivate WorldFileResourceSingleImageStore.delegateThe singleton resource in this aggregate.private WorldFileResource[]WorldFileStore.Components.imagesAll elements in this list.Methods in org.apache.sis.internal.storage.image that return WorldFileResourceModifier and TypeMethodDescription(package private) WorldFileResourceWorldFileStore.createImageResource(int index) Creates aGridCoverageResourcefor the specified image.(package private) WorldFileResourceWritableStore.createImageResource(int index) Creates aGridCoverageResourcefor the specified image.(package private) final WorldFileResourceSingleImageStore.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 voidWorldFileStore.Components.added(WorldFileResource image) Invoked after an image has been added to the image file.