Download List

Descripción del Proyecto

地理データ等を集約するXMLデータベースシステム

System Requirements

System requirement is not defined

Publicado: 2010-05-12 20:37
daruma daruma-20100512 (1 files Ocultar)

Release Notes

* supported predicate in order to specify features its property is ommited.
You can specify as follows.

<Filter>
<PropertyIsNull>
<PropertyName>SOME_PROPERTY</PropertyName>
</PropertyIsNull>
</Filter>

You can find some samples in test/test-PropertyIsNull/ directory.

○ プロパティが省略されたフィーチャーを指定する述語に対応した。
以下のようにして記述する。

<Filter>
<PropertyIsNull>
<PropertyName>SOME_PROPERTY</PropertyName>
</PropertyIsNull>
</Filter>

サンプルが test/test-PropertyIsNull/ ディレクトリに入っています。

Changelog

No Changelogs