org.deegree.protocol.wps
Class TestVectorLayerAdapter

java.lang.Object
  extended by org.deegree.protocol.wps.TestVectorLayerAdapter

public class TestVectorLayerAdapter
extends Object

This class tests the functionality of the VectorLayerAdapter.

Version:
$Revision: $, $Date: $
Author:
Jens Pabel, last edited by: $Author: pabel $

Constructor Summary
TestVectorLayerAdapter()
           
 
Method Summary
 void testFeatureCollections()
          Tests the VectorLayerAdapter to convert feature collections to VectorLayerImpl and back.
 void testFeatures()
          Tests the VectorLayerAdapter to convert features to VectorLayerImpl and back.
 void testGeometries()
          Tests the VectorLayerAdapter to convert geometries to VectorLayerImpl and back.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestVectorLayerAdapter

public TestVectorLayerAdapter()
Method Detail

testGeometries

public void testGeometries()
Tests the VectorLayerAdapter to convert geometries to VectorLayerImpl and back.
Compares the input geometry with the output geometry.


testFeatures

public void testFeatures()
Tests the VectorLayerAdapter to convert features to VectorLayerImpl and back.
Compares the input geometry with the output geometry and the input properties with the output properties.


testFeatureCollections

public void testFeatureCollections()
Tests the VectorLayerAdapter to convert feature collections to VectorLayerImpl and back.
Compares the input geometry with the output geometry and the input properties with the output properties of every feature.



Copyright © 2011. All Rights Reserved.