org.geotools.feature
Class Feature.NULL

Object
  extended by 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.


Constructor Summary
Feature.NULL()
           
 
Method Summary
 int compareTo(Object o)
          Implementation of Comparable.
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Feature.NULL

public Feature.NULL()
Method Detail

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.