Uses of Class
org.apache.sis.storage.StorageConnector.Coupled
Packages that use StorageConnector.Coupled
Package
Description
Data store base types for retrieving and saving geospatial data
in various storage formats.
-
Uses of StorageConnector.Coupled in org.apache.sis.storage
Fields in org.apache.sis.storage declared as StorageConnector.CoupledModifier and TypeFieldDescriptionprivate StorageConnector.Coupled[]
StorageConnector.Coupled.wrappedBy
The other views that are consumingview
, ornull
if none.(package private) final StorageConnector.Coupled
StorageConnector.Coupled.wrapperFor
The object thatview
is wrapping.Fields in org.apache.sis.storage with type parameters of type StorageConnector.CoupledModifier and TypeFieldDescriptionprivate Map
<Class<?>, StorageConnector.Coupled> StorageConnector.views
Views ofStorageConnector.storage
as instances of types different than the type of the object given to the constructor.Methods in org.apache.sis.storage that return StorageConnector.CoupledModifier and TypeMethodDescriptionprivate StorageConnector.Coupled
Returns the view for the given type from the cache.Methods in org.apache.sis.storage with parameters of type StorageConnector.CoupledModifier and TypeMethodDescriptionprivate boolean
StorageConnector.reset
(StorageConnector.Coupled c) Resets the given view.Method parameters in org.apache.sis.storage with type arguments of type StorageConnector.CoupledModifier and TypeMethodDescription(package private) final void
StorageConnector.Coupled.append
(TreeTable.Node appendTo, Map<Class<?>, StorageConnector.Coupled> views) Formats the currentCoupled
and all its children as a tree in the given tree table node.Constructors in org.apache.sis.storage with parameters of type StorageConnector.CoupledModifierConstructorDescription(package private)
Coupled
(StorageConnector.Coupled wrapperFor, byte cascade) Creates a wrapper for a view wrapping the givenCoupled
instance.