|
|
| ProjTransformation (const std::string &in_epsg_, const std::string &out_epsg_) |
| |
|
RefPtr< MemBase > | transform (const RefPtr< MemBase > &MB, const RefPtr< CreativeArrayBase > &SourcePositionsFragment) const override |
| |
|
| ProjTransformation (const uint16_t in_epsg_, const uint16_t out_epsg_) |
| |
|
RefPtr< MemBase > | transform (const RefPtr< MemBase > &MB, const RefPtr< CreativeArrayBase > &SourcePositionsFragment) const override |
| |
| virtual RefPtr< Field > | transform (const Field &F, const RefPtr< Field > &Positions) const |
| | Transformation of an entire Field, where the Positions of the source coordinate system is provided unless transforming coordinates.
|
| |
| virtual RefPtr< CreativeArrayBase > | transform (CreativeArrayBase &F, const RefPtr< CreativeArrayBase > &Positions) const |
| | Transformation of a Field fragment, allowing to provide a customized Creator.
|
| |
| virtual RefPtr< MemBase > | transform (const RefPtr< MemBase > &SourceData, const RefPtr< CreativeArrayBase > &SourcePositionsFragment) const =0 |
| | Implementation of the actual coordinate transition, the function must yield the transformed field in the destination coordinate system.
|
| |
|
auto | getObjectCountID () const noexcept |
| |
|
bool | isIdentical (const WeakPtr< Object, Object > &PossibleSelf) const noexcept |
| |
|
void | mkAutoDestructive () |
| |
|
refcount_t | refcount () const noexcept |
| |
|
| ReferenceBase (Object *that) noexcept |
| |
|
const auto & | self () const |
| |
|
refcount_t | wrefcount () const noexcept |
| |