GDAL
OGRCompoundCurve Member List

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

addCurve(OGRCurve *, double dfToleranceEps=1e-14)OGRCompoundCurve
addCurveDirectly(OGRCurve *, double dfToleranceEps=1e-14)OGRCompoundCurve
assignSpatialReference(OGRSpatialReference *poSR)OGRGeometry
bGenerate_DB2_V72_BYTE_ORDER (defined in OGRGeometry)OGRGeometrystatic
Boundary() const OGRGeometryvirtual
Buffer(double dfDist, int nQuadSegs=30) const OGRGeometryvirtual
CastToCompoundCurve(OGRCurve *puCurve)OGRCurvestatic
CastToError(OGRGeometry *poGeom) (defined in OGRGeometry)OGRGeometrystatic
CastToIdentity(OGRGeometry *poGeom) (defined in OGRGeometry)OGRGeometryinlinestatic
CastToLinearRing(OGRCompoundCurve *poCC)OGRCompoundCurveprotectedstatic
OGRCurve::CastToLinearRing(OGRCurve *poCurve)OGRCurvestatic
CastToLineString(OGRCompoundCurve *poCC) (defined in OGRCompoundCurve)OGRCompoundCurveprotectedstatic
OGRCurve::CastToLineString(OGRCurve *poCurve)OGRCurvestatic
Centroid(OGRPoint *poPoint) const OGRGeometryvirtual
clone() const OGRCompoundCurvevirtual
closeRings()OGRGeometryvirtual
Contains(const OGRGeometry *) const OGRGeometryvirtual
ContainsPoint(const OGRPoint *p) const OGRCurveprotectedvirtual
ConvexHull() const OGRGeometryvirtual
createGEOSContext() (defined in OGRGeometry)OGRGeometrystatic
Crosses(const OGRGeometry *) const OGRGeometryvirtual
CurveToLine(double dfMaxAngleStepSizeDegrees=0, const char *const *papszOptions=NULL) const OGRCompoundCurvevirtual
Difference(const OGRGeometry *) const OGRGeometryvirtual
Disjoint(const OGRGeometry *) const OGRGeometryvirtual
Distance(const OGRGeometry *) const OGRGeometryvirtual
dumpReadable(FILE *, const char *=NULL, char **papszOptions=NULL) const OGRGeometryvirtual
empty()OGRCompoundCurvevirtual
EndPoint(OGRPoint *) const OGRCompoundCurvevirtual
Equal(OGRGeometry *) const CPL_WARN_DEPRECATED("Non standard method. Use Equals() instead") (defined in OGRGeometry)OGRGeometry
Equals(OGRGeometry *) const OGRCompoundCurvevirtual
exportToGEOS(GEOSContextHandle_t hGEOSCtxt) const (defined in OGRGeometry)OGRGeometryvirtual
exportToGML(const char *const *papszOptions=NULL) const OGRGeometryvirtual
exportToJson() const OGRGeometryvirtual
exportToKML() const OGRGeometryvirtual
exportToWkb(OGRwkbByteOrder, unsigned char *, OGRwkbVariant=wkbVariantOldOgc) const OGRCompoundCurvevirtual
exportToWkt(char **ppszDstText, OGRwkbVariant=wkbVariantOldOgc) const OGRCompoundCurvevirtual
flattenTo2D()OGRCompoundCurvevirtual
freeGEOSContext(GEOSContextHandle_t hGEOSCtxt) (defined in OGRGeometry)OGRGeometrystatic
get_Area() const OGRCompoundCurvevirtual
get_AreaOfCurveSegments() const OGRCompoundCurvevirtual
get_IsClosed() const OGRCurvevirtual
get_Length() const OGRCompoundCurvevirtual
getBoundary() const CPL_WARN_DEPRECATED("Non standard method. Use Boundary() instead")OGRGeometryvirtual
GetCasterToLinearRing() const (defined in OGRCompoundCurve)OGRCompoundCurveprotectedvirtual
GetCasterToLineString() const (defined in OGRCompoundCurve)OGRCompoundCurveprotectedvirtual
getCoordinateDimension() const OGRGeometryvirtual
getCurve(int)OGRCompoundCurve
getCurve(int) const OGRCompoundCurve
getCurveGeometry(const char *const *papszOptions=NULL) const OGRGeometryvirtual
getDimension() const OGRCurvevirtual
getEnvelope(OGREnvelope *psEnvelope) const OGRCompoundCurvevirtual
getEnvelope(OGREnvelope3D *psEnvelope) const OGRCompoundCurvevirtual
getGeometryName() const OGRCompoundCurvevirtual
getGeometryType() const OGRCompoundCurvevirtual
getIsoGeometryType() const OGRGeometry
getLinearGeometry(double dfMaxAngleStepSizeDegrees=0, const char *const *papszOptions=NULL) const OGRCompoundCurvevirtual
getNumCurves() const OGRCompoundCurve
getNumPoints() const OGRCompoundCurvevirtual
getPointIterator() const OGRCompoundCurvevirtual
getSpatialReference(void) const OGRGeometryinline
hasCurveGeometry(int bLookForNonLinear=FALSE) const OGRCompoundCurvevirtual
importCurveCollectionFromWkt(char **ppszInput, int bAllowEmptyComponent, int bAllowLineString, int bAllowCurve, int bAllowCompoundCurve, OGRErr(*pfnAddCurveDirectly)(OGRGeometry *poSelf, OGRCurve *poCurve)) (defined in OGRGeometry)OGRGeometryprotected
importFromWkb(unsigned char *, int=-1, OGRwkbVariant=wkbVariantOldOgc)OGRCompoundCurvevirtual
importFromWkt(char **)OGRCompoundCurvevirtual
importPreambuleFromWkb(unsigned char *pabyData, int nSize, OGRwkbByteOrder &eByteOrder, OGRBoolean &b3D, OGRwkbVariant eWkbVariant) (defined in OGRGeometry)OGRGeometryprotected
importPreambuleFromWkt(char **ppszInput, int *pbHasZ, int *pbHasM) (defined in OGRGeometry)OGRGeometryprotected
importPreambuleOfCollectionFromWkb(unsigned char *pabyData, int &nSize, int &nDataOffset, OGRwkbByteOrder &eByteOrder, int nMinSubGeomSize, int &nGeomCount, OGRwkbVariant eWkbVariant) (defined in OGRGeometry)OGRGeometryprotected
Intersect(OGRGeometry *) const CPL_WARN_DEPRECATED("Non standard method. Use Intersects() instead") (defined in OGRGeometry)OGRGeometry
Intersection(const OGRGeometry *) const OGRGeometryvirtual
Intersects(const OGRGeometry *) const OGRGeometryvirtual
IsConvex() const OGRCurvevirtual
IsEmpty() const OGRCompoundCurvevirtual
IsRing() const OGRGeometryvirtual
IsSimple() const OGRGeometryvirtual
IsValid() const OGRGeometryvirtual
nCoordDimension (defined in OGRGeometry)OGRGeometryprotected
OGRCompoundCurve()OGRCompoundCurve
OGRCurve() (defined in OGRCurve)OGRCurveprotected
OGRGeometry() (defined in OGRGeometry)OGRGeometry
Overlaps(const OGRGeometry *) const OGRGeometryvirtual
Polygonize() const OGRGeometryvirtual
segmentize(double dfMaxLength)OGRCompoundCurvevirtual
setCoordinateDimension(int nDimension)OGRCompoundCurvevirtual
Simplify(double dTolerance) const OGRGeometryvirtual
SimplifyPreserveTopology(double dTolerance) const OGRGeometry
StartPoint(OGRPoint *) const OGRCompoundCurvevirtual
stealCurve(int) (defined in OGRCompoundCurve)OGRCompoundCurve
swapXY()OGRCompoundCurvevirtual
SymDifference(const OGRGeometry *) const OGRGeometryvirtual
SymmetricDifference(const OGRGeometry *) const CPL_WARN_DEPRECATED("Non standard method. Use SymDifference() instead")OGRGeometryvirtual
Touches(const OGRGeometry *) const OGRGeometryvirtual
transform(OGRCoordinateTransformation *poCT)OGRCompoundCurvevirtual
transformTo(OGRSpatialReference *poSR)OGRGeometry
Union(const OGRGeometry *) const OGRGeometryvirtual
UnionCascaded() const OGRGeometryvirtual
Value(double, OGRPoint *) const OGRCompoundCurvevirtual
Within(const OGRGeometry *) const OGRGeometryvirtual
WkbSize() const OGRCompoundCurvevirtual
~OGRCompoundCurve() (defined in OGRCompoundCurve)OGRCompoundCurvevirtual
~OGRCurve() (defined in OGRCurve)OGRCurvevirtual
~OGRGeometry() (defined in OGRGeometry)OGRGeometryvirtual

Generated for GDAL by doxygen 1.8.11.