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 classA world file store exposing in the public API the fact that it is an aggregate.(package private) static final classThe writable variant ofMultiImageStore.(package private) classA world file store which is expected to contain exactly one image.(package private) static final classThe writable variant ofMultiImageStore.(package private) classA 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 WorldFileStoreWorldFileResource.storeThe parent data store, ornullif this resource is not valid anymore.Methods in org.apache.sis.internal.storage.image that return WorldFileStoreModifier and TypeMethodDescriptionWorldFileStoreProvider.open(StorageConnector connector) Returns aWorldFileStoreimplementation associated with this provider.(package private) final WorldFileStoreWorldFileResource.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.