HydroCouple  2.0.0
HydroCouple Interface Definitions
HydroCouple::Spatial::ISpatialReferenceSystem Class Referenceabstract

Spatial Reference System. More...

#include <hydrocouplespatial.h>

Collaboration diagram for HydroCouple::Spatial::ISpatialReferenceSystem:

Public Member Functions

virtual ~ISpatialReferenceSystem ()=0
 The Well-known Text Representation of the Spatial Reference System. More...
 
virtual int authSRID () const =0
 Returns the Spatial Reference System ID (SRID) for a geometric object. This will normally be a foreign key to an index of reference systems stored in either the same or some other datastore. More...
 
virtual string authName () const =0
 The Authority Specific Spatial Reference System Identifier. More...
 
virtual string srText () const =0
 

Detailed Description

Spatial Reference System.

Constructor & Destructor Documentation

◆ ~ISpatialReferenceSystem()

virtual HydroCouple::Spatial::ISpatialReferenceSystem::~ISpatialReferenceSystem ( )
pure virtual

The Well-known Text Representation of the Spatial Reference System.

Member Function Documentation

◆ authName()

virtual string HydroCouple::Spatial::ISpatialReferenceSystem::authName ( ) const
pure virtual

The Authority Specific Spatial Reference System Identifier.

◆ authSRID()

virtual int HydroCouple::Spatial::ISpatialReferenceSystem::authSRID ( ) const
pure virtual

Returns the Spatial Reference System ID (SRID) for a geometric object. This will normally be a foreign key to an index of reference systems stored in either the same or some other datastore.

◆ srText()

virtual string HydroCouple::Spatial::ISpatialReferenceSystem::srText ( ) const
pure virtual

Well-known Text description of the Spatial Reference System.


The documentation for this class was generated from the following file: