WhirlyGlobe  1.2
A 3D interactive globe toolkit for iOS
WhirlyGlobe::VectorAreal Class Reference

#include <VectorData.h>

Inheritance diagram for WhirlyGlobe::VectorAreal:
WhirlyGlobe::VectorShape WhirlyGlobe::Identifiable

List of all members.

Public Member Functions

virtual GeoMbr calcGeoMbr ()
 Return the geoMbr.
void initGeoMbr ()
bool pointInside (GeoCoord coord)
 True if the given point is within one of the loops.
void subdivide (float tolerance)
 Sudivide to the given tolerance (in degrees)

Static Public Member Functions

static VectorArealRef createAreal ()
 Creation function. Use this instead of new.

Public Attributes

GeoMbr geoMbr
std::vector< VectorRing > loops

Detailed Description

Areal feature is a list of loops. The first is an outer loop and all the rest are inner loops


The documentation for this class was generated from the following file: