Группа библиотек: io.oss84.geotools

Main module

io.oss84.geotools : gt-main

The main module contains the GeoTools public interfaces that are used by other GeoTools modules (and GeoTools applications). Where possible we make use industry standard terms as provided by OGC and ISO standards. The formal GeoTools public api consists of gt-metadata, jts and the gt-main module. The main module contains the default implementations that are available provided to other GeoTools modules using our factory system. Factories are obtained from an appropriate FactoryFinder, giving applications a chance configure the factory used using the Factory Hints facilities. FilterFactory ff = CommonFactoryFinder.getFilterFactory(); Expression expr = ff.add( expression1, expression2 ); If you find yourself using implementation specific classes chances are you doing it wrong: Expression expr = new AddImpl( expression1, expressiom2 );

Последняя версия: 24.2-oss84-1

Дата:

Referencing services

io.oss84.geotools : gt-referencing

Contains implementations of Coordinate Reference Systems (CRS), conversion and transformation services.

Последняя версия: 24.2-oss84-1

Дата:

Grid Coverage module

io.oss84.geotools : gt-coverage

Implementation of GridCoverage. Provides support for rasters and some image processing like reprojection.

Последняя версия: 24.2-oss84-1

Дата:

JDBC DataStore Support

io.oss84.geotools : gt-jdbc

Abstract datastore implementation and helper classes / apis to be extended by datastores backed by releational databases accesible via jdbc.

Последняя версия: 24.2-oss84-1

Дата:

Open GIS Interfaces

io.oss84.geotools : gt-opengis

Standard interfaces implemented throughout the library.

Последняя версия: 24.2-oss84-1

Дата:

EPSG Authority Service using HSQL database

io.oss84.geotools : gt-epsg-hsql

Connection to an embedded EPSG database in HSQL format. This database is built from the SQL scripts delivered by EPSG.

Последняя версия: 24.2-oss84-1

Дата:

Metadata

io.oss84.geotools : gt-metadata

Contains implementations of metadata and some core utilities classes.

Последняя версия: 24.2-oss84-1

Дата:

GeoTools

io.oss84.geotools : geotools

Welcome to the homepage of the GeoTools build process In the left side bar you should see a list of active modules, visit each for more details on the status of each module.

Последняя версия: 24.2-oss84-1

Дата:

Последняя версия: 24.2-oss84-1

Дата:

Последняя версия: 24.2-oss84-1

Дата:

OGC Web Service Models

io.oss84.geotools : ogc

Collection of EMF models for OGC Web Service schemas.

Последняя версия: 24.2-oss84-1

Дата:

Sample data module

io.oss84.geotools : gt-sample-data

Contains sample data for testing purpose.

Последняя версия: 24.2-oss84-1

Дата:

Geotools plugins

io.oss84.geotools : plugin

GeoTools plug-ins provide additional services to the core library using ServiceLocator.

Последняя версия: 24.2-oss84-1

Дата:

Geotools extensions

io.oss84.geotools : extension

GeoTools extensions provide additional capabilities built using the core library.

Последняя версия: 24.2-oss84-1

Дата:

Feature Based Graphs and Networks

io.oss84.geotools : gt-graph

Graph classes that builds and walk networks based on Feature relationships. The original graph package has been developed using the JUMP Feature API. Its intension is to be able to aid automated skeletonization of water bodies by computing directionality of generated skeletons. The work for the original JUMP based library has been funded by the BC Proventional Government department of BMGS. This library has been ported to geotools2 as part of the VWFS project sponcered by Geo Innovations.

Последняя версия: 24.2-oss84-1

Дата:

EPSG Authority Service using WKT file

io.oss84.geotools : gt-epsg-wkt

EPSG and AUTO authority factories are defined for data.crs.CRSService. These codes are used to provide CoordinateRegerenceSystem for GCE and DataStore implementations that do not define their own native definition. Contains a Property file based CoordinateSystemAuthority (the property file is too large to be included in the main geotools release). This class will need to be ported to the new GeoAPI CoordinateReferenceSystem interfaces.

Последняя версия: 24.2-oss84-1

Дата:

GeoTIFF grid coverage exchange module

io.oss84.geotools : gt-geotiff

Datasource created to read GeoTIFF raster format.

Последняя версия: 24.2-oss84-1

Дата:

ArcGrid datasource module

io.oss84.geotools : gt-arcgrid

Datasource created to read ArcGrid raster format. Currently Serving as a prototype for the GridCoverageExchange API.

Последняя версия: 24.2-oss84-1

Дата:

WorldImage datasource module

io.oss84.geotools : gt-image

Grid coverage reader for image georeferenced by a world file. File format consists of consisting of a plain image and a "sidecar" world file to georeference the image, a and projection file file to indicate the coordinate reference system used.

Последняя версия: 24.2-oss84-1

Дата:

Coverage Multidimensional Module

io.oss84.geotools : gt-coverage-multidim

Module for Coverage experiment and ND GeoTools plugins.

Последняя версия: 24.2-oss84-1

Дата:

Extensions to EPSG authority factory

io.oss84.geotools : gt-epsg-extension

Contains extra CRS defined by ESRI (and other parties) in the EPSG namespace. Those CRS are not defined in the official ESPG database, but are used widely enough to warant an optional plugin in Geotools. This plugin do not contains any definition already found in the official EPSG database - it is not a replacement for epsg-hsql or epsg-postgresql. One of the above plugins (at user choice) should be in the classpath.

Последняя версия: 24.2-oss84-1

Дата:

EPSG Authority Service using PostgreSQL database

io.oss84.geotools : gt-epsg-postgresql

Connection to an EPSG postgreSQL database. This database should be built by the user from the SQL scripts delivered by EPSG.

Последняя версия: 24.2-oss84-1

Дата:

grass raster datasource module

io.oss84.geotools : gt-grassraster

This datasource reads the GRASS DEM format.

Последняя версия: 24.2-oss84-1

Дата:

ImageI/O-Ext based grid coverage readers

io.oss84.geotools : gt-imageio-ext-gdal

Extension of the of Grid Coverage plugins, leveraging on the GDAL raster data access capabilities by means of the ImageIO-Ext Project.

Последняя версия: 24.2-oss84-1

Дата:

JP2K based grid coverage readers

io.oss84.geotools : gt-jp2k

Extension of the of Grid Coverage plugins, leveraging on the JP2K raster data access capabilities.

Последняя версия: 24.2-oss84-1

Дата:

Application Schema Support

io.oss84.geotools : app-schema

Modules to support creation of complex feature types defined in a GML application schema

Последняя версия: 24.2-oss84-1

Дата:

Vector grids

io.oss84.geotools : gt-grid

The grid module allows users to create vector grids (also known as lattices) that can be used for display and analysis.

Последняя версия: 24.2-oss84-1

Дата:

Geotools unsupported

io.oss84.geotools : unsupported

Unsupported modules for GeoTools.

Последняя версия: 24.2-oss84-1

Дата:

VPF Plugin

io.oss84.geotools : gt-vpf

DataStore plugin for VPF format.

Последняя версия: 24.2-oss84-1

Дата:

GeoJSON Support

io.oss84.geotools : gt-geojson

Provides GeoJSON Encoding and Parsing support.

Последняя версия: 24.2-oss84-1

Дата:

PostGIS Raster Plugin

io.oss84.geotools : gt-postgis-raster

Unsupported modules for GeoTools.

Последняя версия: 24.2-oss84-1

Дата:

TPK Module

io.oss84.geotools : gt-tpk

TPK File support for GeoTools.

Последняя версия: 24.2-oss84-1

Дата:

  • 1