6월, 2011의 게시물 표시

[FOSS4G]Altibase Spatial JdbcDataStore for GeoTools, GeoServer

이미지
최신 정보는 이 블로그의 다음 포스트 ( [GeoTools Data Store] 국내 공간 DBMS 및 파일 포맷 지원 ) 를 참조하세요. Altibase Spatial(버전 5.5.1)용 GeoTools JdbcDataStore 입니다. Altibase Spatial에 대한 개략적인 내용은 다음 링크를 참조하세요. http://www.onspatial.com/2011/06/altibase-spatial-sql-quick-reference.html ◎ gt-jdbc-altibase-1.0.0.jar 설치 다운로드 : https://sourceforge.net/projects/gt-jdbc-korean/files/?source=navbar 첨부한 파일을 GeoTools libraries  폴더로 복사하면 됩니다. 추가로 Altibase 설치폴더의 lib 폴더 내에 있는 Altibase.jar 파일도 같이 복사합니다. 주요 기능  - GeoTools에서 PostGIS 사용하는 방법과 동일합니다.  - Create Layer  - Insert, Update, Delete 지원 ◎ Altibase Spatial SPATIAL_REF_SYS 업데이트 Altibase Spatial을 처음 설치하면 SPATIAL_REF_SYS 테이블에는 샘플로 몇 개(우리나라 관련 좌표계)만 포함이 되어 있습니다. 또한 레이어 등록(ADDGEOMETRYCOLUMNS)할 때 이 테이블에 관련 SRID 코드가 없으면 등록이 안되므로 항상 확인이 필요합니다. 따라서 아래에 첨부한 spatial_ref_sys.sql을 사용하여 업데이트 합니다. 이 파일은 PostgreSQL(PostGIS)에서 사용하는 좌표체계 테이블입니다. 첨부한 파일을 다운로드 후 Command 창에서 다음을 실행합니다. 다운로드 :  spatial_ref_sy.zip C:\>isql -u sys -p m...

Altibase Spatial SQL Quick Reference

ALTIBASE Technical Center( http://atc.altibase.com )의 자료실에 등록된 [Spatial SQL User’s Manual Release 5.5.1] 문서에서 발췌했습니다. ============================================ ◎ Geometry Reference Table ============================================ 1. How to Install You can add $ALTIBASE_HOME/thirdparty/ArcGIS/geometry_colums.sql to ALTIBASE package by running iSQL. $ isql -u sys -p manager -f $ALTIBASE_HOME/thirdparty/ArcGIS/geometry_columns.sql 2. How to Use SPATIAL_REF_SYS and GEOMETRY_COLUMNS are PUBLIC SYNONYM tables. You can only look up them. ADDGEOMETRYCOLUMNS and DROPGEOMETRYCOLUMNS are PUBLIC SYNONYM procedures. You can insert and delete information in GEOMETRY_COLUMNS table by executing them. You can add extra information to geometry reference table besides information of geometry reference system by modifying $ALTIBASE_HOME/thirdparty/ArcGIS/geometry_colums.sql. 3. GEOMETRY_COLUMNS You can use this to define and mange SRID (Spatial Reference ID) in GEOMETRY column. Column name ...

OGC Compliant & Implementing Products

이미지
2011년 6월 15일 기준 국내 OGC  Compliant Products 입니다. Compliant Products 목록에  등록된 회사(또는 제품)의 알파벳 순서입니다. OGC Compliant Products는 다음 URL에서 확인하시면 됩니다. -  http://www.opengeospatial.org/resource/products/compliant 1. 국내 - Compliant Products ● OGC Web Service(WMS, WFS, WCS...) Products ◎ CCI Co. Ltd.(씨씨아이) ▷ URL:  http://www.ccigis.co.kr/ ▷ Name: GeoNURIS GeoWeb Server V1.0 ◎ CmWorld(씨엠월드) ▷ URL:  http://www.cmworld.co.kr ▷   Name:  Spatial Broker 1.2 ◎ G-Inno Systems(지노시스템) ▷ URL:  http://www.g-inno.com/ginnohome/gis/geogate.aspx ▷   Name:  GeoGate 3.0 ◎ GeoMEX soft co., Ltd(지오멕스소프트) ▷ URL:  http://www.geomex.co.kr/ ▷   Name:  GEOMEX-Web 3.0 ◎ Geotwo Co., Ltd(지오투정보기술) ▷ URL:  http://www.geotwo.com/ ▷   Name:  O2Map Web 1.0 ◎ KSIC  Co., LTD(한국공간정보통신) ▷ URL:  http://www.ksic.net ▷   Name:  IntraMap/Web 6.0 ◎ Samsung SDS(삼성SDS) ▷ URL:  http://www.al...

[FOSS4G] GeoServer WPS Plugin의 설치 및 맛보기

이미지
GeoServer의 Extension 중 하나인 WPS(Web Processing Service)  Plugin을 설치하는 방법과 간단한 데모입니다. ▣ GeoServer의 설치 이 블로그의 설치문서( GeoServer 2.0.0 설치 및 활용 가이드  )를 참조하여 최신버전(http://geoserver.org/display/GEOS/Stable)의  GeoServer 2.1.0(Stable,  2010년 6월 7일 현재) 버전을 다운로드 후 설치합니다. ▣ WPS Plugin 다운로드 및 설치 http://geoserver.org/display/GEOS/Stable로 이동하여 다음 그림과 같이 WPS Plugin을 다운로드합니다. geoserver-2.1.0-wps-plugin.zip 파일을 다운받아서 압축 해제하면 다음과 같은 파일들이 있으며 버전에 따라 다를 수 있습니다. gt-geojson-2.7.1.jar gt-process-2.7.1.jar gt-xsd-wps-2.7.1.jar jt-attributeop-1.1.1.jar jt-contour-1.1.1.jar jt-rangelookup-1.1.1.jar jt-utils-1.1.1.jar jt-vectorbinarize-1.1.1.jar jt-vectorize-1.1.1.jar jt-zonalstats-1.1.1.jar net.opengis.wps-2.7.1.jar web-wps-2.1.0.jar wps-core-2.1.0.jar GeoServer설치 폴더의 webapps\geoserver\WEB-INF\lib 폴더에 위 파일을 복사 (덮어쓰기) 합니다. GeoServer를 재시작하면 다음과 같이 WPS 서비스가 추가됩니다. ▣ WPS Demo GeoServer 왼족 메뉴 중 좌하단의 Demos를 눌러 Demos 페이지로 이동합니다. 아래 내용들은 Demo 페이지를 보면서 한번 확인하세요. ▷ GeoTools에서 제공하는 Default Proces...