final Map<String,String> props= new HashMap<String, String>();
props.put("name", Vocabulary.formatInternational(VocabularyKeys.PROJECTED).toString());
props.put("alias", Vocabulary.formatInternational(VocabularyKeys.PROJECTED).toString());
return new DefaultCartesianCS(
props,
new DefaultCoordinateSystemAxis(Vocabulary
.formatInternational(VocabularyKeys.EASTING), "E",
AxisDirection.EAST, linearUnit),
new DefaultCoordinateSystemAxis(Vocabulary
.formatInternational(VocabularyKeys.NORTHING), "N",
AxisDirection.NORTH, linearUnit));
}