Uses of Class
com.luciad.util.TLcdPair
Packages that use TLcdPair
Package
Description
Provides support for decoding ECRG files.
This package provides the LuciadFusion engine.
Provides the Tile Store abstraction and a file system implementation.
This package provides API to model and encapsulate transport requests and responses between
a client and server.
Provides a common OGC WMTS (Web Map Tile Service) domain model that can be used by clients as well as servers.
-
Uses of TLcdPair in com.luciad.format.ecrg
Methods in com.luciad.format.ecrg that return types with arguments of type TLcdPairModifier and TypeMethodDescriptionTLcdECRGMediaMetadata.getBoundingRectangle()
A list of latitude/longitude points that describe the outer-most bounding rectangle.Method parameters in com.luciad.format.ecrg with type arguments of type TLcdPairModifier and TypeMethodDescriptionvoid
TLcdECRGMediaMetadata.setBoundingRectangle
(List<TLcdPair<Double, Double>> aBoundingRectangle) A list of latitude/longitude points that describe the outer-most bounding rectangle. -
Uses of TLcdPair in com.luciad.fusion.engine
Method parameters in com.luciad.fusion.engine with type arguments of type TLcdPairModifier and TypeMethodDescriptionTLfnEngineFactory.RasterSessionBuilder.assetPartOrder
(Comparator<TLcdPair<ALfnAssetMetadata.AssetPart, ALfnAssetMetadata>> aComparator) Deprecated.Sets the order of the asset parts, eliminating any existing asset part order.TLfnEngineFactory.RasterSessionBuilder.setAssetPartOrder
(Comparator<TLcdPair<ALfnAssetMetadata.AssetPart, ALfnAssetMetadata>> aComparator) Deprecated. -
Uses of TLcdPair in com.luciad.fusion.tilestore
Methods in com.luciad.fusion.tilestore with parameters of type TLcdPairModifier and TypeMethodDescriptionTLfnQuery.BasicBuilder.andFilterAllDoNotEqual
(TLcdPair<TLfnQuery.Property, ?>... aPropertyValuePairs) Updates the filter to only include resources whose value for each specified property is not equal to its specified value.TLfnQuery.BasicBuilder.andFilterAllEqual
(TLcdPair<TLfnQuery.Property, ?>... aPropertyValuePairs) Updates the filter to only include resources whose value for each specified property is equal to its specified value.TLfnQuery.BasicBuilder.andFilterAnyDoNotEqual
(TLcdPair<TLfnQuery.Property, ?>... aPropertyValuePairs) Updates the filter to only include resources whose value for at least 1 specified property is not equal to its specified value.TLfnQuery.BasicBuilder.andFilterAnyEqual
(TLcdPair<TLfnQuery.Property, ?>... aPropertyValuePairs) Updates the filter to only include resources whose value for at least 1 specified property is equal to its specified value. -
Uses of TLcdPair in com.luciad.io.transport
Methods in com.luciad.io.transport that return types with arguments of type TLcdPairModifier and TypeMethodDescriptionTLcdTransportRequest.getHeaders()
Gets headers to add to this request.TLcdTransportResponse.getHeaders()
Gets the headers for this response.Constructor parameters in com.luciad.io.transport with type arguments of type TLcdPairModifierConstructorDescriptionTLcdTransportResponse
(int aResponseCode, String aResponseReason, ReadableByteChannel aContent, List<TLcdPair<String, String>> aHeaders) Constructs a response. -
Uses of TLcdPair in com.luciad.ogc.wmts
Methods in com.luciad.ogc.wmts that return types with arguments of type TLcdPairModifier and TypeMethodDescriptionTLcdWMTSLayer.getTileMatrixSets()
Returns a list of matrix sets.Constructor parameters in com.luciad.ogc.wmts with type arguments of type TLcdPairModifierConstructorDescriptionTLcdWMTSLayer
(URI aUri, String aId, String aTitle, String aAbstract, Collection<String> aFormats, Collection<String> aInfoFormats, Collection<String> aStyles, String aDefaultStyle, Map<String, Collection<String>> aDimensions, Map<String, String> aDefaultDimensions, List<TLcdPair<String, List<String>>> aTileMatrixSets, boolean aTileStructureQuadTree, ILcdBounds aBounds) Creates a new layer representation.
TLfnEngineFactory.RasterSessionBuilder.assetPartOrder(java.util.Comparator)
instead