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.wrappedByThe other views that are consumingview, ornullif none.(package private) final StorageConnector.CoupledStorageConnector.Coupled.wrapperForThe object thatviewis wrapping.Fields in org.apache.sis.storage with type parameters of type StorageConnector.CoupledModifier and TypeFieldDescriptionprivate Map<Class<?>,StorageConnector.Coupled> StorageConnector.viewsViews ofStorageConnector.storageas 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.CoupledReturns the view for the given type from the cache.Methods in org.apache.sis.storage with parameters of type StorageConnector.CoupledModifier and TypeMethodDescriptionprivate booleanStorageConnector.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 voidStorageConnector.Coupled.append(TreeTable.Node appendTo, Map<Class<?>, StorageConnector.Coupled> views) Formats the currentCoupledand 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 givenCoupledinstance.