|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Holds a set of FeatureCollections together with styles and a single output coordinate system.
Method Summary | |
void |
addFeatureTable(FeatureCollection fc,
Style style)
Deprecated. Adds a collection of features to this map together with a style specification. |
void |
removeFeatureTable(FeatureCollection fc)
Deprecated. |
void |
render(Renderer renderer,
com.vividsolutions.jts.geom.Envelope envelope)
Deprecated. Displays or outputs the portion of the map that falls within a specified envelope using the provided renderer. |
void |
setCoordinateSystem(org.opengis.cs.CS_CoordinateSystem cs)
Deprecated. Sets the coordinate system to be used when outputting the features in this map. |
Method Detail |
public void setCoordinateSystem(org.opengis.cs.CS_CoordinateSystem cs)
cs
- The single coordinate system that all features will be
converted to for output.public void addFeatureTable(FeatureCollection fc, Style style)
fc
- The collection of features to add.style
- The style to apply to these features.public void removeFeatureTable(FeatureCollection fc)
public void render(Renderer renderer, com.vividsolutions.jts.geom.Envelope envelope)
renderer
- The renderer which will produce the output.envelope
- The portion of the map to be rendered.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |