LinearRing outerRing = new LinearRing(coord, new PrecisionModel(), 0);
LinearRing[] innerRing = new LinearRing[0];
Polygon tempPoly = new Polygon(outerRing, innerRing,
new PrecisionModel(), 0);
//djb -- trying to get this to work with new FeatureType
AttributeExpression tempLeftExp = factory.createAttributeExpression((FeatureType)null,"location");
//tempLeftExp.setAttributePath("location");
LiteralExpression tempRightExp = factory.createLiteralExpression(DefaultExpression.LITERAL_GEOMETRY);
tempRightExp.setLiteral(tempPoly);