public abstract class GeoBaseShape extends BasePlanetObject implements GeoShape
planetModel| Constructor and Description |
|---|
GeoBaseShape(PlanetModel planetModel)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Bounds |
getBounds(Bounds bounds)
Compute longitude/latitude bounds for the shape.
|
equals, hashCodeclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetEdgePoints, intersectsisWithin, isWithinpublic GeoBaseShape(PlanetModel planetModel)
planetModel - is the planet model to use.public Bounds getBounds(Bounds bounds)
GeoShapegetBounds in interface GeoShapebounds - is the optional input bounds object. If this is null,
a bounds object will be created. Otherwise, the input object will be modified.Copyright © 2000-2015 Apache Software Foundation. All Rights Reserved.