![]() |
SimpleSHP 0.1
SHP, DBF 파일을 처리하는 사용하기 쉽고 가벼운 Java 오픈소스 라이브러리
|
Public 멤버 함수 | |
RowSetSHP (int shapeType) | |
int | getShapeType () |
int | getRowCount () |
boolean | addRow (RowSHP row) |
RowSHP | getRow (int fid) |
SHP 파일을 구성하는 Row의 집합
geoservice.easyshp.shp.RowSetSHP.RowSetSHP | ( | int | shapeType | ) |
boolean geoservice.easyshp.shp.RowSetSHP.addRow | ( | RowSHP | row | ) |
새로운 Row를 추가시킴
row | 추가시킬 Row |
true
를 반환함 RowSHP geoservice.easyshp.shp.RowSetSHP.getRow | ( | int | fid | ) |
fid 값을 통해 Row을 얻음
fid | id값으로 1부터 시작함(SHP 파일의 규칙) |
int geoservice.easyshp.shp.RowSetSHP.getRowCount | ( | ) |
Row의 전체 개수를 얻음
int geoservice.easyshp.shp.RowSetSHP.getShapeType | ( | ) |