private JTSGeometryFactory geometryFactory;
protected void setUp() throws Exception {
postitionFactory = new PositionFactoryImpl( DefaultGeographicCRS.WGS84 );
primitiveFactory = new PrimitiveFactoryImpl( DefaultGeographicCRS.WGS84 );
geometryFactory = new JTSGeometryFactory( DefaultGeographicCRS.WGS84 );
// TODO Auto-generated method stub
super.setUp();
}