# geotools-learning **Repository Path**: startgis/geotools-learning ## Basic Information - **Project Name**: geotools-learning - **Description**: geotools入门文档,涵盖OGC相关标准基本名词示意:opengis简介、wms服务简介、wfs服务简介、WMTS服务简介。geotools入门使用:创建GeoTools、创建Feature、JTS-geometry、GeoTools与应用集成 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 27 - **Created**: 2024-08-27 - **Last Updated**: 2024-08-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 简介 geotools从入门到简单使用教程 # 源码地址 [geotools](https://github.com/geotools/geotools) [项目jira地址](https://osgeo-org.atlassian.net/jira/projects) # 目录 * [OGC基础](docs/learning-book/ogc/README.md) * [opengis简介](docs/learning-book/ogc/opengis.md) * [wms服务简介](docs/learning-book/ogc/wms.md) * [wfs服务简介](docs/learning-book/ogc/wfs.md) * [wcs服务简介](docs/learning-book/ogc/wcs.md) * [WMTS服务简介](docs/learning-book/ogc/wmts.md) * [前端显示组件](docs/learning-book/ogc/front.md) * [GeoTools基本使用](docs/learning-book/use-guider/README.md) * [涵盖的标准](docs/learning-book/use-guider/standards-covered.md) * [创建GeoTools](docs/learning-book/use-guider/created.md) * [创建Feature](docs/learning-book/use-guider/feature.md) * [JTS-geometry](docs/learning-book/use-guider/geometry.md) * [DE-9IM模型](docs/learning-book/use-guider/de-9im.md) * [geometry操作](docs/learning-book/use-guider/geometry-operator.md) * [GeoTools与应用集成](docs/learning-book/app-integration/README.md) ## Maven资源库地址 ``` osgeo OSGeo Release Repository https://repo.osgeo.org/repository/release/ false true osgeo-snapshot OSGeo Snapshot Repository https://repo.osgeo.org/repository/snapshot/ true false ```