Java Doc for StyleFactory.java in  » GIS » GeoTools-2.4.1 » org » geotools » styling » Java Source Code / Java DocumentationJava Source Code and Java Documentation

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 » GeoTools 2.4.1 » org.geotools.styling 
Source Cross Reference  Class Diagram Java Document (Java Doc) 


org.geotools.styling.StyleFactory

All known Subclasses:   org.geotools.styling.AbstractStyleFactory,
StyleFactory
public interface StyleFactory extends Factory(Code)
Abstract base class for implementing style factories.




Method Summary
public  AnchorPointcreateAnchorPoint(Expression x, Expression y)
    
public  ChannelSelectioncreateChannelSelection(SelectedChannelType[] channels)
    
public  ColorMapcreateColorMap()
    
public  ColorMapEntrycreateColorMapEntry()
    
public  ContrastEnhancementcreateContrastEnhancement()
    
public  ContrastEnhancementcreateContrastEnhancement(Expression gammaValue)
    
public  GraphiccreateDefaultGraphic()
    
public  DisplacementcreateDisplacement(Expression x, Expression y)
    
public  ExtentcreateExtent(String name, String value)
     Creates a new extent.
Parameters:
  name - The name of the extent.
Parameters:
  value - The value of the extent.
public  ExternalGraphiccreateExternalGraphic(URL url, String format)
    
public  ExternalGraphiccreateExternalGraphic(String uri, String format)
    
public  FeatureTypeConstraintcreateFeatureTypeConstraint(String featureTypeName, Filter filter, Extent[] extents)
     Creates a new feature type constraint.
Parameters:
  featureTypeName - The feature type name.
Parameters:
  filter - The filter.
Parameters:
  extents - The extents.
public  FeatureTypeStylecreateFeatureTypeStyle(Rule[] rules)
    
public  FeatureTypeStylecreateFeatureTypeStyle()
    
public  FillcreateFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)
    
public  FillcreateFill(Expression color, Expression opacity)
    
public  FillcreateFill(Expression color)
    
public  FontcreateFont(Expression fontFamily, Expression fontStyle, Expression fontWeight, Expression fontSize)
    
public  GraphiccreateGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)
    
public  HalocreateHalo(Fill fill, Expression radius)
    
public  ImageOutlinecreateImageOutline(Symbolizer symbolizer)
     Creates a new ImageOutline.
Parameters:
  symbolizer - A line or polygon symbolizer.
public  LayerFeatureConstraintscreateLayerFeatureConstraints(FeatureTypeConstraint[] featureTypeConstraints)
    
public  LinePlacementcreateLinePlacement(Expression offset)
    
public  LineSymbolizercreateLineSymbolizer()
    
public  LineSymbolizercreateLineSymbolizer(Stroke stroke, String geometryPropertyName)
    
public  MarkcreateMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)
    
public  MarkcreateMark()
    
public  NamedLayercreateNamedLayer()
    
public  NamedStylecreateNamedStyle()
    
public  PointPlacementcreatePointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)
    
public  PointSymbolizercreatePointSymbolizer()
    
public  PointSymbolizercreatePointSymbolizer(Graphic graphic, String geometryPropertyName)
    
public  PolygonSymbolizercreatePolygonSymbolizer()
    
public  PolygonSymbolizercreatePolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)
    
public  RasterSymbolizercreateRasterSymbolizer()
    
public  RasterSymbolizercreateRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)
    
public  RemoteOWScreateRemoteOWS(String service, String onlineResource)
    
public  RulecreateRule()
    
public  SelectedChannelTypecreateSelectedChannelType(String name, ContrastEnhancement enhancement)
    
public  SelectedChannelTypecreateSelectedChannelType(String name, Expression gammaValue)
    
public  ShadedReliefcreateShadedRelief(Expression reliefFactor)
    
public  StrokecreateStroke(Expression color, Expression width)
    
public  StrokecreateStroke(Expression color, Expression width, Expression opacity)
    
public  StrokecreateStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)
    
public  StylecreateStyle()
    
public  StyledLayerDescriptorcreateStyledLayerDescriptor()
    
public  TextSymbolizercreateTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)
    
public  TextSymbolizercreateTextSymbolizer()
    
public  UserLayercreateUserLayer()
    
public  MarkgetCircleMark()
    
public  MarkgetCrossMark()
    
public  FillgetDefaultFill()
    
