Fire Core  8.0.0.alpha
GIS framework per tutti gli usi
 Tutto Classi Namespace Funzioni Variabili Ridefinizioni di tipo (typedef) Tipi enumerati (enum) Valori del tipo enumerato Friend
fire::gear::geom::MultiPoint Elenco dei membri

Questo รจ l'elenco completo di tutti i membri di fire::gear::geom::MultiPoint, inclusi tutti i membri ereditati.

_geometriesfire::gear::geom::GeometryCollectionprotected
_idGeometryTypefire::gear::geom::GeometryCollectionprotected
addGeometry(Geometry *geometry)fire::gear::geom::GeometryCollection
addPoint(Point *point)fire::gear::geom::MultiPoint
afterUpdateOperations()fire::gear::geom::Geometry
beforeDestroy() (definito in fire::gear::geom::Geometry)fire::gear::geom::Geometry
beforeUpdateOperations()fire::gear::geom::Geometry
begin() const fire::gear::geom::GeometryCollectionvirtual
fire::gear::geom::Geometry::begin()fire::gear::Entityvirtual
clearGeometries()fire::gear::geom::GeometryCollection
clone() const fire::gear::geom::GeometryCollectionvirtual
const_iterator typedeffire::gear::Entity
const_reverse_iterator typedeffire::gear::Entity
contains(const Geometry &other) const (definito in fire::gear::geom::Geometry)fire::gear::geom::Geometryvirtual
coveredBy(const Geometry &other) const (definito in fire::gear::geom::Geometry)fire::gear::geom::Geometry
covers(const Geometry &other) const (definito in fire::gear::geom::Geometry)fire::gear::geom::Geometry
crosses(const Geometry &other) const (definito in fire::gear::geom::Geometry)fire::gear::geom::Geometryvirtual
disjoint(const Geometry &other) const (definito in fire::gear::geom::Geometry)fire::gear::geom::Geometryvirtual
end() const fire::gear::geom::GeometryCollectionvirtual
fire::gear::geom::Geometry::end()fire::gear::Entityvirtual
Entity()fire::gear::Entity
Entity(const Entity &entity)fire::gear::Entity
equals(const Geometry &other) const fire::gear::geom::Geometryvirtual
fire::gear::Entity::equals(const Object &object) const fire::Objectvirtual
finalize()fire::Objectprotected
Geometry()fire::gear::geom::Geometry
Geometry(PrecisionModel *precisionModel, int srid)fire::gear::geom::Geometry
Geometry(const PrecisionModel &precisionModel, int srid)fire::gear::geom::Geometry
Geometry(const Geometry &geometry)fire::gear::geom::Geometry
GeometryCollection (definito in fire::gear::geom::MultiPoint)fire::gear::geom::MultiPointfriend
fire::gear::geom::GeometryCollection::GeometryCollection(std::vector< Point * > *points)fire::gear::geom::GeometryCollectionexplicitprotected
fire::gear::geom::GeometryCollection::GeometryCollection(std::vector< Point * > *points, PrecisionModel *precisionModel, int srid)fire::gear::geom::GeometryCollectionprotected
fire::gear::geom::GeometryCollection::GeometryCollection(std::vector< LineString * > *lineStrings)fire::gear::geom::GeometryCollectionexplicitprotected
fire::gear::geom::GeometryCollection::GeometryCollection(std::vector< LineString * > *lineStrings, PrecisionModel *precisionModel, int srid)fire::gear::geom::GeometryCollectionprotected
fire::gear::geom::GeometryCollection::GeometryCollection(std::vector< Polygon * > *polygons)fire::gear::geom::GeometryCollectionexplicitprotected
fire::gear::geom::GeometryCollection::GeometryCollection(std::vector< Polygon * > *polygons, PrecisionModel *precisionModel, int srid)fire::gear::geom::GeometryCollectionprotected
fire::gear::geom::GeometryCollection::GeometryCollection()fire::gear::geom::GeometryCollection
fire::gear::geom::GeometryCollection::GeometryCollection(std::vector< Geometry * > *geometries)fire::gear::geom::GeometryCollectionexplicit
fire::gear::geom::GeometryCollection::GeometryCollection(PrecisionModel *precisionModel, int srid)fire::gear::geom::GeometryCollection
fire::gear::geom::GeometryCollection::GeometryCollection(std::vector< Geometry * > *geometries, PrecisionModel *precisionModel, int srid)fire::gear::geom::GeometryCollection
fire::gear::geom::GeometryCollection::GeometryCollection(const GeometryCollection &geometryCollection)fire::gear::geom::GeometryCollection
geometryEventfire::gear::geom::Geometryprotected
getArea() const fire::gear::geom::GeometryCollectionvirtual
getCentroid() const fire::gear::geom::Geometry
getClass() const fire::Objectvirtual
getCoordinatesCount() const fire::gear::geom::GeometryCollectionvirtual
getDimensionType() const fire::gear::geom::GeometryCollectionvirtual
getEnvelope()fire::gear::geom::Geometry
fire::gear::Entity::getEnvelope(int srid)fire::gear::Entityvirtual
getEvent()fire::gear::geom::Geometry
getGeometries()fire::gear::Entityvirtual
getGeometriesCount() const fire::gear::geom::GeometryCollection
getGeometryAt(std::size_t index)fire::gear::geom::GeometryCollection
getGeometryAt(std::size_t index) const (definito in fire::gear::geom::GeometryCollection)fire::gear::geom::GeometryCollection
getGeometryType() const fire::gear::geom::GeometryCollectionvirtual
getInteriorPoint() const fire::gear::geom::Geometry
getLength() const fire::gear::geom::GeometryCollectionvirtual
getMaxX() const fire::gear::geom::Geometry
getMaxY() const fire::gear::geom::Geometry
getMinX() const fire::gear::geom::Geometry
getMinY() const fire::gear::geom::Geometry
getPointAt(std::size_t index) const fire::gear::geom::MultiPoint
getPrecisionModel() const fire::gear::geom::Geometry
getSrid() const fire::gear::geom::Geometry
hashCode() const fire::Object
insertGeometryAt(Geometry *geometry, std::size_t index)fire::gear::geom::GeometryCollection
insertPointAt(Point *point, std::size_t index)fire::gear::geom::MultiPoint
intersection(const Geometry &other) const (definito in fire::gear::geom::Geometry)fire::gear::geom::Geometryvirtual
intersects(const Geometry &other) const (definito in fire::gear::geom::Geometry)fire::gear::geom::Geometryvirtual
invalidateUpdated()fire::gear::geom::Geometry
isEmpty() const fire::gear::geom::GeometryCollectionvirtual
isSimple() const fire::gear::geom::Geometry
isUpdated() const fire::gear::geom::GeometryCollectionvirtual
isValid() const fire::gear::geom::Geometry
isZ_DoubleNotANumber() const fire::gear::geom::GeometryCollectionvirtual
iterator typedeffire::gear::Entity
LockGuard typedeffire::Object
MultiPoint()fire::gear::geom::MultiPoint
MultiPoint(std::vector< Point * > *points)fire::gear::geom::MultiPointexplicit
MultiPoint(PrecisionModel *precisionModel, int srid)fire::gear::geom::MultiPoint
MultiPoint(std::vector< Point * > *points, PrecisionModel *precisionModel, int srid)fire::gear::geom::MultiPoint
MultiPoint(const MultiPoint &multiPoint)fire::gear::geom::MultiPoint
mutexfire::Objectmutableprotected
normalize()fire::gear::geom::GeometryCollectionvirtual
notify() const fire::Object
notifyAll() const fire::Object
Object()fire::Object
Object(const Object &object)fire::Object
operator<(const Object &object) const fire::Objectvirtual
operator=(const GeometryCollection &geometryCollection)fire::gear::geom::GeometryCollection
fire::gear::geom::Geometry::operator=(const Geometry &geometry)fire::gear::geom::Geometryvirtual
fire::gear::Entity::operator=(const Entity &entity)fire::gear::Entity
fire::Object::operator=(const fire::Object &object)fire::Object
operator==(const Object &object) const fire::Objectvirtual
overlaps(const Geometry &other) const (definito in fire::gear::geom::Geometry)fire::gear::geom::Geometryvirtual
rbegin()fire::gear::Entityvirtual
rbegin() const (definito in fire::gear::Entity)fire::gear::Entityvirtual
relate(const Geometry &other, const std::string &intersectionPattern) const (definito in fire::gear::geom::Geometry)fire::gear::geom::Geometryvirtual
removeGeometry(geom::Geometry *geometry)fire::gear::Entityprotected
removeGeometryAt(std::size_t index)fire::gear::geom::GeometryCollection
removePointAt(std::size_t index)fire::gear::geom::MultiPoint
rend()fire::gear::Entityvirtual
rend() const (definito in fire::gear::Entity)fire::gear::Entityvirtual
reverse_iterator typedeffire::gear::Entity
setGeometryAt(Geometry *geometry, std::size_t index)fire::gear::geom::GeometryCollection
setGeometryTypeId(GeometryType::GeometryType geometryType)fire::gear::geom::GeometryCollectionprotected
setPointAt(Point *point, std::size_t index)fire::gear::geom::MultiPoint
setPrecisionModel(PrecisionModel *precisionModel)fire::gear::geom::Geometry
setSrid(const int &value)fire::gear::geom::Geometry
toJson(bool onlyGeom=true, bool pretty=false) const fire::gear::geom::GeometryCollectionvirtual
toString() const fire::gear::geom::GeometryCollectionvirtual
touches(const Geometry &other) const (definito in fire::gear::geom::Geometry)fire::gear::geom::Geometryvirtual
toWkb(std::ostream &outputStream, const int dimension=3, const int newByteOrder=getMachineByteOrder(), const bool includeSRID=false) const fire::gear::geom::GeometryCollectionvirtual
toWkt(bool oldStyle=false, int dimension=3, int decimalPrecision=-1) const fire::gear::geom::GeometryCollectionvirtual
Union(const Geometry &other) const (definito in fire::gear::geom::Geometry)fire::gear::geom::Geometry
vectorGeomType typedef (definito in fire::gear::Entity)fire::gear::Entity
wait() const fire::Object
waitFor(std::size_t timeout) const fire::Object
waitFor(std::size_t timeout, int nanos) const fire::Object
within(const Geometry &other) const (definito in fire::gear::geom::Geometry)fire::gear::geom::Geometryvirtual
~Entity()fire::gear::Entityvirtual
~Geometry()fire::gear::geom::Geometryvirtual
~GeometryCollection()fire::gear::geom::GeometryCollectionvirtual
~MultiPoint()fire::gear::geom::MultiPointvirtual
~Object()fire::Objectvirtual