35 |
import org.opengis.feature.simple.SimpleFeatureType; |
import org.opengis.feature.simple.SimpleFeatureType; |
36 |
import org.opengis.filter.Filter; |
import org.opengis.filter.Filter; |
37 |
|
|
38 |
|
import schmitzm.geotools.feature.FeatureUtil.GeometryForm; |
39 |
import skrueger.AttributeMetadataImpl; |
import skrueger.AttributeMetadataImpl; |
40 |
|
|
41 |
/** |
/** |
99 |
*/ |
*/ |
100 |
public abstract SimpleFeatureType getSchema(); |
public abstract SimpleFeatureType getSchema(); |
101 |
|
|
102 |
|
public abstract GeometryForm getGeometryForm(); |
103 |
|
|
104 |
} |
} |