Package repast.simphony.gis.engine
Class JAIInitializer
java.lang.Object
repast.simphony.gis.engine.JAIInitializer
JAIInitializer provides Java Advanced Imaging initialization functions to support
the Geography projection.
- Author:
- Eric Tatara
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
initJAI()
Initialize Java Advanced Imaging library performs init functions for JAI that are needed because Repast uses a custom classloader that prevents JAI from initializing itself automatically.
-
Constructor Details
-
JAIInitializer
public JAIInitializer()
-
-
Method Details
-
initJAI
public void initJAI()Initialize Java Advanced Imaging library performs init functions for JAI that are needed because Repast uses a custom classloader that prevents JAI from initializing itself automatically.
-