OGR
|
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 | |
Boundary() const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
Buffer(double dfDist, int nQuadSegs=30) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
CastToCompoundCurve(OGRCurve *puCurve) | OGRCurve | static |
CastToLinearRing(OGRCompoundCurve *poCC) | OGRCompoundCurve | protectedstatic |
OGRCurve::CastToLinearRing(OGRCurve *poCurve) | OGRCurve | 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 | protectedvirtual |
ConvexHull() const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
CoordinateDimension() const | OGRGeometry | |
Crosses(const OGRGeometry *) const | OGRGeometry | virtual |
CurveToLine(double dfMaxAngleStepSizeDegrees=0, const char *const *papszOptions=NULL) const | OGRCompoundCurve | virtual |
DelaunayTriangulation(double dfTolerance, int bOnlyEdges) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
Difference(const OGRGeometry *) const CPL_WARN_UNUSED_RESULT | 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 |
Equals(OGRGeometry *) const | OGRCompoundCurve | 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 |
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 | |
getCoordinateDimension() const | OGRGeometry | virtual |
getCurve(int) | OGRCompoundCurve | |
getCurve(int) const | OGRCompoundCurve | |
getCurveGeometry(const char *const *papszOptions=NULL) const CPL_WARN_UNUSED_RESULT | 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 |
importFromWkb(unsigned char *, int=-1, OGRwkbVariant=wkbVariantOldOgc) | OGRCompoundCurve | virtual |
importFromWkt(char **) | OGRCompoundCurve | virtual |
Intersection(const OGRGeometry *) const CPL_WARN_UNUSED_RESULT | 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 |
OGRCompoundCurve() | OGRCompoundCurve | |
OGRCompoundCurve(const OGRCompoundCurve &other) | OGRCompoundCurve | |
OGRGeometry(const OGRGeometry &other) | OGRGeometry | |
operator=(const OGRCompoundCurve &other) | OGRCompoundCurve | |
OGRGeometry::operator=(const OGRGeometry &other) | OGRGeometry | |
Overlaps(const OGRGeometry *) const | OGRGeometry | virtual |
Polygonize() const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
segmentize(double dfMaxLength) | OGRCompoundCurve | virtual |
set3D(OGRBoolean bIs3D) | OGRCompoundCurve | virtual |
setCoordinateDimension(int nDimension) | OGRCompoundCurve | virtual |
setMeasured(OGRBoolean bIsMeasured) | OGRCompoundCurve | virtual |
Simplify(double dTolerance) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
SimplifyPreserveTopology(double dTolerance) const CPL_WARN_UNUSED_RESULT | OGRGeometry | |
StartPoint(OGRPoint *) const | OGRCompoundCurve | virtual |
swapXY() | OGRCompoundCurve | virtual |
SymDifference(const OGRGeometry *) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
SymmetricDifference(const OGRGeometry *) const CPL_WARN_DEPRECATED("Non standard method. Use SymDifference() instead") | OGRGeometry | |
Touches(const OGRGeometry *) const | OGRGeometry | virtual |
transform(OGRCoordinateTransformation *poCT) | OGRCompoundCurve | virtual |
transformTo(OGRSpatialReference *poSR) | OGRGeometry | |
Union(const OGRGeometry *) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
UnionCascaded() const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
Value(double, OGRPoint *) const | OGRCompoundCurve | virtual |
Within(const OGRGeometry *) const | OGRGeometry | virtual |
WkbSize() const | OGRCompoundCurve | virtual |