Modifier and Type | Class and Description |
---|---|
class |
KMLSurfacePolygonImpl |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSurfaceShape
Common superclass for surface conforming shapes such as
SurfacePolygon , SurfacePolyline , SurfaceEllipse , SurfaceQuad , and SurfaceSector . |
class |
SurfaceCircle |
class |
SurfaceEllipse |
class |
SurfaceMultiPolygon |
class |
SurfacePolygon |
class |
SurfacePolygons
Renders fast multiple polygons with or without holes in one pass.
|
class |
SurfacePolyline |
class |
SurfacePolylines
This class renders fast multiple surface polylines in one pass.
|
class |
SurfaceQuad |
class |
SurfaceSector |
class |
SurfaceSquare |
Modifier and Type | Class and Description |
---|---|
class |
SurfaceBox |
Modifier and Type | Class and Description |
---|---|
class |
ContourList |
Modifier and Type | Method and Description |
---|---|
protected void |
ShapeCombiner.assembleBoundingSectors(CombineContext cc,
Combinable... shapes) |
ContourList |
ShapeCombiner.difference(Combinable... shapes) |
protected void |
ShapeCombiner.difference(CombineContext cc,
Combinable... shapes) |
ContourList |
ShapeCombiner.intersection(Combinable... shapes) |
protected void |
ShapeCombiner.intersection(CombineContext cc,
Combinable... shapes) |
protected void |
ShapeCombiner.intersection(CombineContext cc,
Combinable a,
Combinable b) |
protected void |
ShapeCombiner.reverseUnion(CombineContext cc,
Combinable... shapes) |
ContourList |
ShapeCombiner.union(Combinable... shapes) |
protected void |
ShapeCombiner.union(CombineContext cc,
Combinable... shapes) |
Modifier and Type | Field and Description |
---|---|
protected Combinable |
ShapeClippingPanel.clipShape |
protected Combinable |
ShapeClippingPanel.landShape |
Modifier and Type | Method and Description |
---|---|
Combinable |
ShapeClippingPanel.getClipShape() |
Combinable |
ShapeClippingPanel.getLandShape() |
Modifier and Type | Method and Description |
---|---|
void |
ShapeClippingPanel.setClipShape(Combinable clipShape) |
void |
ShapeClippingPanel.setLandShape(Combinable landShape) |
Modifier and Type | Class and Description |
---|---|
class |
DirectedSurfacePolyline
A
SurfacePolyline that draws arrowheads between the polyline positions to indicate direction. |
protected static class |
SectorSelector.RegionShape |