Uses of Class
com.luciad.imaging.operator.ALcdImageOperator.ImageOperatorTypeBuilder
-
Uses of ALcdImageOperator.ImageOperatorTypeBuilder in com.luciad.imaging.operator
Modifier and TypeMethodDescriptionALcdImageOperator.ImageOperatorTypeBuilder.addInputProperty
(String aName, TLcdDataType aType) Adds an input property to the data type.ALcdImageOperator.ImageOperatorTypeBuilder.addInputProperty
(String aName, TLcdDataType aType, boolean aNullable) Adds an input property to the data type.ALcdImageOperator.ImageOperatorTypeBuilder.addInputProperty
(String aName, String aTypeName, Class<?> aType) Adds an input property to the data type.ALcdImageOperator.ImageOperatorTypeBuilder.addInputProperty
(String aName, String aTypeName, Class<?> aType, boolean aNullable) Adds an input property to the data type.protected static ALcdImageOperator.ImageOperatorTypeBuilder
ALcdImageOperator.createTypeBuilder
(String aVendor, String aOperator) Returns a builder that can be used to create data types for new image operators.protected static ALcdImageOperator.ImageOperatorTypeBuilder
ALcdImageOperator.createTypeBuilder
(String aVendor, String aOperator, Class aImplementationClass) Returns a builder that can be used to create data types for new image operators.ALcdImageOperator.ImageOperatorTypeBuilder.defaultValue
(Object aDefaultValue) Sets default value for the added property