Hi

I'm trying to print out schema information for a feature type. When I get features out of oracle spacial, and I use the getRestrictions() method for a feature type object, I get the following error:

java.lang.NullPointerException
    at org.geotools.filter.LengthFunction.toString(LengthFunction.java:64)
    at java.lang.String.valueOf(Unknown Source)
    at java.lang.StringBuffer.append(Unknown Source)
    at org.geotools.filter.CompareFilterImpl.toString(CompareFilterImpl.java:316)
    at java.lang.String.valueOf(Unknown Source)
    at java.io.PrintStream.print(Unknown Source)
    at java.io.PrintStream.println(Unknown Source)
    at za.co.blueshpere.ConnectionTester.describeSchema(ConnectionTester.java:124)

Any help would be appreciated.

Oliver Loe


Reply via email to