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 |
|
/** |
103 |
|
* @return can returns {@link GeometryForm#ANY} if the source is e.g. a GML |
104 |
|
* mixed geometry collection. |
105 |
|
*/ |
106 |
|
public abstract GeometryForm getGeometryForm(); |
107 |
|
|
108 |
} |
} |