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

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

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

revision 2 by mojays, Tue Feb 24 22:43:52 2009 UTC revision 43 by alfonx, Tue Apr 14 14:19:30 2009 UTC
# Line 11  import org.geotools.map.MapLayer; Line 11  import org.geotools.map.MapLayer;
11  import org.geotools.map.DefaultMapLayer;  import org.geotools.map.DefaultMapLayer;
12  import org.geotools.coverage.grid.GridCoverage2D;  import org.geotools.coverage.grid.GridCoverage2D;
13  import org.geotools.coverage.grid.io.AbstractGridCoverage2DReader;  import org.geotools.coverage.grid.io.AbstractGridCoverage2DReader;
14    import org.geotools.data.FeatureSource;
15  import org.geotools.styling.ColorMap;  import org.geotools.styling.ColorMap;
16  import org.geotools.styling.ColorMapEntry;  import org.geotools.styling.ColorMapEntry;
17  import org.geotools.styling.Style;  import org.geotools.styling.Style;
# Line 151  public class StyledMapUtil { Line 152  public class StyledMapUtil {
152            title,            title,
153            style            style
154        );        );
155        
156      if ( styledObject == null )      if ( styledObject == null )
157        throw new UnsupportedOperationException("Can not create StyledMapInterface object from "+(object == null ? "null" : object.getClass()));        throw new UnsupportedOperationException("Can not create StyledMapInterface object from "+(object == null ? "null" : object.getClass()));
158    

Legend:
Removed from v.2  
changed lines
  Added in v.43

[email protected]
ViewVC Help
Powered by ViewVC 1.1.26