Class JDoubleArray
java.lang.Object
org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
org.gwtopenmaps.openlayers.client.util.JArrayBase
org.gwtopenmaps.openlayers.client.util.JDoubleArray
public class JDoubleArray extends JArrayBase
-
Constructor Summary
Constructors Modifier Constructor Description protected
JDoubleArray(JSObject array)
-
Method Summary
Modifier and Type Method Description static JDoubleArray
create(double[] doubles)
double
get(int index)
static JDoubleArray
narrowToJDoubleArray(JSObject array)
void
push(double d)
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JArrayBase
length, narrowToJArray
Methods inherited from class org.gwtopenmaps.openlayers.client.util.JSObjectWrapper
getJSObject, setJSObject
-
Constructor Details
-
Method Details
-
narrowToJDoubleArray
-
create
-
get
public double get(int index) -
push
public void push(double d)
-