public interface Renderer
Modifier and Type | Method and Description |
---|---|
boolean |
isInteractive()
Getter for property interactive.
|
Coordinate |
pixelToWorld(int x,
int y,
Envelope map) |
void |
render(FeatureCollection<? extends FeatureType,? extends Feature> fc,
Envelope viewport,
Style style)
Renders the provided features using the specified style.
|
void |
setInteractive(boolean interactive)
Setter for property interactive.
|
void |
setOutput(Graphics g,
Rectangle r)
sets the output graphics for the renderer and the size of the graphic.
|
void render(FeatureCollection<? extends FeatureType,? extends Feature> fc, Envelope viewport, Style style)
fc
- The feature collection to renderviewport
- The visible extent to be renderedstyle
- The style definition to apply to each featureboolean isInteractive()
void setInteractive(boolean interactive)
interactive
- New value of property interactive.void setOutput(Graphics g, Rectangle r)
Coordinate pixelToWorld(int x, int y, Envelope map)
Copyright © 1996–2019 Geotools. All rights reserved.