Uses of Class
com.luciad.fusion.engine.replication.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
Modifier 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.Modifier and TypeMethodDescriptionTLfnReplicationAreaOfInterestManager.getAreas()
Returns an unmodifiable list of all known areas.Modifier 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.