[
https://issues.apache.org/jira/browse/SIS-179?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
M. Le Bihan updated SIS-179:
----------------------------
Attachment: ShapeFile.java
package-info.java
FieldDescriptor.java
DataType.java
Database.java
The new suggested organization of the _sis-shapefile_ project is :
*package org.apache.sis.storage.database*
/sis-shapefile/src/main/java/org/apache/sis/storage/database/Database.java
/sis-shapefile/src/main/java/org/apache/sis/storage/database/DataType.java
/sis-shapefile/src/main/java/org/apache/sis/storage/database/FieldDescriptor.java
/sis-shapefile/src/main/java/org/apache/sis/storage/database/package-info.java
*org.apache.sis.storage.shapefile*
/sis-shapefile/src/main/java/org/apache/sis/storage/shapefile/CmdLineDriver.java
/sis-shapefile/src/main/java/org/apache/sis/storage/shapefile/CodePage.java
/sis-shapefile/src/main/java/org/apache/sis/storage/shapefile/ShapeFile.java
/sis-shapefile/src/main/java/org/apache/sis/storage/shapefile/ShapeTypeEnum.java
with the files put in attachment.
> Extract Database class from Shapefile class to allow reading DBF without
> shapefile
> ----------------------------------------------------------------------------------
>
> Key: SIS-179
> URL: https://issues.apache.org/jira/browse/SIS-179
> Project: Spatial Information Systems
> Issue Type: Improvement
> Components: Features, Storage
> Affects Versions: 0.5
> Reporter: M. Le Bihan
> Priority: Minor
> Attachments: DataType.java, Database.java, FieldDescriptor.java,
> ShapeFile.java, package-info.java
>
>
> Extracting the DBF binary reader from th Shapefile class to a Database class
> allows the loading of a DBF file when it is not accompanied with a shapefile.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)