OGR
|
This is the complete list of members for OGRSimpleCurve, including all inherited members.
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(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 | OGRSimpleCurve | 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 =0 | OGRCurve | pure 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 | OGRSimpleCurve | virtual |
EndPoint(OGRPoint *) const CPL_OVERRIDE | OGRSimpleCurve | virtual |
Equals(OGRGeometry *) const CPL_OVERRIDE | OGRSimpleCurve | 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 | OGRSimpleCurve | virtual |
exportToWkt(char **ppszDstText, OGRwkbVariant=wkbVariantOldOgc) const CPL_OVERRIDE | OGRSimpleCurve | virtual |
flattenTo2D() CPL_OVERRIDE | OGRSimpleCurve | virtual |
freeGEOSContext(GEOSContextHandle_t hGEOSCtxt) | OGRGeometry | static |
get_Area() const =0 | OGRCurve | pure virtual |
get_AreaOfCurveSegments() const =0 | OGRCurve | protectedpure virtual |
get_IsClosed() const | OGRCurve | virtual |
get_Length() const CPL_OVERRIDE | OGRSimpleCurve | virtual |
get_LinearArea() const | OGRSimpleCurve | protectedvirtual |
getCoordinateDimension() const | OGRGeometry | virtual |
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 | OGRSimpleCurve | virtual |
getEnvelope(OGREnvelope3D *psEnvelope) const CPL_OVERRIDE | OGRSimpleCurve | virtual |
getGeometryName() const =0 | OGRGeometry | pure virtual |
getGeometryType() const =0 | OGRGeometry | pure virtual |
getIsoGeometryType() const | OGRGeometry | |
getLinearGeometry(double dfMaxAngleStepSizeDegrees=0, const char *const *papszOptions=NULL) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
getM(int i) const | OGRSimpleCurve | |
getNumPoints() const CPL_OVERRIDE | OGRSimpleCurve | inlinevirtual |
getPoint(int, OGRPoint *) const | OGRSimpleCurve | |
getPointIterator() const CPL_OVERRIDE | OGRSimpleCurve | virtual |
getPoints(OGRRawPoint *, double *=NULL) const | OGRSimpleCurve | |
getPoints(void *pabyX, int nXStride, void *pabyY, int nYStride, void *pabyZ=NULL, int nZStride=0) const | OGRSimpleCurve | |
getPoints(void *pabyX, int nXStride, void *pabyY, int nYStride, void *pabyZ, int nZStride, void *pabyM, int nMStride) 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 |
importFromWkb(unsigned char *, int=-1, OGRwkbVariant=wkbVariantOldOgc) CPL_OVERRIDE | OGRSimpleCurve | virtual |
importFromWkt(char **) CPL_OVERRIDE | OGRSimpleCurve | 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 | OGRSimpleCurve | virtual |
IsMeasured() const | OGRGeometry | inline |
IsRing() const | OGRGeometry | virtual |
IsSimple() const | OGRGeometry | virtual |
IsValid() const | OGRGeometry | virtual |
OGRGeometry(const OGRGeometry &other) | OGRGeometry | |
OGRSimpleCurve() | OGRSimpleCurve | protected |
OGRSimpleCurve(const OGRSimpleCurve &other) | OGRSimpleCurve | protected |
operator=(const OGRSimpleCurve &other) | OGRSimpleCurve | |
OGRCurve::operator=(const OGRGeometry &other) | OGRGeometry | |
Overlaps(const OGRGeometry *) const | OGRGeometry | virtual |
Polygonize() const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
Project(const OGRPoint *) const | OGRSimpleCurve | virtual |
reversePoints(void) | OGRSimpleCurve | |
segmentize(double dfMaxLength) CPL_OVERRIDE | OGRSimpleCurve | virtual |
set3D(OGRBoolean bIs3D) CPL_OVERRIDE | OGRSimpleCurve | virtual |
setCoordinateDimension(int nDimension) CPL_OVERRIDE | OGRSimpleCurve | virtual |
setM(int, double) | OGRSimpleCurve | |
setMeasured(OGRBoolean bIsMeasured) CPL_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, OGRRawPoint *, double *=NULL) | OGRSimpleCurve | |
setPoints(int, OGRRawPoint *, double *, double *) | OGRSimpleCurve | |
setPoints(int, double *padfX, double *padfY, double *padfZIn=NULL) | OGRSimpleCurve | |
setPoints(int, double *padfX, double *padfY, double *padfZIn, double *padfMIn) | OGRSimpleCurve | |
setPointsM(int, OGRRawPoint *, double *) | OGRSimpleCurve | |
setPointsM(int, double *padfX, double *padfY, double *padfMIn=NULL) | OGRSimpleCurve | |
setZ(int, double) | OGRSimpleCurve | |
Simplify(double dTolerance) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
SimplifyPreserveTopology(double dTolerance) const CPL_WARN_UNUSED_RESULT | OGRGeometry | |
StartPoint(OGRPoint *) const CPL_OVERRIDE | OGRSimpleCurve | virtual |
swapXY() CPL_OVERRIDE | OGRSimpleCurve | virtual |
SymDifference(const OGRGeometry *) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
Touches(const OGRGeometry *) const | OGRGeometry | virtual |
transform(OGRCoordinateTransformation *poCT) CPL_OVERRIDE | OGRSimpleCurve | 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 | OGRSimpleCurve | virtual |
Within(const OGRGeometry *) const | OGRGeometry | virtual |
WkbSize() const CPL_OVERRIDE | OGRSimpleCurve | virtual |