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

OSGeo::FDO::Common Namespace Reference


Classes

class  OSGeo::FDO::Common::DictionaryElement
 DictionaryElement is an element in a DictionaryElementCollection. It consists of a name-value pair. More...
class  OSGeo::FDO::Common::DictionaryElementCollection
 DictionaryElementCollection is a collection of DictionaryElement objects(name-value pairs). More...
class  OSGeo::FDO::Common::DictionaryElementCollection::Enumerator
 DOXYGEN-IGNORE A Nested class defined to provide enumeration of Dictionary elements
class  OSGeo::FDO::Common::Exception
 Exception is a root class for the exception type thrown from classes. It derives from a language level exception class that is environment specific. More...
class  OSGeo::FDO::Common::IStreamReaderImp
 The IStreamReader class is a top level interface for stream reader classes. The API it provides allows the user to read large streams of data in blocks of items. More...
interface  OSGeo::FDO::Common::OSGeo::FDO::Common::IStreamReader
 The IStreamReader class is a top level interface for stream reader classes. The API it provides allows the user to read large streams of data in blocks of items. More...
class  OSGeo::FDO::Common::StringCollection
 StringCollection is a collection of name-value pairs. More...
class  OSGeo::FDO::Common::StringCollection::Enumerator
 DOXYGEN-IGNORE A Nested class defined to provide enumeration of Dictionary elements
class  OSGeo::FDO::Common::StringElement
 StringElement is an element in a StringCollection. More...

Enumerations

enum  GeometryComponentType {
  GeometryComponentType_LinearRing = FdoGeometryComponentType_LinearRing,
  GeometryComponentType_CircularArcSegment = FdoGeometryComponentType_CircularArcSegment,
  GeometryComponentType_LineStringSegment = FdoGeometryComponentType_LineStringSegment,
  GeometryComponentType_Ring = FdoGeometryComponentType_Ring
}
 Enumeration for components of Geometry. More...
enum  GeometryType {
  GeometryType_None = FdoGeometryType_None,
  GeometryType_Point = FdoGeometryType_Point,
  GeometryType_LineString = FdoGeometryType_LineString,
  GeometryType_Polygon = FdoGeometryType_Polygon,
  GeometryType_MultiPoint = FdoGeometryType_MultiPoint,
  GeometryType_MultiLineString = FdoGeometryType_MultiLineString,
  GeometryType_MultiPolygon = FdoGeometryType_MultiPolygon,
  GeometryType_MultiGeometry = FdoGeometryType_MultiGeometry,
  GeometryType_CurveString = FdoGeometryType_CurveString,
  GeometryType_CurvePolygon = FdoGeometryType_CurvePolygon,
  GeometryType_MultiCurveString = FdoGeometryType_MultiCurveString,
  GeometryType_MultiCurvePolygon = FdoGeometryType_MultiCurvePolygon
}
 GeometryType is an enumeration to denote the type of a Geometry. More...
enum  StreamReaderType {
  StreamReaderType_Byte = FdoStreamReaderType_Byte,
  StreamReaderType_Char = FdoStreamReaderType_Char
}
 Enumeration for datatypes used by stream readers. More...

Variables

public __gc __interface IStreamReader

Enumeration Type Documentation

enum GeometryComponentType
 

Enumeration for components of Geometry.

Remarks:
This enumeration applies to certain helper types that are used to compose other types which derive from IGeometry.
Enumeration values:
GeometryComponentType_LinearRing  LinearRing type.
GeometryComponentType_CircularArcSegment  CircularArcSegment type.
GeometryComponentType_LineStringSegment  LineStringSegment type.
GeometryComponentType_Ring  Ring type.

enum GeometryType
 

GeometryType is an enumeration to denote the type of a Geometry.

Remarks:
This enumeration applies to types that derive from IGeometry.
Enumeration values:
GeometryType_None  Indicates no specific type; used for "unknown", "don't care" or an incompletely constructed Geometry object.
GeometryType_Point  Point type.
GeometryType_LineString  LineString type.
GeometryType_Polygon  Polygon type.
GeometryType_MultiPoint  MultiPoint type.
GeometryType_MultiLineString  MultiLineString type.
GeometryType_MultiPolygon  MultiPolygon type.
GeometryType_MultiGeometry  MultiGeometry type.
GeometryType_CurveString  CurveString type.
GeometryType_CurvePolygon  CurvePolygon type.
GeometryType_MultiCurveString  MultiCurveString type.
GeometryType_MultiCurvePolygon  MultiCurvePolygon type.

enum StreamReaderType
 

Enumeration for datatypes used by stream readers.

Enumeration values:
StreamReaderType_Byte  Byte Stream Reader type.
StreamReaderType_Char  Char Stream Reader type.

Variable Documentation

public __gc __interface OSGeo::FDO::Common::IStreamReader
 


Comments or suggestions? Send us feedback.