Uses of Class
com.ctreber.acearth.projection.Projection

Packages that use Projection
com.ctreber.acearth.plugins   
com.ctreber.acearth.plugins.markers   
com.ctreber.acearth.projection   
com.ctreber.acearth.scanbit   
com.ctreber.acearth.scandot   
com.ctreber.acearth.shader   
 

Uses of Projection in com.ctreber.acearth.plugins
 

Fields in com.ctreber.acearth.plugins declared as Projection
protected  Projection Plugin.fProjection
           
 

Methods in com.ctreber.acearth.plugins with parameters of type Projection
 void Plugin.setProjection(Projection pProjection)
           
 

Uses of Projection in com.ctreber.acearth.plugins.markers
 

Methods in com.ctreber.acearth.plugins.markers with parameters of type Projection
 void Marker.render(PixelCanvas pCanvas, Projection pProjection)
           
 

Uses of Projection in com.ctreber.acearth.projection
 

Subclasses of Projection in com.ctreber.acearth.projection
 class ProjectionCyl
          Cylindrical projection.
 class ProjectionMerc
          Mercator projection.
 class ProjectionOrtho
          Orthographic projection (show Earth as a ball).
 

Uses of Projection in com.ctreber.acearth.scanbit
 

Constructors in com.ctreber.acearth.scanbit with parameters of type Projection
BitGeneratorMap(Projection pProjection)
           
BitGeneratorMapDefault(Projection pProjection)
           
BitGeneratorMapOrtho(Projection pProjection)
           
 

Uses of Projection in com.ctreber.acearth.scandot
 

Constructors in com.ctreber.acearth.scandot with parameters of type Projection
DotGeneratorLines(Projection pProjection, int pLineDevider, int pPointDivider)
           
 

Uses of Projection in com.ctreber.acearth.shader
 

Methods in com.ctreber.acearth.shader with parameters of type Projection
 void Shader.setProjection(Projection pProjection)
           
 



Copyright © 2012. All Rights Reserved.