Uses of Class
com.luciad.format.s57.TLcdS57CatalogueModelDecoder.LoadingPolicy
Packages that use TLcdS57CatalogueModelDecoder.LoadingPolicy
-
Uses of TLcdS57CatalogueModelDecoder.LoadingPolicy in com.luciad.format.s57
Fields in com.luciad.format.s57 declared as TLcdS57CatalogueModelDecoder.LoadingPolicyModifier and TypeFieldDescriptionstatic final TLcdS57CatalogueModelDecoder.LoadingPolicyTLcdS57CatalogueModelDecoder.LoadingPolicy.SOFT_REFERENCEDModels of this type are lazy loaded (loaded when they are needed the first time), and are cached in a SoftReference (see java.lang.ref.SoftReference).static final TLcdS57CatalogueModelDecoder.LoadingPolicyTLcdS57CatalogueModelDecoder.LoadingPolicy.STRONG_REFERENCEDModels of this type are decoded immediately, and remain in memory as long as a strong link exists to the model.static final TLcdS57CatalogueModelDecoder.LoadingPolicyTLcdS57CatalogueModelDecoder.LoadingPolicy.WEAK_REFERENCEDModels of this type are lazy loaded (loaded when they are needed the first time), and are cached in a WeakReference (see java.lang.ref.WeakReference).Methods in com.luciad.format.s57 that return TLcdS57CatalogueModelDecoder.LoadingPolicyModifier and TypeMethodDescriptionTLcdS57CatalogueModelDecoder.getLoadingPolicy()Returns the loading policy to be used by this model decoder.Methods in com.luciad.format.s57 with parameters of type TLcdS57CatalogueModelDecoder.LoadingPolicyModifier and TypeMethodDescriptionvoidTLcdS57CatalogueModelDecoder.setLoadingPolicy(TLcdS57CatalogueModelDecoder.LoadingPolicy aLoadingPolicy) Sets the loading policy to be used by this model decoder.