|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<BasicCacheVisitor.Key>
org.jaitools.tilecache.BasicCacheVisitor.Key
public static enum BasicCacheVisitor.Key
Defines keys to filter the tles visited
| Enum Constant Summary | |
|---|---|
OWNER
Filter on the image that owns the tile. |
|
RESIDENT
Filter on whether the tile is currently resident in memory. |
|
| Method Summary | |
|---|---|
Class<?> |
getValueClass()
Gets the value class. |
static BasicCacheVisitor.Key |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static BasicCacheVisitor.Key[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final BasicCacheVisitor.Key OWNER
public static final BasicCacheVisitor.Key RESIDENT
| Method Detail |
|---|
public static BasicCacheVisitor.Key[] values()
for (BasicCacheVisitor.Key c : BasicCacheVisitor.Key.values()) System.out.println(c);
public static BasicCacheVisitor.Key valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
NullPointerException - if the argument is nullpublic Class<?> getValueClass()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||