Uses of Class
com.bbn.openmap.Environment

Packages that use Environment
com.bbn.openmap The com.bbn.openmap package contains the core OpenMap classes. 
com.bbn.openmap.proj Provides projection classes. 
 

Uses of Environment in com.bbn.openmap
 

Fields in com.bbn.openmap declared as Environment
protected static Environment Environment.env
           
 

Methods in com.bbn.openmap that return Environment
static Environment Environment.getInstance()
           
 

Uses of Environment in com.bbn.openmap.proj
 

Methods in com.bbn.openmap.proj with parameters of type Environment
 Projection ProjectionFactory.getDefaultProjectionFromEnvironment(Environment e)
          Looks at the Environment settings for the default projection and returns a Projection suited for those settings.
 Projection ProjectionFactory.getDefaultProjectionFromEnvironment(Environment environment, int width, int height)
          Looks at the Environment settings for the default projection and returns a Projection suited for those settings.
 



Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details