The example in javadoc contains an error. Line:
if (CRS.getLinearAccuracy(operation) < 100)
should use "> 100" instead. This will be fixed next time that javadoc
will be generated.
Martin
The example in javadoc contains an error. Line:
if (CRS.getLinearAccuracy(operation) < 100)
should use "> 100" instead. This will be fixed next time that javadoc
will be generated.
Martin