Package | Description |
---|---|
edu.ucdavis.cstars.client.geometry |
Modifier and Type | Method and Description |
---|---|
static Ring |
Ring.create() |
static Ring |
Ring.create(double[][] points) |
Ring |
RingGroup.getRing(int index) |
Modifier and Type | Method and Description |
---|---|
Polyline |
Polyline.addPath(Ring path)
Adds a path to the Polyline.
|
void |
RingGroup.addRing(Ring ring) |
Polygon |
Polygon.addRing(Ring ring)
Adds a ring to the Polygon.
|