This page has been translated automatically.
UnigineEditor
Interface Overview
Assets Workflow
Settings and Preferences
Working With Projects
Adjusting Node Parameters
Setting Up Materials
Setting Up Properties
Landscape Tool
Using Editor Tools for Specific Tasks
Extending Editor Functionality
FAQ
Programming
Fundamentals
Setting Up Development Environment
Usage Examples
UnigineScript
C++
C#
UUSL (Unified UNIGINE Shader Language)
File Formats
Rebuilding the Engine and Tools
GUI
Double Precision Coordinates
API
Containers
Common Functionality
Controls-Related Classes
Engine-Related Classes
Filesystem Functionality
GUI-Related Classes
Math Functionality
Node-Related Classes
Objects-Related Classes
Networking Functionality
Pathfinding-Related Classes
Physics-Related Classes
Plugins-Related Classes
Rendering-Related Classes
Warning! This version of documentation is OUTDATED, as it describes an older SDK version! Please switch to the documentation for the latest SDK version.
Warning! This version of documentation describes an old SDK version which is no longer supported! Please upgrade to the latest SDK version.

Unigine::DatasetCoordinateTransformer Class

Header: #include <UnigineDataset.h>

The DatasetCoordinateTransformer class is intended for transforming between coordinate systems.

DatasetCoordinateTransformer Class

Members


static DatasetCoordinateTransformerPtr create ( ) #

Constructor. Creates a new DatasetCoordinateTransformer class instance with unset systems for transforming.

static DatasetCoordinateTransformerPtr create ( const Ptr<DatasetSpatialReference> & src, const Ptr<DatasetSpatialReference> & dest ) #

Constructor. Creates a new DatasetCoordinateTransformer class instance and sets the src parameter as the source spatial reference system and the dest as the target one.

Arguments

int isValid ( ) #

Returns a value indicating if the valid source and target spatial reference systems are set.

Return value

1 if the valid systems for transforming are set; otherwise, 0.

int setReferences ( const Ptr<DatasetSpatialReference> & src, const Ptr<DatasetSpatialReference> & dest ) #

Sets the src parameter as the source spatial reference system and the dest as the target one. Returns a value indicating if the systems are successfully set and valid.

Arguments

Return value

1 if the systems are successfully set and valid; otherwise, 0.
Last update: 2019-12-25
Build: ()