|
GDAL
|
This is the complete list of members for OGRPoint, including all inherited members.
| assignSpatialReference(OGRSpatialReference *poSR) | OGRGeometry | |
| bGenerate_DB2_V72_BYTE_ORDER (defined in OGRGeometry) | OGRGeometry | static |
| Boundary() const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
| Buffer(double dfDist, int nQuadSegs=30) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
| CastToError(OGRGeometry *poGeom) (defined in OGRGeometry) | OGRGeometry | static |
| CastToIdentity(OGRGeometry *poGeom) (defined in OGRGeometry) | OGRGeometry | inlinestatic |
| Centroid(OGRPoint *poPoint) const | OGRGeometry | virtual |
| clone() const | OGRPoint | virtual |
| closeRings() | OGRGeometry | virtual |
| Contains(const OGRGeometry *) const | OGRGeometry | virtual |
| ConvexHull() const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
| CoordinateDimension() const | OGRGeometry | |
| createGEOSContext() (defined in OGRGeometry) | OGRGeometry | static |
| Crosses(const OGRGeometry *) const | OGRGeometry | 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() | OGRPoint | virtual |
| Equal(OGRGeometry *) const CPL_WARN_DEPRECATED("Non standard method. Use Equals() instead") (defined in OGRGeometry) | OGRGeometry | |
| Equals(OGRGeometry *) const | OGRPoint | virtual |
| exportToGEOS(GEOSContextHandle_t hGEOSCtxt) const CPL_WARN_UNUSED_RESULT (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 | OGRPoint | virtual |
| exportToWkt(char **ppszDstText, OGRwkbVariant=wkbVariantOldOgc) const | OGRPoint | virtual |
| flags (defined in OGRGeometry) | OGRGeometry | protected |
| flattenTo2D() | OGRPoint | virtual |
| freeGEOSContext(GEOSContextHandle_t hGEOSCtxt) (defined in OGRGeometry) | OGRGeometry | static |
| getBoundary() const CPL_WARN_DEPRECATED("Non standard method. Use Boundary() instead") | OGRGeometry | |
| getCoordinateDimension() const | OGRGeometry | virtual |
| getCurveGeometry(const char *const *papszOptions=NULL) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
| getDimension() const | OGRPoint | virtual |
| getEnvelope(OGREnvelope *psEnvelope) const | OGRPoint | virtual |
| getEnvelope(OGREnvelope3D *psEnvelope) const | OGRPoint | virtual |
| getGeometryName() const | OGRPoint | virtual |
| getGeometryType() const | OGRPoint | virtual |
| getIsoGeometryType() const | OGRGeometry | |
| getLinearGeometry(double dfMaxAngleStepSizeDegrees=0, const char *const *papszOptions=NULL) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
| getM() const (defined in OGRPoint) | OGRPoint | inline |
| getSpatialReference(void) const | OGRGeometry | inline |
| getX() const | OGRPoint | inline |
| getY() const | OGRPoint | inline |
| getZ() const | OGRPoint | inline |
| hasCurveGeometry(int bLookForNonLinear=FALSE) const | OGRGeometry | 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) | OGRPoint | virtual |
| importFromWkt(char **) | OGRPoint | virtual |
| importPreambuleFromWkb(unsigned char *pabyData, int nSize, OGRwkbByteOrder &eByteOrder, OGRwkbVariant eWkbVariant) (defined in OGRGeometry) | OGRGeometry | protected |
| importPreambuleFromWkt(char **ppszInput, int *pbHasZ, int *pbHasM, bool *pbIsEmpty) (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 CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
| Intersects(const OGRGeometry *) const | OGRPoint | virtual |
| Is3D() const (defined in OGRGeometry) | OGRGeometry | inline |
| IsEmpty() const | OGRPoint | inlinevirtual |
| IsMeasured() const (defined in OGRGeometry) | OGRGeometry | inline |
| IsRing() const | OGRGeometry | virtual |
| IsSimple() const | OGRGeometry | virtual |
| IsValid() const | OGRGeometry | virtual |
| OGR_G_3D (defined in OGRGeometry) | OGRGeometry | static |
| OGR_G_MEASURED (defined in OGRGeometry) | OGRGeometry | static |
| OGR_G_NOT_EMPTY_POINT (defined in OGRGeometry) | OGRGeometry | static |
| OGRGeometry() (defined in OGRGeometry) | OGRGeometry | |
| OGRGeometry(const OGRGeometry &other) | OGRGeometry | |
| OGRPoint() | OGRPoint | |
| OGRPoint(double x, double y) (defined in OGRPoint) | OGRPoint | |
| OGRPoint(double x, double y, double z) (defined in OGRPoint) | OGRPoint | |
| OGRPoint(double x, double y, double z, double m) (defined in OGRPoint) | OGRPoint | |
| OGRPoint(const OGRPoint &other) | OGRPoint | |
| operator=(const OGRPoint &other) | OGRPoint | |
| OGRGeometry::operator=(const OGRGeometry &other) | OGRGeometry | |
| Overlaps(const OGRGeometry *) const | OGRGeometry | virtual |
| PointOnSurfaceInternal(OGRPoint *poPoint) const (defined in OGRGeometry) | OGRGeometry | protected |
| Polygonize() const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
| segmentize(double dfMaxLength) | OGRGeometry | virtual |
| set3D(OGRBoolean bIs3D) | OGRGeometry | virtual |
| setCoordinateDimension(int nDimension) | OGRPoint | virtual |
| setM(double mIn) (defined in OGRPoint) | OGRPoint | inline |
| setMeasured(OGRBoolean bIsMeasured) | OGRGeometry | virtual |
| setX(double xIn) | OGRPoint | inline |
| setY(double yIn) | OGRPoint | inline |
| setZ(double zIn) | OGRPoint | inline |
| Simplify(double dTolerance) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
| SimplifyPreserveTopology(double dTolerance) const CPL_WARN_UNUSED_RESULT | OGRGeometry | |
| swapXY() | OGRPoint | 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) | OGRPoint | virtual |
| transformTo(OGRSpatialReference *poSR) | OGRGeometry | |
| Union(const OGRGeometry *) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
| UnionCascaded() const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
| Within(const OGRGeometry *) const | OGRPoint | virtual |
| WkbSize() const | OGRPoint | virtual |
| ~OGRGeometry() (defined in OGRGeometry) | OGRGeometry | virtual |
| ~OGRPoint() (defined in OGRPoint) | OGRPoint | virtual |
1.8.13.