Package | Description |
---|---|
com.bbn.openmap.proj |
Provides projection classes.
|
Modifier and Type | Field and Description |
---|---|
protected ProjectionStack.ProjHolder |
ProjectionStack.currentProjection
The currentProjection should be the top item on the backStack.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Stack<ProjectionStack.ProjHolder> |
ProjectionStack.backStack |
protected java.util.Stack<ProjectionStack.ProjHolder> |
ProjectionStack.forwardStack |
Modifier and Type | Method and Description |
---|---|
protected ProjectionStack.ProjHolder |
ProjectionStack.backPop()
Take a ProjHolder off the forwardStack, and push it on the backStack.
|
protected ProjectionStack.ProjHolder |
ProjectionStack.pop()
Take a ProjHolder off the backStack, and push it on the forward stack.
|
protected ProjectionStack.ProjHolder |
ProjectionStack.push(ProjectionStack.ProjHolder proj)
Put a new ProjHolder on the backStack, to remember for later in case we
need to back up.
|
Modifier and Type | Method and Description |
---|---|
protected ProjectionStack.ProjHolder |
ProjectionStack.push(ProjectionStack.ProjHolder proj)
Put a new ProjHolder on the backStack, to remember for later in case we
need to back up.
|
Copyright (C) BBNT Solutions LLC; See http://openmap.bbn.com/ for details