C# (CSharp) Azavea.Open.DAO.PostgreSQL Пространство имен

Пространства имен

Azavea.Open.DAO.PostgreSQL.Tests

Классы

Имя Описание
EWKTReader PostGIS doesn't use exact WKT, it uses "extended WKT". Unfortunately the WKTReader class doesn't allow you to extend and override its methods (and many are static anyway) so we offer this alternate implementation as a WKT reader that can read PostGIS WKT.
EWKTWriter PostGIS doesn't use exact WKT, it uses "extended WKT". Unfortunately the WKTWriter class doesn't allow you to extend and override its methods (and many are static anyway) so we offer this alternate implementation as a WKT writer that can write PostGIS WKT.
PostgreSqlDaLayer Implements a FastDao layer customized for PostGreSQL (optionally with PostGIS installed).
PostgreSqlDescriptor This class is a ConnectionDescriptor implementation for using FastDAO to communicate with a PostGreSQL / PostGIS database. Thought it is named "PostGreSqlDescriptor", it supports spatial queries and data if you have PostGIS installed.