Package | Description |
---|---|
com.metsci.glimpse.charts.shoreline |
Data structures and data IO utilities for display land polygon outlines.
|
Modifier and Type | Method and Description |
---|---|
static LandSegment |
LandSegment.newFillableSegment(List<LandVertex> vertices) |
static LandSegment |
LandSegment.newFillableSegment(List<LandVertex> vertices,
List<LandVertex> ghostVertices) |
LandSegment |
LandSegmentFactory.newLandSegment(List<LandVertex> vertices)
The returned LandSegment may have land on the wrong side.
|
static LandSegment |
LandSegment.newUnfillableSegment(List<LandVertex> vertices) |
Modifier and Type | Method and Description |
---|---|
List<LandSegment> |
LandShape.getSegments() |
Constructor and Description |
---|
LandShape(List<LandSegment> segments,
LandBox box) |
Copyright © 2016 Metron, Inc.. All rights reserved.