FDO .NET API Reference Feature Data Objects
Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

mgGeometricType.h File Reference


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Schema

Enumerations

enum  GeometricType {
  GeometricType_Point = 0x01,
  GeometricType_Curve = 0x02,
  GeometricType_Surface = 0x04,
  GeometricType_Solid = 0x08,
  GeometricType_All = 0x01|0x02|0x04|0x08
}
 The GeometricType enumeration categorizes all of the geometry types supported by FDO based on their geometric dimensionality. More...

Enumeration Type Documentation

enum GeometricType
 

The GeometricType enumeration categorizes all of the geometry types supported by FDO based on their geometric dimensionality.

Enumeration values:
GeometricType_Point  Represents 0-dimensional geometric primitives, such as Points.
GeometricType_Curve  Represents 1 dimensional geometric primitives, such as Curves and Lines.
GeometricType_Surface  Represents 2 dimensional geometric primitives, such as Polygons.
GeometricType_Solid  Represents 3 dimensional geometric primitives, such as Cubes.
GeometricType_All 

Comments or suggestions? Send us feedback.