FDO API Reference Feature Data Objects

GeometryFactoryAbstract Member List

This is the complete list of members for GeometryFactoryAbstract, including all inherited members.

CreateCircularArcSegment(NAMESPACE_OSGEO_GEOMETRY::IDirectPosition *startPosition, NAMESPACE_OSGEO_GEOMETRY::IDirectPosition *midPosition, NAMESPACE_OSGEO_GEOMETRY::IDirectPosition *endPosition)GeometryFactoryAbstract
CreateCurvePolygon(NAMESPACE_OSGEO_GEOMETRY::IRing *exteriorRing, NAMESPACE_OSGEO_GEOMETRY::RingCollection *interiorRings)GeometryFactoryAbstract
CreateCurveString(NAMESPACE_OSGEO_GEOMETRY::CurveSegmentCollection *curveSegments)GeometryFactoryAbstract
CreateEnvelope(NAMESPACE_OSGEO_GEOMETRY::IDirectPosition *lowerLeft, NAMESPACE_OSGEO_GEOMETRY::IDirectPosition *upperRight)GeometryFactoryAbstract
CreateEnvelope(System::Int32 dimensionType, System::Double ordinates __gc[])GeometryFactoryAbstract
CreateEnvelope(NAMESPACE_OSGEO_GEOMETRY::IEnvelope *envelope)GeometryFactoryAbstract
CreateEnvelopeXY(System::Double lowerLeftX, System::Double lowerLeftY, System::Double upperRightX, System::Double upperRightY)GeometryFactoryAbstract
CreateEnvelopeXYZ(System::Double lowerLeftX, System::Double lowerLeftY, System::Double lowerLeftZ, System::Double upperRightX, System::Double upperRightY, System::Double upperRightZ)GeometryFactoryAbstract
CreateGeometry(NAMESPACE_OSGEO_GEOMETRY::IGeometry *geometry)GeometryFactoryAbstract
CreateGeometry(System::String *text)GeometryFactoryAbstract
CreateGeometry(NAMESPACE_OSGEO_GEOMETRY::IEnvelope *envelope)GeometryFactoryAbstract
CreateLinearRing(NAMESPACE_OSGEO_GEOMETRY::DirectPositionCollection *positions)GeometryFactoryAbstract
CreateLinearRing(System::Int32 dimensionality, System::Int32 ordinateNumber, System::Double ordinates __gc[])GeometryFactoryAbstract
CreateLineString(NAMESPACE_OSGEO_GEOMETRY::DirectPositionCollection *positions)GeometryFactoryAbstract
CreateLineString(System::Int32 dimensionType, System::Int32 ordinateNumber, System::Double ordinates __gc[])GeometryFactoryAbstract
CreateLineStringSegment(NAMESPACE_OSGEO_GEOMETRY::DirectPositionCollection *positions)GeometryFactoryAbstract
CreateLineStringSegment(System::Int32 dimType, System::Int32 ordinateNumber, System::Double ordinates __gc[])GeometryFactoryAbstract
CreateMultiCurvePolygon(NAMESPACE_OSGEO_GEOMETRY::CurvePolygonCollection *curvePolygons)GeometryFactoryAbstract
CreateMultiCurveString(NAMESPACE_OSGEO_GEOMETRY::CurveStringCollection *curveStrings)GeometryFactoryAbstract
CreateMultiGeometry(NAMESPACE_OSGEO_GEOMETRY::GeometryCollection *geometries)GeometryFactoryAbstract
CreateMultiLineString(NAMESPACE_OSGEO_GEOMETRY::LineStringCollection *lineStrings)GeometryFactoryAbstract
CreateMultiPoint(NAMESPACE_OSGEO_GEOMETRY::PointCollection *points)GeometryFactoryAbstract
CreateMultiPoint(System::Int32 dimensionality, System::Int32 ordinateNumber, System::Double ordinates __gc[])GeometryFactoryAbstract
CreateMultiPolygon(NAMESPACE_OSGEO_GEOMETRY::PolygonCollection *polygons)GeometryFactoryAbstract
CreatePoint(NAMESPACE_OSGEO_GEOMETRY::IDirectPosition *position)GeometryFactoryAbstract
CreatePoint(System::Int32 dimensionality, System::Double ordinates __gc[])GeometryFactoryAbstract
CreatePolygon(NAMESPACE_OSGEO_GEOMETRY::ILinearRing *exteriorRing, NAMESPACE_OSGEO_GEOMETRY::LinearRingCollection *interiorRings)GeometryFactoryAbstract
CreatePosition(NAMESPACE_OSGEO_GEOMETRY::IDirectPosition *position)GeometryFactoryAbstract
CreatePositionXY(System::Double coordinateX, System::Double coordinateY)GeometryFactoryAbstract
CreatePositionXYM(System::Double coordinateX, System::Double coordinateY, System::Double coordinateM)GeometryFactoryAbstract
CreatePositionXYZ(System::Double coordinateX, System::Double coordinateY, System::Double coordinateZ)GeometryFactoryAbstract
CreatePositionXYZM(System::Double coordinateX, System::Double coordinateY, System::Double coordinateZ, System::Double coordinateM)GeometryFactoryAbstract
CreateRing(NAMESPACE_OSGEO_GEOMETRY::CurveSegmentCollection *curveSegments)GeometryFactoryAbstract
Dispose(System::Boolean disposing)GeometryFactoryAbstract [protected]
GeometryFactoryAbstract(System::IntPtr unmanaged, System::Boolean autoDelete)GeometryFactoryAbstract

Comments or suggestions? Send us feedback.