|
| geos::geom::CoordinateSequence::CoordinateSequence () |
|
| geos::geom::CoordinateSequence::CoordinateSequence (std::size_t size, std::size_t dim=0) |
|
| geos::geom::CoordinateSequence::CoordinateSequence (std::size_t size, bool hasz, bool hasm, bool initialize=true) |
|
| geos::geom::CoordinateSequence::CoordinateSequence (const std::initializer_list< Coordinate > &) |
|
| geos::geom::CoordinateSequence::CoordinateSequence (const std::initializer_list< CoordinateXY > &) |
|
| geos::geom::CoordinateSequence::CoordinateSequence (const std::initializer_list< CoordinateXYM > &) |
|
| geos::geom::CoordinateSequence::CoordinateSequence (const std::initializer_list< CoordinateXYZM > &) |
|
static CoordinateSequence | geos::geom::CoordinateSequence::XY (std::size_t size) |
|
static CoordinateSequence | geos::geom::CoordinateSequence::XYZ (std::size_t size) |
|
static CoordinateSequence | geos::geom::CoordinateSequence::XYZM (std::size_t size) |
|
static CoordinateSequence | geos::geom::CoordinateSequence::XYM (std::size_t size) |
|
std::unique_ptr< CoordinateSequence > | geos::geom::CoordinateSequence::clone () const |
| Returns a heap-allocated deep copy of this CoordinateSequence.
|
|
| geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::TemplateSTRtreeImpl (size_t p_nodeCapacity=10) |
|
| geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::TemplateSTRtreeImpl (size_t p_nodeCapacity, size_t itemCapacity) |
|
| geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::TemplateSTRtreeImpl (const TemplateSTRtreeImpl &other) |
|
TemplateSTRtreeImpl & | geos::index::strtree::TemplateSTRtreeImpl< ItemType, BoundsTraits >::operator= (TemplateSTRtreeImpl other) |
|