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

mgIGeometry.h File Reference

This graph shows which files directly or indirectly include this file:


Namespaces

namespace  OSGeo
namespace  OSGeo::FDO
namespace  OSGeo::FDO::Geometry

Classes

class  OSGeo::FDO::Geometry::GeometryCollection
 The GeometryCollection class is a collection of Geometry objects. More...
class  OSGeo::FDO::Geometry::GeometryCollection::Enumerator
 A Nested class defined to provide enumeration of Dictionary elements.

Functions

__property System::String * get_Text ()
 Gets the text string representation of this Geometry.

Function Documentation

__property System::String* get_Text  ) 
 

Gets the text string representation of this Geometry.

Remarks:
This object retains ownership of the string. The caller should NOT attempt to free it. The text string may be retained in memory by the object indefinitely. Calling this method on a large number of Geometries that are retained in memory may cause a noticable increase in memory consumption.
Returns:
Returns the text string

Comments or suggestions? Send us feedback.