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(OGRCurve *poCurve) | OGRCurve | static |
CastToLineString(OGRCurve *poCurve) | OGRCurve | static |
Centroid(OGRPoint *poPoint) const | OGRGeometry | virtual |
clone() const CPL_OVERRIDE | 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 | |
createGEOSContext() | OGRGeometry | static |
Crosses(const OGRGeometry *) const | OGRGeometry | virtual |
CurveToLine(double dfMaxAngleStepSizeDegrees=0, const char *const *papszOptions=NULL) const CPL_OVERRIDE | 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 |
Distance3D(const OGRGeometry *poOtherGeom) const | OGRGeometry | virtual |
dumpReadable(FILE *, const char *=NULL, char **papszOptions=NULL) const | OGRGeometry | virtual |
empty() CPL_OVERRIDE | OGRCompoundCurve | virtual |
EndPoint(OGRPoint *) const CPL_OVERRIDE | OGRCompoundCurve | virtual |
Equals(OGRGeometry *) const CPL_OVERRIDE | OGRCompoundCurve | virtual |
exportToGEOS(GEOSContextHandle_t hGEOSCtxt) const CPL_WARN_UNUSED_RESULT | 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 CPL_OVERRIDE | OGRCompoundCurve | virtual |
exportToWkt(char **ppszDstText, OGRwkbVariant=wkbVariantOldOgc) const CPL_OVERRIDE | OGRCompoundCurve | virtual |
flattenTo2D() CPL_OVERRIDE | OGRCompoundCurve | virtual |
freeGEOSContext(GEOSContextHandle_t hGEOSCtxt) | OGRGeometry | static |
get_Area() const CPL_OVERRIDE | OGRCompoundCurve | virtual |
get_AreaOfCurveSegments() const CPL_OVERRIDE | OGRCompoundCurve | virtual |
get_IsClosed() const | OGRCurve | virtual |
get_Length() const CPL_OVERRIDE | OGRCompoundCurve | virtual |
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 CPL_OVERRIDE | OGRCurve | virtual |
getEnvelope(OGREnvelope *psEnvelope) const CPL_OVERRIDE | OGRCompoundCurve | virtual |
getEnvelope(OGREnvelope3D *psEnvelope) const CPL_OVERRIDE | OGRCompoundCurve | virtual |
getGeometryName() const CPL_OVERRIDE | OGRCompoundCurve | virtual |
getGeometryType() const CPL_OVERRIDE | OGRCompoundCurve | virtual |
getIsoGeometryType() const | OGRGeometry | |
getLinearGeometry(double dfMaxAngleStepSizeDegrees=0, const char *const *papszOptions=NULL) const CPL_OVERRIDE | OGRCompoundCurve | virtual |
getNumCurves() const | OGRCompoundCurve | |
getNumPoints() const CPL_OVERRIDE | OGRCompoundCurve | virtual |
getPointIterator() const CPL_OVERRIDE | OGRCompoundCurve | virtual |
getSpatialReference(void) const | OGRGeometry | inline |
hasCurveGeometry(int bLookForNonLinear=FALSE) const CPL_OVERRIDE | OGRCompoundCurve | virtual |
importFromWkb(unsigned char *, int=-1, OGRwkbVariant=wkbVariantOldOgc) CPL_OVERRIDE | OGRCompoundCurve | virtual |
importFromWkt(char **) CPL_OVERRIDE | OGRCompoundCurve | virtual |
Intersection(const OGRGeometry *) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
Intersects(const OGRGeometry *) const | OGRGeometry | virtual |
Is3D() const | OGRGeometry | inline |
IsConvex() const | OGRCurve | virtual |
IsEmpty() const CPL_OVERRIDE | OGRCompoundCurve | virtual |
IsMeasured() const | OGRGeometry | inline |
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 | |
OGRCurve::operator=(const OGRGeometry &other) | OGRGeometry | |
Overlaps(const OGRGeometry *) const | OGRGeometry | virtual |
Polygonize() const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
segmentize(double dfMaxLength) CPL_OVERRIDE | OGRCompoundCurve | virtual |
set3D(OGRBoolean bIs3D) CPL_OVERRIDE | OGRCompoundCurve | virtual |
setCoordinateDimension(int nDimension) CPL_OVERRIDE | OGRCompoundCurve | virtual |
setMeasured(OGRBoolean bIsMeasured) CPL_OVERRIDE | OGRCompoundCurve | virtual |
Simplify(double dTolerance) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
SimplifyPreserveTopology(double dTolerance) const CPL_WARN_UNUSED_RESULT | OGRGeometry | |
StartPoint(OGRPoint *) const CPL_OVERRIDE | OGRCompoundCurve | virtual |
stealCurve(int) | OGRCompoundCurve | |
swapXY() CPL_OVERRIDE | OGRCompoundCurve | virtual |
SymDifference(const OGRGeometry *) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
Touches(const OGRGeometry *) const | OGRGeometry | virtual |
transform(OGRCoordinateTransformation *poCT) CPL_OVERRIDE | 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 CPL_OVERRIDE | OGRCompoundCurve | virtual |
Within(const OGRGeometry *) const | OGRGeometry | virtual |
WkbSize() const CPL_OVERRIDE | OGRCompoundCurve | virtual |