Uses of Class
org.apache.sis.internal.storage.image.WorldFileStore
Packages that use WorldFileStore
Package
Description
Bridges between Apache SIS data stores and Java Image I/O.
-
Uses of WorldFileStore in org.apache.sis.internal.storage.image
Subclasses of WorldFileStore in org.apache.sis.internal.storage.imageModifier and TypeClassDescription(package private) final class
A world file store exposing in the public API the fact that it is an aggregate.(package private) static final class
The writable variant ofMultiImageStore
.(package private) class
A world file store which is expected to contain exactly one image.(package private) static final class
The writable variant ofMultiImageStore
.(package private) class
A data store which writes grid coverages using Image I/O writers completed by the World File convention.Fields in org.apache.sis.internal.storage.image declared as WorldFileStoreModifier and TypeFieldDescriptionprivate WorldFileStore
WorldFileResource.store
The parent data store, ornull
if this resource is not valid anymore.Methods in org.apache.sis.internal.storage.image that return WorldFileStoreModifier and TypeMethodDescriptionWorldFileStoreProvider.open
(StorageConnector connector) Returns aWorldFileStore
implementation associated with this provider.(package private) final WorldFileStore
WorldFileResource.store()
Returns the data store.Constructors in org.apache.sis.internal.storage.image with parameters of type WorldFileStoreModifierConstructorDescription(package private)
WorldFileResource
(WorldFileStore store, StoreListeners parent, int imageIndex, GridGeometry gridGeometry) Creates a new resource.