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 TypeClassDescriptionclass
This class concatenates twoEnumeration
objects to a singleEnumeration
.class
AnEnumeration
that contains no elements.class
ThisEnumeration
delegates to a givenEnumeration
, filtering out elements with a given filter.class
This class returns a givenEnumeration
, and performs a given action after having returned the last element.class
This class generates a modifiedEnumeration
from a givenEnumeration
, by applying a given transformation to each of the elements before returning it.class
ThisEnumeration
is equal to a givenEnumeration
minus a given set of elements.