A base abstract class for 0-dimensional geometric objects that represents a single location in coordinate space. More...
#include "../BuildConfig.h"
#include "../Defines.h"
#include "../common/Translator.h"
#include "../srs/Converter.h"
#include "AbstractPoint.h"
#include "Envelope.h"
#include "Exception.h"
#include <memory>
Go to the source code of this file.
A base abstract class for 0-dimensional geometric objects that represents a single location in coordinate space.
Definition in file AbstractPoint.cpp.