| 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 AnchorPoint | createAnchorPoint(Expression x, Expression y) | public ChannelSelection | createChannelSelection(SelectedChannelType[] channels) | public ColorMap | createColorMap() | public ColorMapEntry | createColorMapEntry() | public ContrastEnhancement | createContrastEnhancement() | public ContrastEnhancement | createContrastEnhancement(Expression gammaValue) | public Graphic | createDefaultGraphic() | public Displacement | createDisplacement(Expression x, Expression y) | public Extent | createExtent(String name, String value) Creates a new extent.
Parameters: name - The name of the extent. Parameters: value - The value of the extent. | public ExternalGraphic | createExternalGraphic(URL url, String format) | public ExternalGraphic | createExternalGraphic(String uri, String format) | public FeatureTypeConstraint | createFeatureTypeConstraint(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 FeatureTypeStyle | createFeatureTypeStyle(Rule[] rules) | public FeatureTypeStyle | createFeatureTypeStyle() | public Fill | createFill(Expression color, Expression backgroundColor, Expression opacity, Graphic graphicFill) | public Fill | createFill(Expression color, Expression opacity) | public Fill | createFill(Expression color) | public Font | createFont(Expression fontFamily, Expression fontStyle, Expression fontWeight, Expression fontSize) | public Graphic | createGraphic(ExternalGraphic[] externalGraphics, Mark[] marks, Symbol[] symbols, Expression opacity, Expression size, Expression rotation) | public Halo | createHalo(Fill fill, Expression radius) | public ImageOutline | createImageOutline(Symbolizer symbolizer) Creates a new ImageOutline.
Parameters: symbolizer - A line or polygon symbolizer. | public LayerFeatureConstraints | createLayerFeatureConstraints(FeatureTypeConstraint[] featureTypeConstraints) | public LinePlacement | createLinePlacement(Expression offset) | public LineSymbolizer | createLineSymbolizer() | public LineSymbolizer | createLineSymbolizer(Stroke stroke, String geometryPropertyName) | public Mark | createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation) | public Mark | createMark() | public NamedLayer | createNamedLayer() | public NamedStyle | createNamedStyle() | public PointPlacement | createPointPlacement(AnchorPoint anchorPoint, Displacement displacement, Expression rotation) | public PointSymbolizer | createPointSymbolizer() | public PointSymbolizer | createPointSymbolizer(Graphic graphic, String geometryPropertyName) | public PolygonSymbolizer | createPolygonSymbolizer() | public PolygonSymbolizer | createPolygonSymbolizer(Stroke stroke, Fill fill, String geometryPropertyName) | public RasterSymbolizer | createRasterSymbolizer() | public RasterSymbolizer | createRasterSymbolizer(String geometryPropertyName, Expression opacity, ChannelSelection channel, Expression overlap, ColorMap colorMap, ContrastEnhancement ce, ShadedRelief relief, Symbolizer outline) | public RemoteOWS | createRemoteOWS(String service, String onlineResource) | public Rule | createRule() | public SelectedChannelType | createSelectedChannelType(String name, ContrastEnhancement enhancement) | public SelectedChannelType | createSelectedChannelType(String name, Expression gammaValue) | public ShadedRelief | createShadedRelief(Expression reliefFactor) | public Stroke | createStroke(Expression color, Expression width) | public Stroke | createStroke(Expression color, Expression width, Expression opacity) | public Stroke | createStroke(Expression color, Expression width, Expression opacity, Expression lineJoin, Expression lineCap, float[] dashArray, Expression dashOffset, Graphic graphicFill, Graphic graphicStroke) | public Style | createStyle() | public StyledLayerDescriptor | createStyledLayerDescriptor() | public TextSymbolizer | createTextSymbolizer(Fill fill, Font[] fonts, Halo halo, Expression label, LabelPlacement labelPlacement, String geometryPropertyName) | public TextSymbolizer | createTextSymbolizer() | public UserLayer | createUserLayer() | public Mark | getCircleMark() | public Mark | getCrossMark() | public Fill | getDefaultFill() | public Font | getDefaultFont() | public Graphic | getDefaultGraphic() | public LineSymbolizer | getDefaultLineSymbolizer() | public Mark | getDefaultMark() | public PointPlacement | getDefaultPointPlacement() | public PointSymbolizer | getDefaultPointSymbolizer() | public PolygonSymbolizer | getDefaultPolygonSymbolizer() | public RasterSymbolizer | getDefaultRasterSymbolizer() | public Stroke | getDefaultStroke() | public Style | getDefaultStyle() | public TextSymbolizer | getDefaultTextSymbolizer() Creates a default Text Symbolizer, using the defaultFill, defaultFont
and defaultPointPlacement, Sets the geometry attribute name to be
geometry:text. | public Mark | getSquareMark() | public Mark | getStarMark() | public Mark | getTriangleMark() | public Mark | getXMark() |
createAnchorPoint | public AnchorPoint createAnchorPoint(Expression x, Expression y)(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. |
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. |
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) | | |
createImageOutline | public ImageOutline createImageOutline(Symbolizer symbolizer)(Code) | | Creates a new ImageOutline.
Parameters: symbolizer - A line or polygon symbolizer. The new image outline. |
createMark | public Mark createMark(Expression wellKnownName, Stroke stroke, Fill fill, Expression size, Expression rotation)(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 |
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. |
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. |
|
|