Uses of Class
com.luciad.imaging.ALcdBandSemantics
Packages that use 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
Method parameters in com.luciad.earth.tileset.util with type arguments of type ALcdBandSemanticsModifier and TypeMethodDescriptionTLcdEarthImageBuilder.semantics(List<ALcdBandSemantics> aSemantics) Set the image band semantics. -
Uses of ALcdBandSemantics in com.luciad.format.nitf
Methods in com.luciad.format.nitf that return ALcdBandSemanticsModifier 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
Methods in com.luciad.fusion.tilestore.metadata that return types with arguments of type ALcdBandSemanticsModifier 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 coverageMethod parameters in com.luciad.fusion.tilestore.metadata with type arguments of type ALcdBandSemanticsModifier 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
Subclasses of ALcdBandSemantics in com.luciad.imagingModifier and TypeClassDescriptionclassSemantics for a color band in an image.classSemantics for an image band with measurement values.Methods in com.luciad.imaging that return types with arguments of type ALcdBandSemanticsModifier and TypeMethodDescriptionTLcdBandColorSemanticsBuilder.buildSemantics()Build semantics for all bands based on the color model.ALcdImage.Configuration.getSemantics()Returns the semantics for the bands.Methods in com.luciad.imaging with parameters of type ALcdBandSemanticsModifier 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.Method parameters in com.luciad.imaging with type arguments of type ALcdBandSemanticsModifier 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
Methods in com.luciad.imaging.operator with parameters of type ALcdBandSemanticsModifier 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 ALcdImageTLcdSemanticsOp.semantics(ALcdImage aImage, ALcdBandSemantics[] aBandSemantics) Set new band semantics on an image.static ALcdImageTLcdSemanticsOp.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.Method parameters in com.luciad.imaging.operator with type arguments of type ALcdBandSemanticsModifier 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 ALcdImageTLcdSemanticsOp.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 ALcdImageTLcdSemanticsOp.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
Methods in com.luciad.view.lightspeed.layer.raster that return types with arguments of type ALcdBandSemanticsModifier and TypeMethodDescriptionTLspRasterWorldTouchInfo.getBandSemantics()Returns the band semantics that correspond withTLspRasterWorldTouchInfo.getRasterData().Method parameters in com.luciad.view.lightspeed.layer.raster with type arguments of type ALcdBandSemanticsModifier and TypeMethodDescriptionvoidTLspRasterWorldTouchInfo.setBandSemantics(Collection<ALcdBandSemantics> aBandSemantics) Sets the band semantics.