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

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

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

revision 1047 by mojays, Wed Sep 22 12:11:15 2010 UTC revision 1203 by alfonx, Tue Nov 2 22:53:55 2010 UTC
# Line 40  import org.geotools.data.store.EmptyFeat Line 40  import org.geotools.data.store.EmptyFeat
40  import org.geotools.feature.FeatureCollection;  import org.geotools.feature.FeatureCollection;
41  import org.geotools.feature.NameImpl;  import org.geotools.feature.NameImpl;
42  import org.geotools.feature.collection.SubFeatureCollection;  import org.geotools.feature.collection.SubFeatureCollection;
43    import org.geotools.geometry.jts.ReferencedEnvelope;
44  import org.geotools.styling.Style;  import org.geotools.styling.Style;
45  import org.opengis.feature.simple.SimpleFeature;  import org.opengis.feature.simple.SimpleFeature;
46  import org.opengis.feature.simple.SimpleFeatureType;  import org.opengis.feature.simple.SimpleFeatureType;
# Line 439  public class StyledFeatureCollection Line 440  public class StyledFeatureCollection
440          }          }
441    
442    
443            @Override
444            public ReferencedEnvelope getReferencedEnvelope() {
445                    return new ReferencedEnvelope(getEnvelope(), getCrs());
446            }
447    
448  }  }

Legend:
Removed from v.1047  
changed lines
  Added in v.1203

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26