Implement clone for simple geometries

This commit is contained in:
Tom Payne
2013-12-11 15:03:56 +01:00
parent 6295fa6088
commit 802d1644bb
14 changed files with 80 additions and 0 deletions
+1
View File
@@ -1,4 +1,5 @@
@exportSymbol ol.geom.Point
@exportProperty ol.geom.Point.prototype.clone
@exportProperty ol.geom.Point.prototype.getCoordinates
@exportProperty ol.geom.Point.prototype.getType
@exportProperty ol.geom.Point.prototype.setCoordinates