|
GDAL
|
This is the complete list of members for OGRMultiPolygon, including all inherited members.
| addGeometry(const OGRGeometry *) | OGRGeometryCollection | virtual |
| addGeometryDirectly(OGRGeometry *) | OGRGeometryCollection | virtual |
| 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 |
| CastToMultiPolygon(OGRMultiSurface *poMS) | OGRMultiSurface | static |
| CastToMultiSurface(OGRMultiPolygon *poMP) | OGRMultiPolygon | static |
| Centroid(OGRPoint *poPoint) const | OGRGeometry | virtual |
| clone() const | OGRGeometryCollection | virtual |
| closeRings() | OGRGeometryCollection | 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() | OGRGeometryCollection | virtual |
| Equal(OGRGeometry *) const CPL_WARN_DEPRECATED("Non standard method. Use Equals() instead") (defined in OGRGeometry) | OGRGeometry | |
| Equals(OGRGeometry *) const | OGRGeometryCollection | 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 | OGRGeometryCollection | virtual |
| exportToWkt(char **, OGRwkbVariant=wkbVariantOldOgc) const | OGRMultiPolygon | virtual |
| exportToWktInternal(char **ppszDstText, OGRwkbVariant eWkbVariant, const char *pszSkipPrefix) const (defined in OGRGeometryCollection) | OGRGeometryCollection | protected |
| flags (defined in OGRGeometry) | OGRGeometry | protected |
| flattenTo2D() | OGRGeometryCollection | virtual |
| freeGEOSContext(GEOSContextHandle_t hGEOSCtxt) (defined in OGRGeometry) | OGRGeometry | static |
| get_Area() const | OGRGeometryCollection | virtual |
| get_Length() const | OGRGeometryCollection | virtual |
| getBoundary() const CPL_WARN_DEPRECATED("Non standard method. Use Boundary() instead") | OGRGeometry | |
| getCoordinateDimension() const | OGRGeometry | virtual |
| getCurveGeometry(const char *const *papszOptions=NULL) const | OGRGeometryCollection | virtual |
| getDimension() const | OGRMultiSurface | virtual |
| getEnvelope(OGREnvelope *psEnvelope) const | OGRGeometryCollection | virtual |
| getEnvelope(OGREnvelope3D *psEnvelope) const | OGRGeometryCollection | virtual |
| getGeometryName() const | OGRMultiPolygon | virtual |
| getGeometryRef(int) | OGRGeometryCollection | |
| getGeometryRef(int) const (defined in OGRGeometryCollection) | OGRGeometryCollection | |
| getGeometryType() const | OGRMultiPolygon | virtual |
| getIsoGeometryType() const | OGRGeometry | |
| getLinearGeometry(double dfMaxAngleStepSizeDegrees=0, const char *const *papszOptions=NULL) const | OGRGeometryCollection | virtual |
| getNumGeometries() const | OGRGeometryCollection | |
| getSpatialReference(void) const | OGRGeometry | inline |
| hasCurveGeometry(int bLookForNonLinear=FALSE) const | OGRMultiPolygon | 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) | OGRGeometryCollection | virtual |
| importFromWkt(char **) | OGRMultiSurface | 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 | OGRGeometry | virtual |
| Is3D() const (defined in OGRGeometry) | OGRGeometry | inline |
| isCompatibleSubType(OGRwkbGeometryType) const (defined in OGRMultiPolygon) | OGRMultiPolygon | protectedvirtual |
| IsEmpty() const | OGRGeometryCollection | virtual |
| IsMeasured() const (defined in OGRGeometry) | OGRGeometry | inline |
| IsRing() const | OGRGeometry | virtual |
| IsSimple() const | OGRGeometry | virtual |
| IsValid() const | OGRGeometry | virtual |
| nGeomCount (defined in OGRGeometryCollection) | OGRGeometryCollection | protected |
| 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 | |
| OGRGeometryCollection() | OGRGeometryCollection | |
| OGRGeometryCollection(const OGRGeometryCollection &other) | OGRGeometryCollection | |
| OGRMultiPolygon() | OGRMultiPolygon | |
| OGRMultiPolygon(const OGRMultiPolygon &other) | OGRMultiPolygon | |
| OGRMultiSurface() | OGRMultiSurface | |
| OGRMultiSurface(const OGRMultiSurface &other) | OGRMultiSurface | |
| operator=(const OGRMultiPolygon &other) | OGRMultiPolygon | |
| OGRMultiSurface::operator=(const OGRMultiSurface &other) | OGRMultiSurface | |
| OGRGeometryCollection::operator=(const OGRGeometryCollection &other) | OGRGeometryCollection | |
| OGRGeometry::operator=(const OGRGeometry &other) | OGRGeometry | |
| Overlaps(const OGRGeometry *) const | OGRGeometry | virtual |
| papoGeoms (defined in OGRGeometryCollection) | OGRGeometryCollection | protected |
| PointOnSurface(OGRPoint *poPoint) const | OGRMultiPolygon | virtual |
| PointOnSurfaceInternal(OGRPoint *poPoint) const (defined in OGRGeometry) | OGRGeometry | protected |
| Polygonize() const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
| removeGeometry(int iIndex, int bDelete=TRUE) | OGRGeometryCollection | virtual |
| segmentize(double dfMaxLength) | OGRGeometryCollection | virtual |
| set3D(OGRBoolean bIs3D) | OGRGeometryCollection | virtual |
| setCoordinateDimension(int nDimension) | OGRGeometryCollection | virtual |
| setMeasured(OGRBoolean bIsMeasured) | OGRGeometryCollection | virtual |
| Simplify(double dTolerance) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
| SimplifyPreserveTopology(double dTolerance) const CPL_WARN_UNUSED_RESULT | OGRGeometry | |
| swapXY() | OGRGeometryCollection | 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 |
| TransferMembersAndDestroy(OGRGeometryCollection *poSrc, OGRGeometryCollection *poDst) (defined in OGRGeometryCollection) | OGRGeometryCollection | protectedstatic |
| transform(OGRCoordinateTransformation *poCT) | OGRGeometryCollection | 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 | OGRGeometry | virtual |
| WkbSize() const | OGRGeometryCollection | virtual |
| ~OGRGeometry() (defined in OGRGeometry) | OGRGeometry | virtual |
| ~OGRGeometryCollection() (defined in OGRGeometryCollection) | OGRGeometryCollection | virtual |
| ~OGRMultiPolygon() (defined in OGRMultiPolygon) | OGRMultiPolygon | virtual |
| ~OGRMultiSurface() (defined in OGRMultiSurface) | OGRMultiSurface | virtual |
1.8.13.