OGR
|
This is the complete list of members for OGRPolyhedralSurface, including all inherited members.
addGeometry(const OGRGeometry *) | OGRPolyhedralSurface | virtual |
addGeometryDirectly(OGRGeometry *poNewGeom) | OGRPolyhedralSurface | |
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 |
CastToMultiPolygon(OGRPolyhedralSurface *poPS) | OGRPolyhedralSurface | static |
Centroid(OGRPoint *poPoint) const | OGRGeometry | virtual |
clone() const CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
closeRings() | OGRGeometry | virtual |
Contains(const OGRGeometry *) const | OGRGeometry | virtual |
ConvexHull() const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
CoordinateDimension() const | OGRGeometry | |
createGEOSContext() | 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 |
Distance3D(const OGRGeometry *poOtherGeom) const | OGRGeometry | virtual |
dumpReadable(FILE *, const char *=NULL, char **papszOptions=NULL) const | OGRGeometry | virtual |
empty() CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
Equals(OGRGeometry *) const CPL_OVERRIDE | OGRPolyhedralSurface | 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 | OGRPolyhedralSurface | virtual |
exportToWkt(char **ppszDstText, OGRwkbVariant=wkbVariantOldOgc) const CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
flattenTo2D() CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
freeGEOSContext(GEOSContextHandle_t hGEOSCtxt) | OGRGeometry | static |
get_Area() const CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
getCoordinateDimension() const | OGRGeometry | virtual |
getCurveGeometry(const char *const *papszOptions=NULL) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
getDimension() const CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
getEnvelope(OGREnvelope *psEnvelope) const CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
getEnvelope(OGREnvelope3D *psEnvelope) const CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
getGeometryName() const CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
getGeometryRef(int i) | OGRPolyhedralSurface | |
getGeometryRef(int i) const | OGRPolyhedralSurface | |
getGeometryType() const CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
getIsoGeometryType() const | OGRGeometry | |
getLinearGeometry(double dfMaxAngleStepSizeDegrees=0, const char *const *papszOptions=NULL) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
getNumGeometries() const | OGRPolyhedralSurface | |
getSpatialReference(void) const | OGRGeometry | inline |
hasCurveGeometry(int bLookForNonLinear=FALSE) const CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
importFromWkb(unsigned char *, int=-1, OGRwkbVariant=wkbVariantOldOgc) CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
importFromWkt(char **) CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
Intersection(const OGRGeometry *) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
Intersects(const OGRGeometry *) const | OGRGeometry | virtual |
Is3D() const | OGRGeometry | inline |
IsEmpty() const CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
IsMeasured() const | OGRGeometry | inline |
IsRing() const | OGRGeometry | virtual |
IsSimple() const | OGRGeometry | virtual |
IsValid() const | OGRGeometry | virtual |
OGRGeometry(const OGRGeometry &other) | OGRGeometry | |
OGRPolyhedralSurface() | OGRPolyhedralSurface | |
OGRPolyhedralSurface(const OGRPolyhedralSurface &poGeom) | OGRPolyhedralSurface | |
operator=(const OGRPolyhedralSurface &other) | OGRPolyhedralSurface | |
OGRSurface::operator=(const OGRGeometry &other) | OGRGeometry | |
Overlaps(const OGRGeometry *) const | OGRGeometry | virtual |
PointOnSurface(OGRPoint *) const CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
Polygonize() const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
removeGeometry(int iIndex, int bDelete=TRUE) | OGRPolyhedralSurface | |
segmentize(double dfMaxLength) | OGRGeometry | virtual |
set3D(OGRBoolean bIs3D) CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
setCoordinateDimension(int nDimension) CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
setMeasured(OGRBoolean bIsMeasured) CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
Simplify(double dTolerance) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
SimplifyPreserveTopology(double dTolerance) const CPL_WARN_UNUSED_RESULT | OGRGeometry | |
swapXY() CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
SymDifference(const OGRGeometry *) const CPL_WARN_UNUSED_RESULT | OGRGeometry | virtual |
Touches(const OGRGeometry *) const | OGRGeometry | virtual |
transform(OGRCoordinateTransformation *) CPL_OVERRIDE | OGRPolyhedralSurface | 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 CPL_OVERRIDE | OGRPolyhedralSurface | virtual |
~OGRPolyhedralSurface() | OGRPolyhedralSurface | virtual |