public  FontgetDefaultFont()
    
public  GraphicgetDefaultGraphic()
    
public  LineSymbolizergetDefaultLineSymbolizer()
    
public  MarkgetDefaultMark()
    
public  PointPlacementgetDefaultPointPlacement()
    
public  PointSymbolizergetDefaultPointSymbolizer()
    
public  PolygonSymbolizergetDefaultPolygonSymbolizer()
    
public  RasterSymbolizergetDefaultRasterSymbolizer()
    
public  StrokegetDefaultStroke()
    
public  StylegetDefaultStyle()
    
public  TextSymbolizergetDefaultTextSymbolizer()
     Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement, Sets the geometry attribute name to be geometry:text.
public  MarkgetSquareMark()
    
public  MarkgetStarMark()
    
public  MarkgetTriangleMark()
    
public  MarkgetXMark()
    



Method Detail
createAnchorPoint
public AnchorPoint createAnchorPoint(Expression x, Expression y)(Code)



createChannelSelection
public ChannelSelection createChannelSelection(SelectedChannelType[] channels)(Code)



createColorMap
public ColorMap createColorMap()(Code)



createColorMapEntry
public ColorMapEntry createColorMapEntry()(Code)



createContrastEnhancement
public ContrastEnhancement createContrastEnhancement()(Code)



createContrastEnhancement
public ContrastEnhancement createContrastEnhancement(Expression gammaValue)(Code)



createDefaultGraphic
public Graphic createDefaultGraphic()(Code)



createDisplacement
public Displacement createDisplacement(Expression x, Expression y)(Code)



createExtent
public Extent createExtent(String name, String value)(Code)
Creates a new extent.
Parameters:
  name - The name of the extent.
Parameters:
  value - The value of the extent. The new extent.



createExternalGraphic
public ExternalGraphic createExternalGraphic(URL url, String format)(Code)



createExternalGraphic
public ExternalGraphic createExternalGraphic(String uri, String format)(Code)



createFeatureTypeConstraint
public FeatureTypeConstraint createFeatureTypeConstraint(String featureTypeName, Filter filter, Extent[] extents)(Code)
Creates a new feature type constraint.
Parameters:
  featureTypeName - The feature type name.
Parameters:
  filter - The filter.
Parameters:
  extents - The extents. The new feature type constaint.



createFeatureTypeStyle
public FeatureTypeStyle createFeatureTypeStyle(Rule[] rules)(Code)



createFeatureTypeStyle
public FeatureTypeStyle createFeatureTypeStyle()(Code)



createFill
public Fill createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill)(Code)



createFill
public Fill createFill(Expression color, Expression opacity)(Code)



createFill
public Fill createFill(Expression color)(Code)



createFont
public Font createFont(Expression fontFamily, Expression fontStyle, Expression fontWeight, Expression fontSize)(Code)



createGraphic
public Graphic createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation)(Code)



createHalo
public Halo createHalo(Fill fill, Expression radius)(Code)



createImageOutline
public ImageOutline createImageOutline(Symbolizer symbolizer)(Code)
Creates a new ImageOutline.
Parameters:
  symbolizer - A line or polygon symbolizer. The new image outline.



createLayerFeatureConstraints
public LayerFeatureConstraints createLayerFeatureConstraints(FeatureTypeConstraint[] featureTypeConstraints)(Code)



createLinePlacement
public LinePlacement createLinePlacement(Expression offset)(Code)



createLineSymbolizer
public LineSymbolizer createLineSymbolizer()(Code)



createLineSymbolizer
public LineSymbolizer createLineSymbolizer(Stroke stroke, String geometryPropertyName)(Code)



createMark
public Mark createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)(Code)



createMark
public Mark createMark()(Code)



createNamedLayer
public NamedLayer createNamedLayer()(Code)



createNamedStyle
public NamedStyle createNamedStyle()(Code)



createPointPlacement
public PointPlacement createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation)(Code)



createPointSymbolizer
public PointSymbolizer createPointSymbolizer()(Code)



createPointSymbolizer
public PointSymbolizer createPointSymbolizer(Graphic graphic, String geometryPropertyName)(Code)



createPolygonSymbolizer
public PolygonSymbolizer createPolygonSymbolizer()(Code)



createPolygonSymbolizer
public PolygonSymbolizer createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName)(Code)



createRasterSymbolizer
public RasterSymbolizer createRasterSymbolizer()(Code)



