public final class GeometryShapeUtil extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
addLineString(Viewport2D viewport,
GeneralPath path,
LineString line) |
static Shape |
toShape(Viewport2D viewport,
BoundingBox boundingBox) |
static Shape |
toShape(Viewport2D viewport,
Geometry geometry) |
static Shape |
toShape(Viewport2D viewport,
LineString line) |
static Shape |
toShape(Viewport2D viewport,
Point point) |
static Shape |
toShape(Viewport2D viewport,
Polygon polygon) |
public static void addLineString(Viewport2D viewport, GeneralPath path, LineString line)
public static Shape toShape(Viewport2D viewport, BoundingBox boundingBox)
public static Shape toShape(Viewport2D viewport, Geometry geometry)
public static Shape toShape(Viewport2D viewport, LineString line)
public static Shape toShape(Viewport2D viewport, Point point)
public static Shape toShape(Viewport2D viewport, Polygon polygon)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.