Class JAIInitializer

java.lang.Object
repast.simphony.gis.engine.JAIInitializer

public class JAIInitializer extends Object
JAIInitializer provides Java Advanced Imaging initialization functions to support the Geography projection.
Author:
Eric Tatara
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    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.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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.