org.deegree.style.utils
Class Raster2Feature

java.lang.Object
  extended by org.deegree.style.utils.Raster2Feature

public class Raster2Feature
extends Object

Creates a Feature from a Raster. The resulting feature contains the raster outline as a geometry and other information about the raster as attributes.

Version:
$Revision: 29642 $, $Date: 2011-02-11 13:59:33 +0100 (Fri, 11 Feb 2011) $
Author:
Andrei Aiordachioaie, last edited by: $Author: lbuesching $

Constructor Summary
Raster2Feature()
           
 
Method Summary
static Polygon createPolygonGeometry(AbstractRaster raster)
          Return the bounding geometry of a raster as a polygon (but is actually a rectangle).
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Raster2Feature

public Raster2Feature()
Method Detail

createPolygonGeometry

public static Polygon createPolygonGeometry(AbstractRaster raster)
Return the bounding geometry of a raster as a polygon (but is actually a rectangle).

Parameters:
raster -
Returns:
bounding polygon


Copyright © 2011. All Rights Reserved.