|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SelectedChannelType | |
---|---|
org.geotools.styling | Allows for symbolization of geospatial data. |
org.opengis.style | The following package is an implementation of OGC Symbology Encoding 1.1.0 and ISO 19117 : Portrayal This package is a merge from package GeoAPI SLD (v1.0.0) and GeoTools styling. |
Uses of SelectedChannelType in org.geotools.styling |
---|
Subinterfaces of SelectedChannelType in org.geotools.styling | |
---|---|
interface |
SelectedChannelType
A class to hold Channel information for use in ChannelSelction objects. |
Classes in org.geotools.styling that implement SelectedChannelType | |
---|---|
class |
SelectedChannelTypeImpl
Default implementation of SelectedChannelType. |
Methods in org.geotools.styling with parameters of type SelectedChannelType | |
---|---|
ChannelSelection |
StyleFactoryImpl.channelSelection(SelectedChannelType gray)
|
ChannelSelection |
StyleFactoryImpl2.channelSelection(SelectedChannelType gray)
|
ChannelSelection |
StyleFactory.channelSelection(SelectedChannelType gray)
|
ChannelSelection |
StyleFactoryImpl.channelSelection(SelectedChannelType red,
SelectedChannelType green,
SelectedChannelType blue)
|
ChannelSelectionImpl |
StyleFactoryImpl2.channelSelection(SelectedChannelType red,
SelectedChannelType green,
SelectedChannelType blue)
|
ChannelSelection |
StyleFactory.channelSelection(SelectedChannelType red,
SelectedChannelType green,
SelectedChannelType blue)
|
void |
ChannelSelectionImpl.setGrayChannel(SelectedChannelType gray)
|
void |
ChannelSelectionImpl.setRGBChannels(SelectedChannelType red,
SelectedChannelType green,
SelectedChannelType blue)
|
Constructors in org.geotools.styling with parameters of type SelectedChannelType | |
---|---|
SelectedChannelTypeImpl(SelectedChannelType gray)
|
Uses of SelectedChannelType in org.opengis.style |
---|
Methods in org.opengis.style that return SelectedChannelType | |
---|---|
SelectedChannelType |
ChannelSelection.getGrayChannel()
Get the gray channel to be used |
SelectedChannelType[] |
ChannelSelection.getRGBChannels()
get the RGB channels to be used |
SelectedChannelType |
StyleFactory.selectedChannelType(String channelName,
ContrastEnhancement contrastEnhancement)
|
Methods in org.opengis.style with parameters of type SelectedChannelType | |
---|---|
ChannelSelection |
StyleFactory.channelSelection(SelectedChannelType gray)
|
ChannelSelection |
StyleFactory.channelSelection(SelectedChannelType red,
SelectedChannelType green,
SelectedChannelType blue)
|
Object |
StyleVisitor.visit(SelectedChannelType selectChannelType,
Object data)
Called when accept is called on a raster SelectedChannelType element |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |