* to the FORCE_LONGITUDE_FIRST_AXIS_ORDER hint (i.e. every CRS to be created by this
* instance are invariant under the above-cited hint value) and we can remove it from
* the hint map. Removing this hint allow the CRS.decode(..., true) convenience method
* to find this factory (GEOT-1175).
*/
final Symbols s = Symbols.DEFAULT;
for (final Object wkt : this.definitions.values()) {
if (s.containsAxis((String) wkt)) {
LOGGER.fine("Axis elements found in a wkt definition, the force longitude " +
"first axis order hint might not be respected:\n" + wkt);
return;
}
}