org.geotools.styling
Class StyleDelta.Kind

java.lang.Object
  extended byorg.geotools.styling.StyleDelta.Kind
Enclosing class:
StyleDelta

public static class StyleDelta.Kind
extends java.lang.Object

Kind of Delta, used to indicate change.

Since:
0.9.0
Author:
jgarnett

Field Summary
static StyleDelta.Kind ADDED
          The style constrcut has been added.
static StyleDelta.Kind CHANGED
          The style construct has been changed.
static StyleDelta.Kind NO_CHANGE
          Indicates no change.
static StyleDelta.Kind REMOVED
          The style construct has been removed.
 
Constructor Summary
StyleDelta.Kind()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_CHANGE

public static final StyleDelta.Kind NO_CHANGE
Indicates no change.

See Also:
StyleDelta.getKind()

ADDED

public static final StyleDelta.Kind ADDED
The style constrcut has been added.

See Also:
StyleDelta.getKind()

REMOVED

public static final StyleDelta.Kind REMOVED
The style construct has been removed.

See Also:
StyleDelta.getKind()

CHANGED

public static final StyleDelta.Kind CHANGED
The style construct has been changed.

See Also:
StyleDelta.getKind()
Constructor Detail

StyleDelta.Kind

public StyleDelta.Kind()


Copyright © GeoTools. All Rights Reserved.