Uses of Interface
org.apache.sis.storage.WritableGridCoverageResource.Option
Packages that use WritableGridCoverageResource.Option
Package
Description
Utility classes for the implementation of SIS storage classes.
Simple data store implementations for some ESRI grid formats (ASCII and binary).
Bridges between Apache SIS data stores and Java Image I/O.
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of WritableGridCoverageResource.Option in org.apache.sis.internal.storage
Constructors in org.apache.sis.internal.storage with parameters of type WritableGridCoverageResource.OptionModifierConstructorDescriptionWritableResourceSupport
(GridCoverageResource resource, WritableGridCoverageResource.Option[] options) Creates a new helper class for the given options. -
Uses of WritableGridCoverageResource.Option in org.apache.sis.internal.storage.esri
Methods in org.apache.sis.internal.storage.esri with parameters of type WritableGridCoverageResource.OptionModifier and TypeMethodDescriptionvoid
WritableStore.write
(GridCoverage coverage, WritableGridCoverageResource.Option... options) Writes a new coverage in the data store for this resource. -
Uses of WritableGridCoverageResource.Option in org.apache.sis.internal.storage.image
Methods in org.apache.sis.internal.storage.image with parameters of type WritableGridCoverageResource.OptionModifier and TypeMethodDescriptionvoid
SingleImageStore.Writable.write
(GridCoverage coverage, WritableGridCoverageResource.Option... options) Writes a new coverage in the data store for this resource.void
WritableResource.write
(GridCoverage coverage, WritableGridCoverageResource.Option... options) Writes a new coverage in the data store for this resource. -
Uses of WritableGridCoverageResource.Option in org.apache.sis.storage
Classes in org.apache.sis.storage that implement WritableGridCoverageResource.OptionModifier and TypeClassDescriptionstatic enum
Write options that may apply to any data store.Methods in org.apache.sis.storage with parameters of type WritableGridCoverageResource.OptionModifier and TypeMethodDescriptionvoid
WritableGridCoverageResource.write
(GridCoverage coverage, WritableGridCoverageResource.Option... options) Writes a new coverage in the data store for this resource.