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