Class Polygon.PolygonGeometry
- java.lang.Object
-
- gov.nasa.worldwind.render.airspaces.Polygon.PolygonGeometry
-
-
Constructor Summary
Constructors Constructor Description PolygonGeometry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GeometrygetFillIndexGeometry()GeometrygetOutlineIndexGeometry()longgetSizeInBytes()Retrieves the approximate size of this object in bytes.GeometrygetVertexGeometry()
-
-
-
Method Detail
-
getFillIndexGeometry
public Geometry getFillIndexGeometry()
-
getOutlineIndexGeometry
public Geometry getOutlineIndexGeometry()
-
getVertexGeometry
public Geometry getVertexGeometry()
-
getSizeInBytes
public long getSizeInBytes()
Description copied from interface:CacheableRetrieves the approximate size of this object in bytes. Implementors are encouraged to calculate the exact size for smaller objects, but use approximate values for objects that include such large components that the approximation would produce an error so small that the extra computation would be wasteful.- Specified by:
getSizeInBytesin interfaceCacheable- Returns:
- this
Cacheableobject's size in bytes
-
-