createRasterSymbolizer
public RasterSymbolizer createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline)(Code)



createRemoteOWS
public RemoteOWS createRemoteOWS(String service, String onlineResource)(Code)



createRule
public Rule createRule()(Code)



createSelectedChannelType
public SelectedChannelType createSelectedChannelType(String name, ContrastEnhancement enhancement)(Code)



createSelectedChannelType
public SelectedChannelType createSelectedChannelType(String name, Expression gammaValue)(Code)
StyleFactory.createSelectedChannelType(String,ContrastEnhancement)



createShadedRelief
public ShadedRelief createShadedRelief(Expression reliefFactor)(Code)



createStroke
public Stroke createStroke(Expression color, Expression width)(Code)
A convienice method to make a simple stroke
Parameters:
  color - the color of the line
Parameters:
  width - the width of the line the stroke object
See Also:   org.geotools.stroke



createStroke
public Stroke createStroke(Expression color, Expression width, Expression opacity)(Code)
A convienice method to make a simple stroke
Parameters:
  color - the color of the line
Parameters:
  width - The width of the line
Parameters:
  opacity - The opacity of the line The stroke
See Also:   org.geotools.stroke



createStroke
public Stroke createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke)(Code)
creates a stroke
Parameters:
  color - The color of the line
Parameters:
  width - The width of the line
Parameters:
  opacity - The opacity of the line
Parameters:
  lineJoin - - the type of Line joint
Parameters:
  lineCap - - the type of line cap
Parameters:
  dashArray - - an array of floats describing the dashes in the line
Parameters:
  dashOffset - - where in the dash array to start drawing from
Parameters:
  graphicFill - - a graphic object to fill the line with
Parameters:
  graphicStroke - - a graphic object to draw the line with The completed stroke.
See Also:   org.geotools.stroke



createStyle
public Style createStyle()(Code)



createStyledLayerDescriptor
public StyledLayerDescriptor createStyledLayerDescriptor()(Code)



createTextSymbolizer
public TextSymbolizer createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName)(Code)



createTextSymbolizer
public TextSymbolizer createTextSymbolizer()(Code)



createUserLayer
public UserLayer createUserLayer()(Code)



getCircleMark
public Mark getCircleMark()(Code)
Convinence method for obtaining a mark of a fixed shape a Mark that matches the name in this method.



getCrossMark
public Mark getCrossMark()(Code)
Convinence method for obtaining a mark of a fixed shape a Mark that matches the name in this method.



getDefaultFill
public Fill getDefaultFill()(Code)



getDefaultFont
public Font getDefaultFont()(Code)



getDefaultGraphic
public Graphic getDefaultGraphic()(Code)



getDefaultLineSymbolizer
public LineSymbolizer getDefaultLineSymbolizer()(Code)



getDefaultMark
public Mark getDefaultMark()(Code)



getDefaultPointPlacement
public PointPlacement getDefaultPointPlacement()(Code)



getDefaultPointSymbolizer
public PointSymbolizer getDefaultPointSymbolizer()(Code)



getDefaultPolygonSymbolizer
public PolygonSymbolizer getDefaultPolygonSymbolizer()(Code)



getDefaultRasterSymbolizer
public RasterSymbolizer getDefaultRasterSymbolizer()(Code)



getDefaultStroke
public Stroke getDefaultStroke()(Code)



getDefaultStyle
public Style getDefaultStyle()(Code)



getDefaultTextSymbolizer
public TextSymbolizer getDefaultTextSymbolizer()(Code)
Creates a default Text Symbolizer, using the defaultFill, defaultFont and defaultPointPlacement, Sets the geometry attribute name to be geometry:text. No Halo is set. The label is not set A default TextSymbolizer



getSquareMark
public Mark getSquareMark()(Code)
Convinence method for obtaining a mark of a fixed shape a Mark that matches the name in this method.



getStarMark
public Mark getStarMark()(Code)
Convinence method for obtaining a mark of a fixed shape a Mark that matches the name in this method.



getTriangleMark
public Mark getTriangleMark()(Code)
Convinence method for obtaining a mark of a fixed shape a Mark that matches the name in this method.



getXMark
public Mark getXMark()(Code)
Convinence method for obtaining a mark of a fixed shape a Mark that matches the name in this method.



www.java2java.com | Contact Us
Copyright 2009 - 12 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.