All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.gwtopenmaps.openlayers.client.util.JDoubleArrayImpl Maven / Gradle / Ivy

There is a newer version: 1.1.0
Show newest version
package org.gwtopenmaps.openlayers.client.util;


public class JDoubleArrayImpl {

	public static native double get(JSObject array, int index)/*-{
		return array[index];
	}-*/;

	public static native void push(JSObject array, double d)/*-{
		array.push(d);
	}-*/;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy