You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Doing lots of transform calculations, possibly from multiple threads.
Missing information on which classes an application should create only once and then re-use and which must be created for every transformation calculation.
This should be in the Javadoc.
Here is my guess:
CRSFactory. Looks like it is thread safe and that it can be a singleton in the application. Right?
CoordinateTransformFactory. Looks like it is thread safe and that it can be a singleton in the application. Right?
CoordinateTransform. Looks like it is thread safe and that it can be a singleton in the application. Right?
The text was updated successfully, but these errors were encountered:
Doing lots of transform calculations, possibly from multiple threads.
Missing information on which classes an application should create only once and then re-use and which must be created for every transformation calculation.
This should be in the Javadoc.
Here is my guess:
CRSFactory
. Looks like it is thread safe and that it can be a singleton in the application. Right?CoordinateTransformFactory
. Looks like it is thread safe and that it can be a singleton in the application. Right?CoordinateTransform
. Looks like it is thread safe and that it can be a singleton in the application. Right?The text was updated successfully, but these errors were encountered: