Package | Description |
---|---|
org.geotools.styling |
Allows for symbolization of geospatial data.
|
org.geotools.ysld | |
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.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SelectedChannelType
A class to hold Channel information for use in ChannelSelction objects.
|
Modifier and Type | Class and Description |
---|---|
class |
SelectedChannelTypeImpl
Default implementation of SelectedChannelType.
|
Modifier and Type | Method and Description |
---|---|
ChannelSelection |
StyleFactoryImpl.channelSelection(SelectedChannelType gray) |
ChannelSelection |
StyleFactory.channelSelection(SelectedChannelType gray) |
ChannelSelection |
StyleFactoryImpl2.channelSelection(SelectedChannelType gray) |
ChannelSelection |
StyleFactoryImpl.channelSelection(SelectedChannelType red,
SelectedChannelType green,
SelectedChannelType blue) |
ChannelSelection |
StyleFactory.channelSelection(SelectedChannelType red,
SelectedChannelType green,
SelectedChannelType blue) |
ChannelSelectionImpl |
StyleFactoryImpl2.channelSelection(SelectedChannelType red,
SelectedChannelType green,
SelectedChannelType blue) |
void |
ChannelSelectionImpl.setGrayChannel(SelectedChannelType gray) |
void |
ChannelSelectionImpl.setRGBChannels(SelectedChannelType red,
SelectedChannelType green,
SelectedChannelType blue) |
Constructor and Description |
---|
SelectedChannelTypeImpl(SelectedChannelType gray) |
Modifier and Type | Method and Description |
---|---|
abstract SelectedChannelType |
Band.getFrom(ChannelSelection sel)
Get the
SelectedChannelType in sel that is represented by this band. |
Modifier and Type | Method and Description |
---|---|
SelectedChannelType |
ChannelSelection.getGrayChannel()
Get the gray channel to be used
|
SelectedChannelType[] |
ChannelSelection.getRGBChannels()
get the RGB channels to be used
|
SelectedChannelType |
StyleFactory.selectedChannelType(Expression channelName,
ContrastEnhancement contrastEnhancement) |
SelectedChannelType |
StyleFactory.selectedChannelType(String channelName,
ContrastEnhancement contrastEnhancement) |
Modifier and Type | Method and Description |
---|---|
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 |
Copyright © 1996–2022 Geotools. All rights reserved.