|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Polyline | |
org.geotools.renderer.geom | Shape implementations used for the
rendering of geographic features. |
Uses of Polyline in org.geotools.renderer.geom |
Subclasses of Polyline in org.geotools.renderer.geom | |
class |
Polygon
A polygon bounded by one exterior ring (the "shell") and zero or more interior rings (the "holes"). |
Methods in org.geotools.renderer.geom that return Polyline | |
protected Polyline |
Clipper.clip(Polyline polyline)
Returns a polyline which only contains the points of polyline that appear
in the rectangle specified to the constructor. |
Polyline |
Polyline.subpoly(int lower,
int upper)
Returns a polyline with the point of this polyline from lower
inclusive to upper exclusive. |
Methods in org.geotools.renderer.geom with parameters of type Polyline | |
protected Polyline |
Clipper.clip(Polyline polyline)
Returns a polyline which only contains the points of polyline that appear
in the rectangle specified to the constructor. |
void |
Polyline.append(Polyline toAppend)
Adds to the end of this polyline the data of the specified polyline. |
static void |
Polyline.print(Polyline[] polylines,
java.io.Writer out,
java.util.Locale locale)
Write all point coordinates of many polylines side by side. |
void |
Polygon.addHole(Polyline hole)
Add a hole to this polygon. |
Constructors in org.geotools.renderer.geom with parameters of type Polyline | |
Polyline(Polyline polyline)
Construct a new Polyline with the same data as the specified one.
|
|
Polygon(Polyline shell)
Construct a polygon from the specified polyline. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |