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