![]() |
SimpleSHP 0.1
SHP, DBF 파일을 처리하는 사용하기 쉽고 가벼운 Java 오픈소스 라이브러리
|
Public 멤버 함수 | |
String | getFieldName () |
byte | getFieldType () |
int | getColumnLength () |
int | getDecimalLength () |
Field (String fieldName, byte fieldType, int columnLength, int decimalLength) | |
패키지 속성 | |
byte | fieldType |
int | columnLength = 0 |
int | decimalLength = 0 |
DBF 파일의 필드 정보를 저장하고 있는 클래스
geoservice.easyshp.dbf.Field.Field | ( | String | fieldName, |
byte | fieldType, | ||
int | columnLength, | ||
int | decimalLength | ||
) |
생성자
fieldName | 필드명 |
fieldType | 필드타입(FieldType 참조) |
columnLength | 필드값의 길이 |
decimalLength | 필드값이 실수일 경우 소수점의 자리수 |
int geoservice.easyshp.dbf.Field.getColumnLength | ( | ) |
필드값의 길이
int geoservice.easyshp.dbf.Field.getDecimalLength | ( | ) |
필드값이 실수형일 경우 소수점 자리수
String geoservice.easyshp.dbf.Field.getFieldName | ( | ) |
필드명을 얻음
byte geoservice.easyshp.dbf.Field.getFieldType | ( | ) |