Loading...
Searching...
No Matches
se_fw.h
Go to the documentation of this file.
1/* Copyright (C) 2008 National Institute For Space Research (INPE) - Brazil.
2
3 This file is part of the TerraLib - a Framework for building GIS enabled applications.
4
5 TerraLib is free software: you can redistribute it and/or modify
6 it under the terms of the GNU General Public License as published by
7 the Free Software Foundation, either version 3 of the License,
8 or (at your option) any later version.
9
10 TerraLib is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13 GNU General Public License for more details.
14
15 You should have received a copy of the GNU General Public License
16 along with TerraLib. See COPYING. If not, write to
17 TerraLib Team at <terralib-team@terralib.org>.
18 */
19
20/*!
21 \file se_fw.h
22
23 \brief Forward declarations for the Symbology Encoding module.
24 */
25
26#ifndef __TERRALIB_FW_INTERNAL_SE_FW_H
27#define __TERRALIB_FW_INTERNAL_SE_FW_H
28
29// Forward declarations
30namespace te
31{
32 namespace se
33 {
34 class AnchorPoint;
35 class Categorize;
36 class ChangeCase;
37 class ChannelSelection;
38 class ColorMap;
39 class Concatenate;
41 class CoverageStyle;
42 class Description;
43 class Displacement;
44 class ExternalGraphic;
45 class FeatureTypeStyle;
46 class Fill;
47 class FillBasicColor;
48 class Font;
49 class FormatDate;
50 class FormatNumber;
51 class Function;
52 class Graphic;
53 class GraphicStroke;
54 class Halo;
55 class ImageOutline;
56 class InlineContent;
57 class Interpolate;
59 class LabelPlacement;
60 class LinePlacement;
61 class LineSymbolizer;
62 class MapItem;
63 class Mark;
64 class ParameterValue;
65 class PointPlacement;
66 class PointSymbolizer;
68 class RasterSymbolizer;
69 class Recode;
70 class Rule;
71 class SelectedChannel;
72 class ShadedRelief;
73 class StringLength;
74 class StringPosition;
75 class Stroke;
76 class StrokeBasicColor;
77 class Style;
78 class Substring;
79 class SvgParameter;
80 class Symbolizer;
81 class TextSymbolizer;
82 class Trim;
83 }
84}
85
86#endif // __TERRALIB_FW_INTERNAL_SE_FW_H
An AnchorPoint identifies the location inside of a text label to use an 'anchor' for positioning it r...
Definition AnchorPoint.h:64
The transformation of continuous values to distinct values (Categorize function).
Definition Categorize.h:91
Changes the case of strings (String formatting functions).
Definition ChangeCase.h:53
ChannelSelection specifies the false-color channel selection for a multi-spectral raster source (such...
A ColorMap defines either the colors of a pallette-type raster source or the mapping of numeric pixel...
Definition ColorMap.h:62
Concatenates strings (String formatting functions).
Definition Concatenate.h:51
ContrastEnhancement defines the 'stretching' of contrast for a channel of a false-color image or for ...
The CoverageStyle defines the styling that is to be applied to a subset of Coverage data.
A Description gives human-readable descriptive information for the object it is included within.
Definition Description.h:57
A Displacement gives X and Y offset displacements to use for rendering a text label,...
The ExternalGraphic allows a reference to be made to an external graphic file with a Web URL or to in...
The FeatureTypeStyle defines the styling that is to be applied to a dataset that can be viewed as a f...
A Fill specifies the pattern for filling an area geometry.
Definition Fill.h:60
A Font specifies the text font to use in a text symbolizer.
Definition Font.h:64
Date formatting function.
Definition FormatDate.h:64
Numeric formatting function.
Symbology Encoding functions.
Definition Function.h:66
A GraphicStroke defines a repeated-linear graphic pattern to be used for stroking a line.
A Graphic is a graphic symbol with an inherent shape, color(s), and possibly size.
Definition Graphic.h:67
A Halo is a type of Fill that is applied to the backgrounds of font glyphs.
Definition Halo.h:65
ImageOutline specifies how individual source rasters in a multi-raster set (such as a set of satellit...
InlineContent is XML- or base64-encoded encoded content in some externally-defined format that is inc...
The transformation of continuous values to a number of values (Interpolate function).
Definition Interpolate.h:89
They are used to define a graph of points.
The LabelPlacement specifies where and how a text label should be rendered relative to a geometry.
A LinePlacement specifies how a text label should be rendered relative to a linear geometry.
A LineSymbolizer is used to style a stroke along a linear geometry type, such as a string of line seg...
A Mark specifies a geometric shape and applies coloring to it.
Definition Mark.h:85
The "ParameterValueType" uses WFS-Filter expressions to give values for SE graphic parameters.
A PointPlacement specifies how a text label should be rendered relative to a geometric point.
A PointSymbolizer specifies the rendering of a graphic Symbolizer at a point.
A PolygonSymbolizer is used to draw a polygon (or other area-type geometries), including filling its ...
The RasterSymbolizer describes how to render raster/matrix-coverage data (e.g., satellite photos,...
Transformation of discrete values to other values.
Definition Recode.h:76
A Rule is used to attach property/scale conditions to and group the individual symbols used for rende...
Definition Rule.h:77
A selected channel to be display.
ShadedRelief specifies the application of relief shading (or "hill shading") to a DEM raster to give ...
Returns length of string (String formatting functions).
It returns the position of first occurence of a substring (String formatting functions).
A Stroke specifies the appearance of a linear geometry.
Definition Stroke.h:68
The Style defines the styling that is to be applied to a geographic dataset (vector geometries or cov...
Definition Style.h:66
It returns the substring (String formatting functions).
Definition Substring.h:61
A SvgParameter refers to an SVG/CSS graphical-formatting parameter.
A Symbolizer describes how a feature is to appear on a map.
Definition Symbolizer.h:81
A TextSymbolizer is used to render text labels according to various graphical parameters.
Strips off chars from a string value (String formatting functions).
Definition Trim.h:52
Namespace for the Symbology Encoding module of TerraLib.
Definition Layer.h:46
TerraLib.