Module net.anwiba.commons.image
Class ImageMapBandsOperation
java.lang.Object
net.anwiba.commons.image.operation.ImageMapBandsOperation
- All Implemented Interfaces:
IImageOperation
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaggregate(IObjectList<IImageOperation> imageOperations) booleanint[]intbooleaninthashCode()boolean
-
Constructor Details
-
ImageMapBandsOperation
public ImageMapBandsOperation(int[] bandMapping)
-
-
Method Details
-
getBandMapping
public int[] getBandMapping() -
getMappingSize
public int getMappingSize() -
isIdentity
public boolean isIdentity() -
hasDuplicate
public boolean hasDuplicate() -
hashCode
public int hashCode() -
equals
-
aggregate
public static IOptional<ImageMapBandsOperation,RuntimeException> aggregate(IObjectList<IImageOperation> imageOperations)
-