Class ShapefileDescriptorMapper
java.lang.Object
ch.so.agi.gretl.internal.shapefile.ShapefileDescriptorMapper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromGeoPackage(DatabaseMetaData metaData, String tableName, String geometryColumn, String geometryType, Integer srid) fromIoxWkf(ch.interlis.ioxwkf.dbtools.AttributeDescriptor[] descriptors)
-
Constructor Details
-
ShapefileDescriptorMapper
public ShapefileDescriptorMapper()
-
-
Method Details
-
fromIoxWkf
public List<ShapefileAttributeDescriptor> fromIoxWkf(ch.interlis.ioxwkf.dbtools.AttributeDescriptor[] descriptors) -
fromGeoPackage
public List<ShapefileAttributeDescriptor> fromGeoPackage(DatabaseMetaData metaData, String tableName, String geometryColumn, String geometryType, Integer srid) throws Exception - Throws:
Exception
-