Uses of Class
com.luciad.fusion.engine.replication.TLfnReplicationAreaOfInterest
Packages that use TLfnReplicationAreaOfInterest
Package
Description
This package provides the classes to compare and replicate resources between two tile stores.
-
Uses of TLfnReplicationAreaOfInterest in com.luciad.fusion.engine.replication
Methods in com.luciad.fusion.engine.replication that return TLfnReplicationAreaOfInterestModifier and TypeMethodDescriptionTLfnReplicationAreaOfInterestManager.add
(ILcdShape aShape, ILcdGeoReference aGeoReference, String aName) Creates and adds a new area of interest instance to this manager.TLfnReplicationResource.getAreaOfInterest()
Returns the geographic region to which the replication of the data will be limited.Methods in com.luciad.fusion.engine.replication that return types with arguments of type TLfnReplicationAreaOfInterestModifier and TypeMethodDescriptionTLfnReplicationAreaOfInterestManager.getAreas()
Returns an unmodifiable list of all known areas.Methods in com.luciad.fusion.engine.replication with parameters of type TLfnReplicationAreaOfInterestModifier and TypeMethodDescriptionvoid
TLfnReplicationAreaOfInterestManager.remove
(TLfnReplicationAreaOfInterest aAreaOfInterest) Removes the specified area of interest from this manager.void
TLfnReplicationResource.setAreaOfInterest
(TLfnReplicationAreaOfInterest aAreaOfInterest) Limits the replicated data for this resource to a certain geographic region.