FDO API Reference Feature Data Objects

FgfGeometryFactory Class Reference

Inherits GeometryFactoryAbstract.

Inheritance diagram for FgfGeometryFactory:

Inheritance graph
[legend]
List of all members.

Detailed Description

The FdoFgfGeometryFactory class is an FGF-based Geometry factory, a concrete class that implements all the members from FdoGeometryFactoryAbstract.


Public Member Functions

NAMESPACE_OSGEO_GEOMETRY::ICircularArcSegmentCreateCircularArcSegment (NAMESPACE_OSGEO_GEOMETRY::IDirectPosition *startPosition, NAMESPACE_OSGEO_GEOMETRY::IDirectPosition *midPosition, NAMESPACE_OSGEO_GEOMETRY::IDirectPosition *endPosition)
 CircularArcSegment Creates a CircularArcSegment object by copying from three points on the arc.
NAMESPACE_OSGEO_GEOMETRY::ICurvePolygonCreateCurvePolygon (NAMESPACE_OSGEO_GEOMETRY::IRing *exteriorRing, NAMESPACE_OSGEO_GEOMETRY::RingCollection *interiorRings)
 CurvePolygon Creates a CurvePolygon object by copying from given ring objects.
NAMESPACE_OSGEO_GEOMETRY::ICurveStringCreateCurveString (NAMESPACE_OSGEO_GEOMETRY::CurveSegmentCollection *curveSegments)
 CurveString Creates a CurveString object by copying from a collection of CurveSegment objects.
NAMESPACE_OSGEO_GEOMETRY::IGeometryCreateGeometry (NAMESPACE_OSGEO_GEOMETRY::IEnvelope *envelope)
 Creates a Geometry object by converting from an envelope.
NAMESPACE_OSGEO_GEOMETRY::IGeometryCreateGeometry (System::String *text)
 Creates a Geometry object by converting from a text string.
NAMESPACE_OSGEO_GEOMETRY::IGeometryCreateGeometry (NAMESPACE_OSGEO_GEOMETRY::IGeometry *geometry)
 Creates a Geometry object by copying from another Geometry.
NAMESPACE_OSGEO_GEOMETRY::IGeometryCreateGeometryFromFgf (System::Byte bytes[], Int32 count)
 Creates a Geometry from FGF data.
NAMESPACE_OSGEO_GEOMETRY::IGeometryCreateGeometryFromFgf (System::Byte bytes[])
 Creates a Geometry from FGF data.
NAMESPACE_OSGEO_GEOMETRY::IGeometryCreateGeometryFromWkb (System::Byte bytes[])
 Creates an FGF-based Geometry from OpenGIS WKB data.
NAMESPACE_OSGEO_GEOMETRY::ILinearRingCreateLinearRing (System::Int32 dimensionality, System::Int32 ordinateNumber, System::Double ordinates[])
 Creates a LinearRing object by copying from an array of ordinates.
NAMESPACE_OSGEO_GEOMETRY::ILinearRingCreateLinearRing (NAMESPACE_OSGEO_GEOMETRY::DirectPositionCollection *positions)
 LinearRing Creates a LinearRing object by copying from a collection of positions.
NAMESPACE_OSGEO_GEOMETRY::ILineStringCreateLineString (System::Int32 dimensionType, System::Int32 ordinateNumber, System::Double ordinates[])
 Creates a LineString object by copying from an array of ordinates.
NAMESPACE_OSGEO_GEOMETRY::ILineStringCreateLineString (NAMESPACE_OSGEO_GEOMETRY::DirectPositionCollection *positions)
 Methods from GeometryFactoryAbstract Creates a LineString object by copying from a collection of positions.
NAMESPACE_OSGEO_GEOMETRY::ILineStringSegmentCreateLineStringSegment (System::Int32 dimType, System::Int32 ordinateNumber, System::Double ordinates[])
 Creates a LineStringSegment object by copying from an array of ordinates.
NAMESPACE_OSGEO_GEOMETRY::ILineStringSegmentCreateLineStringSegment (NAMESPACE_OSGEO_GEOMETRY::DirectPositionCollection *positions)
 LineStringSegment Creates a LineStringSegment object by copying from a collection of positions.
NAMESPACE_OSGEO_GEOMETRY::IMultiCurvePolygonCreateMultiCurvePolygon (NAMESPACE_OSGEO_GEOMETRY::CurvePolygonCollection *curvePolygons)
 MultiCurvePolygon Creates a MultiCurvePolygon object by copying from a collection of CurvePolygon objects.
NAMESPACE_OSGEO_GEOMETRY::IMultiCurveStringCreateMultiCurveString (NAMESPACE_OSGEO_GEOMETRY::CurveStringCollection *curveStrings)
 MultiCurveString Creates a MultiCurveString object by copying from a collection of CurveString objects.
NAMESPACE_OSGEO_GEOMETRY::IMultiGeometryCreateMultiGeometry (NAMESPACE_OSGEO_GEOMETRY::GeometryCollection *geometries)
 MultiGeometry Creates a MultiGeometry object by copying from a collection of Geometry objects.
NAMESPACE_OSGEO_GEOMETRY::IMultiLineStringCreateMultiLineString (NAMESPACE_OSGEO_GEOMETRY::LineStringCollection *lineStrings)
 MultiLineString Creates a MultiLineString object by copying from a collection of LineString objects.
NAMESPACE_OSGEO_GEOMETRY::IMultiPointCreateMultiPoint (System::Int32 dimensionality, System::Int32 ordinateNumber, System::Double ordinates[])
 Creates a MultiPoint object by copying from an array of ordinates.
NAMESPACE_OSGEO_GEOMETRY::IMultiPointCreateMultiPoint (NAMESPACE_OSGEO_GEOMETRY::PointCollection *points)
 MultiPoint Creates a MultiPoint object by copying from a collection of point objects.
NAMESPACE_OSGEO_GEOMETRY::IMultiPolygonCreateMultiPolygon (NAMESPACE_OSGEO_GEOMETRY::PolygonCollection *polygons)
 Creates a MultiPolygon object by copying from a collection of polygon objects.
NAMESPACE_OSGEO_GEOMETRY::IPointCreatePoint (System::Int32 dimensionality, System::Double ordinates[])
 Creates an point object by copying from an array of ordinates.
NAMESPACE_OSGEO_GEOMETRY::IPointCreatePoint (NAMESPACE_OSGEO_GEOMETRY::IDirectPosition *position)
 Point Creates a point object by copying from a position.
NAMESPACE_OSGEO_GEOMETRY::IPolygonCreatePolygon (NAMESPACE_OSGEO_GEOMETRY::ILinearRing *exteriorRing, NAMESPACE_OSGEO_GEOMETRY::LinearRingCollection *interiorRings)
 Polygon Creates a polygon object by copying from given LinearRing objects.
NAMESPACE_OSGEO_GEOMETRY::IRingCreateRing (NAMESPACE_OSGEO_GEOMETRY::CurveSegmentCollection *curveSegments)
 Ring Creates a ring object by copying from a collection of CurveSegment objects.
 FgfGeometryFactory ()
 Instantiates an object of this class.
 FgfGeometryFactory (System::IntPtr unmanaged, System::Boolean autoDelete)
System::Byte GetFgf (NAMESPACE_OSGEO_GEOMETRY::IGeometry *geometry)[]
 Gets FGF data from a Geometry.
System::Byte GetWkb (NAMESPACE_OSGEO_GEOMETRY::IGeometry *geometry)[]
 Gets OpenGIS WKB data from a Geometry.

Comments or suggestions? Send us feedback.