Uses of Interface
com.luciad.util.enumeration.ILcdAutoCloseableEnumeration
Packages that use ILcdAutoCloseableEnumeration
Package
Description
Provides classes to read and write geometries and features from generic
spatial databases.
Enumeration utilities.
-
Uses of ILcdAutoCloseableEnumeration in com.luciad.format.database
Methods in com.luciad.format.database that return ILcdAutoCloseableEnumerationModifier and TypeMethodDescriptionILcdDatabaseDecoder.decodeAllObjects(Enumeration aExceptQueryKeys) Decodes all database objects, except the ones that correspond to the given keys.ILcdDatabaseDecoder.decodeObjectKeys(ILcdBounds aBounds) Returns the keys of the database objects that overlap with the given boundsILcdDatabaseDecoder.decodeObjectKeys(String aWhereString) Deprecated.Not used internally in database models, and should not be used externally.ILcdDatabaseDecoder.decodeObjects(Enumeration aQueryKeys) Decodes the database objects that correspond to the given keys.ILcdDatabaseDecoder2.decodeObjects(ILcdBounds aBounds) Decodes the database objects that overlap with the given bounds.TLcdDatabaseModel.elements()TLcdDatabaseModel.elements(Enumeration aKeyEnumeration) Retrieves the geometries with the given keys.TLcdDatabaseReadOnlyModel.elements()TLcdDatabaseReadOnlyModel.elements(Enumeration aKeyEnumeration) Retrieves the geometries with the given keys. -
Uses of ILcdAutoCloseableEnumeration in com.luciad.util.enumeration
Classes in com.luciad.util.enumeration that implement ILcdAutoCloseableEnumerationModifier and TypeClassDescriptionclassThis class concatenates twoEnumerationobjects to a singleEnumeration.classAnEnumerationthat contains no elements.classThisEnumerationdelegates to a givenEnumeration, filtering out elements with a given filter.classThis class returns a givenEnumeration, and performs a given action after having returned the last element.classThis class generates a modifiedEnumerationfrom a givenEnumeration, by applying a given transformation to each of the elements before returning it.classThisEnumerationis equal to a givenEnumerationminus a given set of elements.