org.geotools.feature
Class Feature.NULL
Object
Feature.NULL
- All Implemented Interfaces:
- Comparable
- Enclosing interface:
- Feature
public static final class Feature.NULL
- extends Object
- implements Comparable
Not straight forward, this is a "null" object to represent the value
null for a given attribute which is nullable.
Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Feature.NULL
public Feature.NULL()
compareTo
public int compareTo(Object o)
- Implementation of Comparable.
- Specified by:
compareTo
in interface Comparable
- Parameters:
o
- The other thing to compare to.
- Returns:
- 0 if null or this, 1 for all others.
Copyright © 1996-2010 Geotools. All Rights Reserved.