/[schmitzm]/trunk/src/skrueger/geotools/StyledFeaturesInterface.java
ViewVC logotype

Diff of /trunk/src/skrueger/geotools/StyledFeaturesInterface.java

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 862 by alfonx, Sat May 22 01:24:46 2010 UTC revision 1267 by alfonx, Sat Nov 13 01:11:10 2010 UTC
# Line 35  import org.opengis.feature.simple.Simple Line 35  import org.opengis.feature.simple.Simple
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  /**  /**
# Line 98  public interface StyledFeaturesInterface Line 99  public interface StyledFeaturesInterface
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  }  }

Legend:
Removed from v.862  
changed lines
  Added in v.1267

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26