org.deegree.graphics.sld

Java Source Code / Java Documentation
1. 6.0 JDK Core
2. 6.0 JDK Modules
3. 6.0 JDK Modules com.sun
4. 6.0 JDK Modules com.sun.java
5. 6.0 JDK Modules sun
6. 6.0 JDK Platform
7. Ajax
8. Apache Harmony Java SE
9. Aspect oriented
10. Authentication Authorization
11. Blogger System
12. Build
13. Byte Code
14. Cache
15. Chart
16. Chat
17. Code Analyzer
18. Collaboration
19. Content Management System
20. Database Client
21. Database DBMS
22. Database JDBC Connection Pool
23. Database ORM
24. Development
25. EJB Server geronimo
26. EJB Server GlassFish
27. EJB Server JBoss 4.2.1
28. EJB Server resin 3.1.5
29. ERP CRM Financial
30. ESB
31. Forum
32. GIS
33. Graphic Library
34. Groupware
35. HTML Parser
36. IDE
37. IDE Eclipse
38. IDE Netbeans
39. Installer
40. Internationalization Localization
41. Inversion of Control
42. Issue Tracking
43. J2EE
44. JBoss
45. JMS
46. JMX
47. Library
48. Mail Clients
49. Net
50. Parser
51. PDF
52. Portal
53. Profiler
54. Project Management
55. Report
56. RSS RDF
57. Rule Engine
58. Science
59. Scripting
60. Search Engine
61. Security
62. Sevlet Container
63. Source Control
64. Swing Library
65. Template Engine
66. Test Coverage
67. Testing
68. UML
69. Web Crawler
70. Web Framework
71. Web Mail
72. Web Server
73. Web Services
74. Web Services apache cxf 2.0.1
75. Web Services AXIS2
76. Wiki Engine
77. Workflow Engines
78. XML
79. XML UI
Java
Java Tutorial
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
Photoshop Tutorials
Maya Tutorials
Flash Tutorials
3ds-Max Tutorials
Illustrator Tutorials
GIMP Tutorials
C# / C Sharp
C# / CSharp Tutorial
C# / CSharp Open Source
ASP.Net
ASP.NET Tutorial
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
Ruby
PHP
Python
Python Tutorial
Python Open Source
SQL Server / T-SQL
SQL Server / T-SQL Tutorial
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Flash / Flex / ActionScript
VBA / Excel / Access / Word
XML
XML Tutorial
Microsoft Office PowerPoint 2007 Tutorial
Microsoft Office Excel 2007 Tutorial
Microsoft Office Word 2007 Tutorial
Java Source Code / Java Documentation » GIS » deegree » org.deegree.graphics.sld 
org.deegree.graphics.sld
Java Source File NameTypeComment
AbstractLayer.javaClass
AbstractStyle.javaClass
AbstractSymbolizer.javaClass This is the basis of all symbolizers.
Categorize.javaClass Categorize encapsulates data from a categorize element in a RasterSymbolizer.
CssParameter.javaClass The simple SVG/CSS2 styling parameters are given with the CssParameter element, which is defined as follows:
 <xs:element name="CssParameter" type="sld:ParameterValueType"/>
 <xs:complexType name="ParameterValueType" mixed="true">
 <xs:choice minOccurs="0" maxOccurs="unbounded">
 <xs:element ref="wfs:expression"/>
 </xs:choice>
 </xs:complexType>
 
The parameter values are allowed to be complex expressions for maximum flexibility.
Drawing.javaClass This is the top level interface of Fill and Stroke defining the methods getGraphicFill() and getCssParameters() that are common to both.
Extent.javaClass
ExternalGraphic.javaClass The ExternalGraphic element allows a reference to be made to an external graphic file with a Web URL.
FeatureTypeConstraint.javaClass A FeatureTypeConstraint element is used to identify a feature type by well-known name, using the FeatureTypeName element.
FeatureTypeStyle.javaClass The FeatureTypeStyle defines the styling that is to be applied to a single feature type of a layer).
Fill.javaClass A Fill allows area geometries to be filled.
Font.javaClass The Font element identifies a font of a certain family, style, weight, size and color.
Geometry.javaClass The Geometry element is optional and if it is absent then the default geometry property of the feature type that is used in the containing FeatureStyleType is used.
Graphic.javaClass A Graphic is a "graphic symbol" with an inherent shape, color, and size.
GraphicFill.javaClass The GraphicFill element both indicates that a stipple-fill repeated graphic will be used and specifies the fill graphic.

A graphic can be defined very informally as a little picture.
GraphicStroke.javaClass The GraphicStroke element both indicates that a repeated-linear-graphic stroke type will be used.

The Graphic sub-element specifies the linear graphic.
Halo.javaClass Incarnation of a sld:Halo-element.
Interpolate.javaClass Interpolate encapsulates data from the Symbology Encoding Schema (InterpolateType).
InterpolationPoint.javaClass InterpolationPoint is used by Interpolate.
LabelPlacement.javaClass Used to position a label relative to a point or a line string.
LayerFeatureConstraints.javaClass The LayerFeatureConstraints element is optional in a NamedLayer and allows the user to specify constraints on what features of what feature types are to be selected by the named-layer reference.
LegendGraphic.javaClass The LegendGraphic element gives an optional explicit Graphic symbol to be displayed in a legend for this rule.
LinePlacement.javaClass Incarnation of an sld:LinePlacement-element.
LineSymbolizer.javaClass Used to render a "stroke" along a linear geometry.
Mark.javaClass A Mark takes a "shape" and applies coloring to it.
NamedLayer.javaClass A NamedLayer uses the "name" attribute to identify a layer known to the WMS and can contain zero or more styles, either NamedStyles or UserStyles.
NamedStyle.javaClass
ParameterValueType.javaClass
PointPlacement.javaClass Incarnation of a sld:PointPlacement-element.
PointSymbolizer.javaClass Used to render a "graphic" at a point.
PolygonSymbolizer.javaClass Used to render an interior "fill" and an outlining "stroke" for a polygon or other 2D-area geometry.
RasterSymbolizer.javaClass RasterSymbolizer encapsulates the Symbology Encoding values that may have been set.
RemoteOWS.javaClass Since a layer is defined as a collection of potentially mixed-type features, the UserLayer element must provide the means to identify the features to be used.
Rule.javaClass A rule is used to attach a condition to and group the individual symbolizers used for rendering. The Title and Abstract describe the rule and may be used to generate a legend, as may the LegendGraphic.
SLDFactory.javaClass Factory class for all mapped SLD-elements.
SLDTest.javaClass
Stroke.javaClass A Stroke allows a string of line segments (or any linear geometry) to be rendered.
StyledLayerDescriptor.javaClass StyledLayerDescriptor: This is a sequence of styled layers, represented at the first level by Layer and UserLayer elements.
StyleFactory.javaClass An utility class designed to easy creation of style by convinience methods.
StyleUtils.javaClass Collects all property names used by a list of styles.
Symbolizer.javaInterface This is the basis of all symbolizers.
TextSymbolizer.javaClass Used to render a text label, according to the parameters.
UserLayer.javaClass In addition to using named layers, it is also useful to be able to define custom user-defined layers for rendering.

Since a layer is defined as a collection of potentially mixed-type features, the UserLayer element must provide the means to identify the features to be used.
UserStyle.javaClass A user-defined allows map styling to be defined externally from a system and to be passed around in an interoperable format.

A UserStyle is at the same semantic level as a NamedStyle used in the context of a WMS.
www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.