+ "serialized:java.io.Serializable," + "randomClass:java.lang.Object,"
+ "pp:Point:srid=4326," + "lng:java.lang.Long," + "uuid:java.util.UUID");
coverageRevFeatureType = RevFeatureTypeImpl.build(coverageFeatureType);
Feature coverageFeature = feature(coverageFeatureType, "TestType.Coverage.1",
"StringProp1_1", null, Boolean.TRUE, Byte.valueOf("18"), new Double(100.01),
new BigDecimal("1.89e1021"), new Float(12.5), new Integer(1000), new BigInteger(
"90000000"), boolArray, byteArray, charArray, doubleArray, floatArray,
intArray, longArray, serializableObject, new SomeRandomClass(), "POINT(1 1)",
new Long(800000), UUID.fromString("bd882d24-0fe9-11e1-a736-03b3c0d0d06d"));