Uses of Class
com.luciad.imaging.ALcdBandSemantics
Package
Description
Contains various utility implementations of
ILcdEarthTileSet
.Provides support for decoding NITF files.
LuciadFusion TileStore provides a resource model, based on
ALfnResourceMetadata
.Provides a domain model for working with pixel data and a framework for performing
image processing on such data.
Defines image processing operators that can be applied to an
ALcdImage.
Provides layering support for raster layers.
-
Uses of ALcdBandSemantics in com.luciad.earth.tileset.util
Modifier and TypeMethodDescriptionTLcdEarthImageBuilder.semantics
(List<ALcdBandSemantics> aSemantics) Set the image band semantics. -
Uses of ALcdBandSemantics in com.luciad.format.nitf
Modifier and TypeMethodDescriptionELcdNITFBandRepresentation.toBandSemantics
(int aTransferType, int aComponentBits, ColorModel aPalette, Number aNoDataValue) Create equivalent band semantics for this band representation. -
Uses of ALcdBandSemantics in com.luciad.fusion.tilestore.metadata
Modifier and TypeMethodDescriptionList
<? extends ALcdBandSemantics> TLfnRasterAssetMetadata.RasterAssetPart.getBandSemantics()
Gets the band semantics of this raster asset part.List
<? extends ALcdBandSemantics> TLfnRasterCoverageMetadata.getBandSemantics()
Gets the variable which contains band semantics data for this coverageModifier and TypeMethodDescriptionTLfnRasterAssetMetadata.RasterAssetPart.Builder.bandSemantics
(Collection<? extends ALcdBandSemantics> aBandSemantics) Sets the band semantics of the asset part on this builder.TLfnRasterCoverageMetadata.Builder.bandSemantics
(Collection<? extends ALcdBandSemantics> aBandSemantics) Sets the band semantics of the coverageExplicitly sets the variable which stores the band semantics information. -
Uses of ALcdBandSemantics in com.luciad.imaging
Modifier and TypeClassDescriptionclass
Semantics for a color band in an image.class
Semantics for an image band with measurement values.Modifier and TypeMethodDescriptionTLcdBandColorSemanticsBuilder.buildSemantics()
Build semantics for all bands based on the color model.ALcdImage.Configuration.getSemantics()
Returns the semantics for the bands.Modifier and TypeMethodDescriptionTLcdBandColorSemanticsBuilder.all
(ALcdBandSemantics aSemantics) Sets all parameters on the builder based on the given semantics.TLcdBandMeasurementSemanticsBuilder.all
(ALcdBandSemantics aSemantics) Sets all parameters on the builder based on the given semantics.Modifier and TypeMethodDescriptionALcdImage.Configuration.Builder.semantics
(List<? extends ALcdBandSemantics> aSemantics) Sets the band semantics of the image.TLcdImageBuilder.semantics
(List<? extends ALcdBandSemantics> aSemantics) Set the image band semantics.TLcdImageMosaicBuilder.semantics
(List<ALcdBandSemantics> aSemantics) Set the mosaic band semantics.TLcdRasterImageBuilder.semantics
(List<ALcdBandSemantics> aSemantics) Set the image band semantics. -
Uses of ALcdBandSemantics in com.luciad.imaging.operator
Modifier and TypeMethodDescriptionALcdImageOperatorChain.Builder.semantics
(ALcdBandSemantics[] aBandSemantics) Corresponds to TLcdSemanticsOp.semantics(com.luciad.imaging.ALcdImage, com.luciad.imaging.ALcdBandSemantics[]), but the input image is passed in via the operator chain.ALcdImageOperatorChain.Builder.semantics
(ALcdBandSemantics[] aBandSemantics, double[] aScales, double[] aOffsets) Corresponds to TLcdSemanticsOp.semantics(com.luciad.imaging.ALcdImage, com.luciad.imaging.ALcdBandSemantics[], double[], double[]), but the input image is passed in via the operator chain.static ALcdImage
TLcdSemanticsOp.semantics
(ALcdImage aImage, ALcdBandSemantics[] aBandSemantics) Set new band semantics on an image.static ALcdImage
TLcdSemanticsOp.semantics
(ALcdImage aImage, ALcdBandSemantics[] aBandSemantics, double[] aScales, double[] aOffsets) Set new band semantics on an image and additionally apply scales and offsets to the values in each band.Modifier and TypeMethodDescriptionALcdImageOperatorChain.Builder.semantics
(List<ALcdBandSemantics> aBandSemantics) Corresponds to TLcdSemanticsOp.semantics(com.luciad.imaging.ALcdImage, java.util.List), but the input image is passed in via the operator chain.ALcdImageOperatorChain.Builder.semantics
(List<ALcdBandSemantics> aBandSemantics, double[] aScales, double[] aOffsets) Corresponds to TLcdSemanticsOp.semantics(com.luciad.imaging.ALcdImage, java.util.List, double[], double[]), but the input image is passed in via the operator chain.static ALcdImage
TLcdSemanticsOp.semantics
(ALcdImage aImage, List<ALcdBandSemantics> aBandSemantics) Equivalent toTLcdSemanticsOp.semantics(com.luciad.imaging.ALcdImage, com.luciad.imaging.ALcdBandSemantics[])
, but takes a list instead of an array as input.static ALcdImage
TLcdSemanticsOp.semantics
(ALcdImage aImage, List<ALcdBandSemantics> aBandSemantics, double[] aScales, double[] aOffsets) Equivalent toTLcdSemanticsOp.semantics(com.luciad.imaging.ALcdImage, com.luciad.imaging.ALcdBandSemantics[], double[], double[])
, but takes a list instead of an array as input. -
Uses of ALcdBandSemantics in com.luciad.view.lightspeed.layer.raster
Modifier and TypeMethodDescriptionTLspRasterWorldTouchInfo.getBandSemantics()
Returns the band semantics that correspond withTLspRasterWorldTouchInfo.getRasterData()
.Modifier and TypeMethodDescriptionvoid
TLspRasterWorldTouchInfo.setBandSemantics
(Collection<ALcdBandSemantics> aBandSemantics) Sets the band semantics.