|
GDAL
|
This is the complete list of members for OGRLinearRing, including all inherited members.
| accept(IOGRGeometryVisitor *visitor) override | OGRLinearRing | inlinevirtual |
| accept(IOGRConstGeometryVisitor *visitor) const override | OGRLinearRing | inlinevirtual |
| addPoint(const OGRPoint *) | OGRSimpleCurve | |
| addPoint(double, double) | OGRSimpleCurve | |
| addPoint(double, double, double) | OGRSimpleCurve | |
| addPoint(double, double, double, double) | OGRSimpleCurve | |
| addPointM(double, double, double) | OGRSimpleCurve | |
| addSubLineString(const OGRLineString *, int nStartVertex=0, int nEndVertex=-1) | OGRSimpleCurve | |
| assignSpatialReference(const OGRSpatialReference *poSR) | OGRGeometry | virtual |
| begin() | OGRSimpleCurve | |
| begin() const | OGRSimpleCurve | |
| Boundary() const | OGRGeometry | virtual |
| Buffer(double dfDist, int nQuadSegs=30) const | OGRGeometry | virtual |
| BufferEx(double dfDistance, CSLConstList papszOptions) const | OGRGeometry | virtual |
| CastToCompoundCurve(OGRCurve *puCurve) | OGRCurve | static |
| CastToLinearRing(OGRLineString *poLS) | OGRLineString | protectedstatic |
| OGRSimpleCurve::CastToLinearRing(OGRCurve *poCurve) | OGRCurve | static |
| CastToLineString(OGRLinearRing *poLR) | OGRLinearRing | protectedstatic |
| OGRLineString::CastToLineString(OGRCurve *poCurve) | OGRCurve | static |
| Centroid(OGRPoint *poPoint) const | OGRGeometry | virtual |
| ChildType typedef | OGRSimpleCurve | |
| clone() const override | OGRLinearRing | virtual |
| closeRings() override | OGRLinearRing | virtual |
| ConcaveHull(double dfRatio, bool bAllowHoles) const | OGRGeometry | virtual |
| Contains(const OGRGeometry *) const | OGRGeometry | virtual |
| ContainsPoint(const OGRPoint *p) const | OGRCurve | protectedvirtual |
| ConvexHull() const | OGRGeometry | virtual |
| CoordinateDimension() const | OGRGeometry | |
| createGEOSContext() | OGRGeometry | static |
| Crosses(const OGRGeometry *) const | OGRGeometry | virtual |
| CurveToLine(double dfMaxAngleStepSizeDegrees=0, const char *const *papszOptions=nullptr) const override | OGRLineString | virtual |
| DelaunayTriangulation(double dfTolerance, int bOnlyEdges) const | OGRGeometry | virtual |
| Difference(const OGRGeometry *) const | 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 *=nullptr, CSLConstList papszOptions=nullptr) const | OGRGeometry | |
| dumpReadable(const char *=nullptr, CSLConstList papszOptions=nullptr) const | OGRGeometry | |
| empty() override | OGRSimpleCurve | virtual |
| end() | OGRSimpleCurve | |
| end() const | OGRSimpleCurve | |
| EndPoint(OGRPoint *) const override | OGRSimpleCurve | virtual |
| Equals(const OGRGeometry *) const override | OGRSimpleCurve | virtual |
| exportToGEOS(GEOSContextHandle_t hGEOSCtxt, bool bRemoveEmptyParts=false) const | OGRGeometry | |
| exportToGML(const char *const *papszOptions=nullptr) const | OGRGeometry | virtual |
| exportToJson(CSLConstList papszOptions=nullptr) const | OGRGeometry | virtual |
| exportToKML() const | OGRGeometry | virtual |
| OGRCurve::exportToWkb(OGRwkbByteOrder, unsigned char *, OGRwkbVariant=wkbVariantOldOgc) const | OGRGeometry | |
| exportToWkt(const OGRWktOptions &opts=OGRWktOptions(), OGRErr *err=nullptr) const override | OGRSimpleCurve | virtual |
| exportToWkt(char **ppszDstText, OGRwkbVariant=wkbVariantOldOgc) const | OGRSimpleCurve | |
| exportToWkt(const OGRWktOptions &opts=OGRWktOptions(), OGRErr *err=nullptr) const=0 | OGRSimpleCurve | |
| OGRCurve::exportToWkt(char **ppszDstText, OGRwkbVariant=wkbVariantOldOgc) const | OGRGeometry | |
| flattenTo2D() override | OGRSimpleCurve | virtual |
| freeGEOSContext(GEOSContextHandle_t hGEOSCtxt) | OGRGeometry | static |
| FromHandle(OGRGeometryH hGeom) | OGRGeometry | inlinestatic |
| get_Area() const override | OGRLineString | virtual |
| get_AreaOfCurveSegments() const =0 | OGRCurve | protectedpure virtual |
| get_GeodesicArea(const OGRSpatialReference *poSRSOverride=nullptr) const override | OGRLineString | virtual |
| get_IsClosed() const | OGRCurve | virtual |
| get_Length() const override | OGRSimpleCurve | virtual |
| get_LinearArea() const | OGRSimpleCurve | protectedvirtual |
| getCoordinateDimension() const | OGRGeometry | virtual |
| getCurveGeometry(const char *const *papszOptions=nullptr) const override | OGRLineString | virtual |
| getDimension() const override | OGRCurve | virtual |
| getEnvelope(OGREnvelope *psEnvelope) const override | OGRSimpleCurve | virtual |
| getEnvelope(OGREnvelope3D *psEnvelope) const override | OGRSimpleCurve | virtual |
| getGeometryName() const override | OGRLinearRing | virtual |
| getGeometryType() const override | OGRLineString | virtual |
| getIsoGeometryType() const | OGRGeometry | |
| getLinearGeometry(double dfMaxAngleStepSizeDegrees=0, const char *const *papszOptions=nullptr) const | OGRGeometry | virtual |
| getM(int i) const | OGRSimpleCurve | |
| getNumPoints() const override | OGRSimpleCurve | inlinevirtual |
| getPoint(int, OGRPoint *) const | OGRSimpleCurve | |
| getPointIterator() const override | OGRSimpleCurve | virtual |
| getPoints(OGRRawPoint *, double *=nullptr) const | OGRSimpleCurve | |
| getPoints(void *pabyX, int nXStride, void *pabyY, int nYStride, void *pabyZ=nullptr, int nZStride=0, void *pabyM=nullptr, int nMStride=0) const | OGRSimpleCurve | |
| getSpatialReference(void) const | OGRGeometry | inline |
| getSubLine(double, double, int) const | OGRSimpleCurve | virtual |
| getX(int i) const | OGRSimpleCurve | inline |
| getY(int i) const | OGRSimpleCurve | inline |
| getZ(int i) const | OGRSimpleCurve | |
| hasCurveGeometry(int bLookForNonLinear=FALSE) const | OGRGeometry | virtual |
| hasEmptyParts() const | OGRGeometry | virtual |
| OGRCurve::importFromWkb(const GByte *, size_t=static_cast< size_t >(-1), OGRwkbVariant=wkbVariantOldOgc) | OGRGeometry | |
| importFromWkt(const char **) override | OGRSimpleCurve | virtual |
| importFromWkt(const char **ppszInput)=0 | OGRSimpleCurve | |
| importFromWkt(char **ppszInput) | OGRSimpleCurve | inline |
| OGRCurve::importFromWkt(char **ppszInput) | OGRGeometry | inline |
| Intersection(const OGRGeometry *) const | OGRGeometry | virtual |
| Intersects(const OGRGeometry *) const | OGRGeometry | virtual |
| IntersectsPoint(const OGRPoint *p) const | OGRCurve | protectedvirtual |
| Is3D() const | OGRGeometry | inline |
| isClockwise() const override | OGRLineString | virtual |
| IsConvex() const | OGRCurve | virtual |
| IsEmpty() const override | OGRSimpleCurve | virtual |
| IsMeasured() const | OGRGeometry | inline |
| isPointInRing(const OGRPoint *pt, int bTestEnvelope=TRUE) const | OGRLinearRing | |
| isPointOnRingBoundary(const OGRPoint *pt, int bTestEnvelope=TRUE) const | OGRLinearRing | |
| IsRectangle() const | OGRGeometry | |
| IsRing() const | OGRGeometry | virtual |
| IsSimple() const | OGRGeometry | virtual |
| IsValid() const | OGRGeometry | virtual |
| MakeValid(CSLConstList papszOptions=nullptr) const | OGRGeometry | virtual |
| Normalize() const | OGRGeometry | virtual |
| OGRGeometry() (defined in OGRGeometry) | OGRGeometry | |
| OGRGeometry(const OGRGeometry &other) | OGRGeometry | |
| OGRLinearRing() | OGRLinearRing | |
| OGRLinearRing(const OGRLinearRing &other) | OGRLinearRing | |
| OGRLinearRing(OGRLinearRing *) | OGRLinearRing | explicit |
| OGRLineString() | OGRLineString | |
| OGRLineString(const OGRLineString &other) | OGRLineString | |
| OGRSimpleCurve() | OGRSimpleCurve | protected |
| OGRSimpleCurve(const OGRSimpleCurve &other) | OGRSimpleCurve | protected |
| operator!=(const OGRGeometry &other) const | OGRGeometry | inline |
| operator=(const OGRLinearRing &other) | OGRLinearRing | |
| OGRLineString::operator=(const OGRLineString &other) | OGRLineString | |
| OGRSimpleCurve::operator=(const OGRSimpleCurve &other) | OGRSimpleCurve | |
| OGRCurve::operator=(const OGRGeometry &other) | OGRGeometry | |
| operator==(const OGRGeometry &other) const | OGRGeometry | inline |
| Overlaps(const OGRGeometry *) const | OGRGeometry | virtual |
| Polygonize() const | OGRGeometry | virtual |
| Project(const OGRPoint *) const | OGRSimpleCurve | virtual |
| removeEmptyParts() | OGRGeometry | virtual |
| removePoint(int) | OGRSimpleCurve | |
| reversePoints() override | OGRSimpleCurve | virtual |
| roundCoordinates(const OGRGeomCoordinatePrecision &sPrecision) | OGRGeometry | |
| roundCoordinatesIEEE754(const OGRGeomCoordinateBinaryPrecision &options) | OGRGeometry | |
| segmentize(double dfMaxLength) override | OGRSimpleCurve | virtual |
| set3D(OGRBoolean bIs3D) override | OGRSimpleCurve | virtual |
| setCoordinateDimension(int nDimension) override | OGRSimpleCurve | virtual |
| setM(int, double) | OGRSimpleCurve | |
| setMeasured(OGRBoolean bIsMeasured) override | OGRSimpleCurve | virtual |
| setNumPoints(int nNewPointCount, int bZeroizeNewContent=TRUE) | OGRSimpleCurve | |
| setPoint(int, OGRPoint *) | OGRSimpleCurve | |
| setPoint(int, double, double) | OGRSimpleCurve | |
| setPoint(int, double, double, double) | OGRSimpleCurve | |
| setPoint(int, double, double, double, double) | OGRSimpleCurve | |
| setPointM(int, double, double, double) | OGRSimpleCurve | |
| setPoints(int, const OGRRawPoint *, const double *=nullptr) | OGRSimpleCurve | |
| setPoints(int, const OGRRawPoint *, const double *, const double *) | OGRSimpleCurve | |
| setPoints(int, const double *padfX, const double *padfY, const double *padfZIn=nullptr) | OGRSimpleCurve | |
| setPoints(int, const double *padfX, const double *padfY, const double *padfZIn, const double *padfMIn) | OGRSimpleCurve | |
| setPointsM(int, const OGRRawPoint *, const double *) | OGRSimpleCurve | |
| setPointsM(int, const double *padfX, const double *padfY, const double *padfMIn=nullptr) | OGRSimpleCurve | |
| SetPrecision(double dfGridSize, int nFlags) const | OGRGeometry | |
| setZ(int, double) | OGRSimpleCurve | |
| Simplify(double dTolerance) const | OGRGeometry | virtual |
| SimplifyPreserveTopology(double dTolerance) const | OGRGeometry | |
| StartPoint(OGRPoint *) const override | OGRSimpleCurve | virtual |
| swapXY() override | OGRSimpleCurve | virtual |
| SymDifference(const OGRGeometry *) const | OGRGeometry | virtual |
| toCircularString() | OGRGeometry | inline |
| toCircularString() const | OGRGeometry | inline |
| toCompoundCurve() | OGRGeometry | inline |
| toCompoundCurve() const | OGRGeometry | inline |
| toCurve() | OGRGeometry | inline |
| toCurve() const | OGRGeometry | inline |
| toCurvePolygon() | OGRGeometry | inline |
| toCurvePolygon() const | OGRGeometry | inline |
| toGeometryCollection() | OGRGeometry | inline |
| toGeometryCollection() const | OGRGeometry | inline |
| ToHandle(OGRGeometry *poGeom) | OGRGeometry | inlinestatic |
| toLinearRing() | OGRGeometry | inline |
| toLinearRing() const | OGRGeometry | inline |
| toLineString() | OGRGeometry | inline |
| toLineString() const | OGRGeometry | inline |
| toMultiCurve() | OGRGeometry | inline |
| toMultiCurve() const | OGRGeometry | inline |
| toMultiLineString() | OGRGeometry | inline |
| toMultiLineString() const | OGRGeometry | inline |
| toMultiPoint() | OGRGeometry | inline |
| toMultiPoint() const | OGRGeometry | inline |
| toMultiPolygon() | OGRGeometry | inline |
| toMultiPolygon() const | OGRGeometry | inline |
| toMultiSurface() | OGRGeometry | inline |
| toMultiSurface() const | OGRGeometry | inline |
| toPoint() | OGRGeometry | inline |
| toPoint() const | OGRGeometry | inline |
| toPolygon() | OGRGeometry | inline |
| toPolygon() const | OGRGeometry | inline |
| toPolyhedralSurface() | OGRGeometry | inline |
| toPolyhedralSurface() const | OGRGeometry | inline |
| toSimpleCurve() | OGRCurve | inline |
| toSimpleCurve() const | OGRCurve | inline |
| toSurface() | OGRGeometry | inline |
| toSurface() const | OGRGeometry | inline |
| toTriangle() | OGRGeometry | inline |
| toTriangle() const | OGRGeometry | inline |
| toTriangulatedSurface() | OGRGeometry | inline |
| toTriangulatedSurface() const | OGRGeometry | inline |
| Touches(const OGRGeometry *) const | OGRGeometry | virtual |
| toUpperClass() | OGRLinearRing | inline |
| toUpperClass() const | OGRLinearRing | inline |
| transform(OGRCoordinateTransformation *poCT) override | OGRLinearRing | virtual |
| transformTo(const OGRSpatialReference *poSR) | OGRGeometry | |
| UnaryUnion() const | OGRGeometry | |
| Union(const OGRGeometry *) const | OGRGeometry | virtual |
| UnionCascaded() const | OGRGeometry | virtual |
| Value(double, OGRPoint *) const override | OGRSimpleCurve | virtual |
| Within(const OGRGeometry *) const | OGRGeometry | virtual |
| ~OGRCurve() override (defined in OGRCurve) | OGRCurve | |
| ~OGRGeometry() (defined in OGRGeometry) | OGRGeometry | virtual |
| ~OGRLinearRing() override (defined in OGRLinearRing) | OGRLinearRing | |
| ~OGRLineString() override (defined in OGRLineString) | OGRLineString | |
| ~OGRSimpleCurve() override (defined in OGRSimpleCurve) | OGRSimpleCurve |