Fire Core
8.0.0.alpha
GIS framework per tutti gli usi
|
#include <GeometryCollection.hpp>
Membri pubblici | |
GeometryCollection () | |
costruttore di default della classe GeometryCollection e' creato con PrecisionModel = FLOATING-Scale 0.0 e SRID = UnknownSrid, senza geometrie | |
GeometryCollection (std::vector< Geometry * > *geometries) | |
costruttore con vettore di puntatori a Geometry GeometryCollection e' creato con PrecisionModel = FLOATING-Scale 0.0 e SRID = UnknownSrid, con le geometrie contenute nel vettore Continua... | |
GeometryCollection (PrecisionModel *precisionModel, int srid) | |
costruttore con PrecisionModel e SRID GeometryCollection e' creato senza geometrie Continua... | |
GeometryCollection (std::vector< Geometry * > *geometries, PrecisionModel *precisionModel, int srid) | |
costruttore con PrecisionModel e SRID, vettore di puntatori a Geometry GeometryCollection e' creato con PrecisionModel = FLOATING-Scale 0.0 e SRID = UnknownSrid, con le geometrie contenute nel vettore Continua... | |
GeometryCollection (const GeometryCollection &geometryCollection) | |
Costruttore di copia. Continua... | |
GeometryCollection & | operator= (const GeometryCollection &geometryCollection) |
Operatore di assegnamento. Continua... | |
virtual | ~GeometryCollection () |
distruttore della classe | |
GeometryType::GeometryType | getGeometryType () const |
bool | isEmpty () const |
DimensionType::DimensionType | getDimensionType () const |
double | getLength () const |
double | getArea () const |
std::size_t | getGeometriesCount () const |
Geometry & | getGeometryAt (std::size_t index) |
const Geometry & | getGeometryAt (std::size_t index) const |
std::vector< Geometry * > ::const_iterator | begin () const |
std::vector< Geometry * > ::const_iterator | end () const |
bool | normalize () |
GeometryCollection * | clone () const |
std::string | toString () const |
std::string | toWkt (bool oldStyle=false, int dimension=3, int decimalPrecision=-1) const |
std::string | toJson (bool onlyGeom=true, bool pretty=false) const |
void | toWkb (std::ostream &outputStream, const int dimension=3, const int newByteOrder=getMachineByteOrder(), const bool includeSRID=false) const |
std::size_t | getCoordinatesCount () const |
void | addGeometry (Geometry *geometry) |
void | setGeometryAt (Geometry *geometry, std::size_t index) |
void | removeGeometryAt (std::size_t index) |
void | insertGeometryAt (Geometry *geometry, std::size_t index) |
void | clearGeometries () |
metodo per eseguire la delete di tutte le geometrie della GeometryCollection | |
virtual bool | isUpdated () const |
metodo per sapere se i dati della geometria in cache sono aggiornati Continua... | |
bool | isZ_DoubleNotANumber () const |
metodo per sapere se la geometria e' a 2D o 3D Continua... | |
Membri pubblici ereditati da fire::gear::geom::Geometry | |
Geometry () | |
Geometry (PrecisionModel *precisionModel, int srid) | |
Geometry (const PrecisionModel &precisionModel, int srid) | |
Geometry (const Geometry &geometry) | |
Costruttore di copia. Continua... | |
virtual Geometry & | operator= (const Geometry &geometry) |
Operatore di assegnamento. Continua... | |
virtual | ~Geometry () |
PrecisionModel * | getPrecisionModel () const |
void | setPrecisionModel (PrecisionModel *precisionModel) |
int | getSrid () const |
void | setSrid (const int &value) |
bool | isSimple () const |
bool | isValid () const |
Envelope * | getEnvelope () |
Metodo che restituisce l' envelope della geoemtria. Continua... | |
double | getMaxY () const |
Metodo che restituisce il max y dell' envelope della geoemtria, se min y > max y significa che l' envelope e' nullo. Continua... | |
double | getMaxX () const |
Metodo che restituisce il max x dell' envelope della geoemtria, se min x > max x significa che l' envelope e' nullo. Continua... | |
double | getMinY () const |
Metodo che restituisce il max x dell' envelope della geoemtria, se min x > max x significa che l' envelope e' nullo. Continua... | |
double | getMinX () const |
Metodo che restituisce il min x dell' envelope della geoemtria, se min x > max x significa che l' envelope e' nullo. Continua... | |
Point * | getCentroid () const |
Point * | getInteriorPoint () const |
void | invalidateUpdated () |
metodo per impostare a NON AGGORNATI i dati della geometria in cache | |
fire::gear::geom::event::GeometryEvent & | getEvent () |
void | beforeUpdateOperations () |
metodo per eseguire tutte le operazino necessarie prima della modifica della geometria Al momento e' un metodo public da richiamare esplicitamente. In particolare lancia l' evento BeforeUpdate per le operazioni di aggiornamento degli indici spaziali dei gruppi su cui e' inserita la geoemtria Qualora si volesse rendere l' operazione automatica il metodo deve essere reso private e si deve richiamare ovunque e' presente il metodo invalidateUpdated() | |
void | afterUpdateOperations () |
metodo per eseguire tutte le operazino necessarie dopo della modifica della geometria Al momento e' un metodo public da richiamare esplicitamente. In particolare lancia l' evento AfterUpdate per le operazioni di aggiornamento degli indici spaziali dei gruppi su cui e' inserita la geoemtria Qualora si volesse rendere l' operazione automatica il metodo deve essere reso private e si deve sostituire al metodo invalidateUpdated() ovunque e' presente In tal caso all' interno di afterUpdateOperations deve essere aggiunto invalidateUpdated() | |
virtual Geometry * | intersection (const Geometry &other) const |
Geometry * | Union (const Geometry &other) const |
virtual bool | disjoint (const Geometry &other) const |
virtual bool | touches (const Geometry &other) const |
virtual bool | intersects (const Geometry &other) const |
virtual bool | crosses (const Geometry &other) const |
virtual bool | within (const Geometry &other) const |
virtual bool | contains (const Geometry &other) const |
virtual bool | overlaps (const Geometry &other) const |
virtual bool | relate (const Geometry &other, const std::string &intersectionPattern) const |
virtual bool | equals (const Geometry &other) const |
bool | covers (const Geometry &other) const |
bool | coveredBy (const Geometry &other) const |
void | beforeDestroy () |
Membri pubblici ereditati da fire::gear::Entity | |
Entity () | |
Entity (const Entity &entity) | |
Entity & | operator= (const Entity &entity) |
virtual | ~Entity () |
virtual vectorGeomType | getGeometries () |
virtual iterator | begin () |
virtual iterator | end () |
virtual reverse_iterator | rbegin () |
virtual const_reverse_iterator | rbegin () const |
virtual reverse_iterator | rend () |
virtual const_reverse_iterator | rend () const |
virtual geom::Envelope * | getEnvelope (int srid) |
gear::event::EntityEvent & | getEvent () |
Membri pubblici ereditati da fire::Object | |
Object () | |
Costruttore. | |
Object (const Object &object) | |
Costruttore di copia. Continua... | |
fire::Object & | operator= (const fire::Object &object) |
Operatore di assegnamento. Continua... | |
virtual | ~Object () |
Distruttore. | |
virtual fire::Class < fire::Object > * | getClass () const |
Restituisce la classe dell'oggetto. Continua... | |
virtual bool | equals (const Object &object) const |
Restituisce l'indicazione se l'oggetto è uguale ad un altro oggetto. Continua... | |
virtual bool | operator== (const Object &object) const |
Operatore di uguaglianza. Continua... | |
std::size_t | hashCode () const |
Restituisce il codice dell'oggetto. Continua... | |
void | notify () const |
Notifica. | |
void | notifyAll () const |
Notifica tutti. | |
void | wait () const |
Aspetta. | |
void | waitFor (std::size_t timeout) const |
Aspetta per un determinato tempo (in millisecondi) Continua... | |
void | waitFor (std::size_t timeout, int nanos) const |
Aspetta per un determinato tempo (in millisecondi) Continua... | |
virtual bool | operator< (const Object &object) const |
Operatore di minoranza. Continua... | |
Membri protetti | |
void | setGeometryTypeId (GeometryType::GeometryType geometryType) |
GeometryCollection (std::vector< Point * > *points) | |
GeometryCollection (std::vector< Point * > *points, PrecisionModel *precisionModel, int srid) | |
GeometryCollection (std::vector< LineString * > *lineStrings) | |
GeometryCollection (std::vector< LineString * > *lineStrings, PrecisionModel *precisionModel, int srid) | |
GeometryCollection (std::vector< Polygon * > *polygons) | |
GeometryCollection (std::vector< Polygon * > *polygons, PrecisionModel *precisionModel, int srid) | |
Membri protetti ereditati da fire::gear::Entity | |
void | addGeometry (geom::Geometry *geometry) |
void | removeGeometry (geom::Geometry *geometry) |
Membri protetti ereditati da fire::Object | |
Object * | clone () const |
Duplica l'oggetto. Continua... | |
void | finalize () |
Finalizza l'oggetto. | |
Attributi protetti | |
std::auto_ptr< std::vector < Geometry * > > | _geometries |
GeometryType::GeometryType | _idGeometryType |
Attributi protetti ereditati da fire::gear::geom::Geometry | |
fire::gear::geom::event::GeometryEvent | geometryEvent |
Attributi protetti ereditati da fire::Object | |
boost::mutex | mutex |
Variabile per la sincronizzazione dell'oggetto. | |
Altri membri ereditati | |
Tipi pubblici ereditati da fire::gear::Entity | |
typedef std::vector < geom::Geometry * > | vectorGeomType |
typedef std::vector < geom::Geometry * >::iterator | iterator |
typedef std::vector < geom::Geometry * > ::const_iterator | const_iterator |
typedef std::vector < geom::Geometry * > ::reverse_iterator | reverse_iterator |
typedef std::vector < geom::Geometry * > ::const_reverse_iterator | const_reverse_iterator |
Tipi pubblici ereditati da fire::Object | |
typedef boost::unique_lock < boost::mutex > | LockGuard |
Guardia per la sincronizzazione dell'oggetto. | |
NOT YET DOCUMENTED
|
explicitprotected |
NOT YET DOCUMENTED
points |
NOT YET DOCUMENTED
|
protected |
NOT YET DOCUMENTED
points |
NOT YET DOCUMENTED
|
explicitprotected |
NOT YET DOCUMENTED
lineStrings |
NOT YET DOCUMENTED
|
protected |
NOT YET DOCUMENTED
lineStrings |
NOT YET DOCUMENTED
|
explicitprotected |
NOT YET DOCUMENTED
polygons |
NOT YET DOCUMENTED
|
protected |
NOT YET DOCUMENTED
polygons |
NOT YET DOCUMENTED
|
explicit |
costruttore con vettore di puntatori a Geometry GeometryCollection e' creato con PrecisionModel = FLOATING-Scale 0.0 e SRID = UnknownSrid, con le geometrie contenute nel vettore
geometries | vettore delle Geometry da aggiungere alla GeometryCollection |
InvalidArgumentException | se geometries e' NULL oppure uno dei puntatori a Geometry e' NULL |
GeometryException | se le Geometry non hanno lo stesso PrecisionModel e SRID del GeometryCollection |
fire::gear::geom::GeometryCollection::GeometryCollection | ( | PrecisionModel * | precisionModel, |
int | srid | ||
) |
costruttore con PrecisionModel e SRID GeometryCollection e' creato senza geometrie
precisionModel | |
srid |
InvalidArgumentException | se la precisionModel e' NULL |
fire::gear::geom::GeometryCollection::GeometryCollection | ( | std::vector< Geometry * > * | geometries, |
PrecisionModel * | precisionModel, | ||
int | srid | ||
) |
costruttore con PrecisionModel e SRID, vettore di puntatori a Geometry GeometryCollection e' creato con PrecisionModel = FLOATING-Scale 0.0 e SRID = UnknownSrid, con le geometrie contenute nel vettore
geometries | vettore delle Geometry da aggiungere alla GeometryCollection |
precisionModel | |
srid |
InvalidArgumentException | se la precisionModel e' NULL InvalidArgumentException se geometries e' NULL oppure uno dei puntatori a Geometry e' NULL |
GeometryException | se le Geometry non hanno lo stesso PrecisionModel e SRID del GeometryCollection |
fire::gear::geom::GeometryCollection::GeometryCollection | ( | const GeometryCollection & | geometryCollection | ) |
Costruttore di copia.
geometryCollection |
void fire::gear::geom::GeometryCollection::addGeometry | ( | Geometry * | geometry | ) |
NOT YET DOCUMENTED
geometry |
NOT YET DOCUMENTED
|
virtual |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
Reimplementa fire::gear::Entity.
|
virtual |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
Implementa fire::gear::geom::Geometry.
|
virtual |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
Reimplementa fire::gear::Entity.
|
virtual |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
Implementa fire::gear::geom::Geometry.
|
virtual |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
Implementa fire::gear::geom::Geometry.
|
virtual |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
Implementa fire::gear::geom::Geometry.
std::size_t fire::gear::geom::GeometryCollection::getGeometriesCount | ( | ) | const |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
Geometry& fire::gear::geom::GeometryCollection::getGeometryAt | ( | std::size_t | index | ) |
NOT YET DOCUMENTED
index |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
|
virtual |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
Implementa fire::gear::geom::Geometry.
|
virtual |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
Implementa fire::gear::geom::Geometry.
void fire::gear::geom::GeometryCollection::insertGeometryAt | ( | Geometry * | geometry, |
std::size_t | index | ||
) |
NOT YET DOCUMENTED
geometry |
NOT YET DOCUMENTED
index |
NOT YET DOCUMENTED
|
virtual |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
Implementa fire::gear::geom::Geometry.
|
virtual |
metodo per sapere se i dati della geometria in cache sono aggiornati
Reimplementa fire::gear::geom::Geometry.
|
virtual |
metodo per sapere se la geometria e' a 2D o 3D
Implementa fire::gear::geom::Geometry.
|
virtual |
GeometryCollection& fire::gear::geom::GeometryCollection::operator= | ( | const GeometryCollection & | geometryCollection | ) |
Operatore di assegnamento.
geometryCollection |
void fire::gear::geom::GeometryCollection::removeGeometryAt | ( | std::size_t | index | ) |
NOT YET DOCUMENTED
index |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
void fire::gear::geom::GeometryCollection::setGeometryAt | ( | Geometry * | geometry, |
std::size_t | index | ||
) |
NOT YET DOCUMENTED
geometry |
NOT YET DOCUMENTED
index |
NOT YET DOCUMENTED
|
protected |
NOT YET DOCUMENTED
geometryType |
NOT YET DOCUMENTED
|
virtual |
NOT YET DOCUMENTED
onlyGeom |
NOT YET DOCUMENTED
pretty |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
Reimplementa fire::gear::geom::Geometry.
|
virtual |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
Reimplementa fire::gear::geom::Geometry.
|
virtual |
NOT YET DOCUMENTED
outputStream |
NOT YET DOCUMENTED
dimension |
NOT YET DOCUMENTED
newByteOrder |
NOT YET DOCUMENTED
includeSRID |
NOT YET DOCUMENTED
Reimplementa fire::gear::geom::Geometry.
|
virtual |
NOT YET DOCUMENTED
oldStyle |
NOT YET DOCUMENTED
dimension |
NOT YET DOCUMENTED
decimalPrecision |
NOT YET DOCUMENTED
NOT YET DOCUMENTED
Reimplementa fire::gear::geom::Geometry.
|
protected |
NOT YET DOCUMENTED
|
protected |
NOT YET DOCUMENTED