Mark ol.format.filter.Spatial as abstract class

Add missing abstract class description for class ol.format.filter.Spatial like in all other abstract classes.
This commit is contained in:
Tino Desjardins
2017-09-04 17:46:21 +02:00
committed by Frederic Junod
parent 0543b5a8d7
commit e63214a2cc

View File

@@ -6,6 +6,7 @@ goog.require('ol.format.filter.Filter');
/**
* @classdesc
* Abstract class; normally only used for creating subclasses and not instantiated in apps.
* Represents a spatial operator to test whether a geometry-valued property
* relates to a given geometry.
*