Interface Geometry
-
@JsType(isNative=true) public interface Geometry
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double[][][]getCoordinates()GeometryTypegetType()
-
-
-
Method Detail
-
getType
@JsProperty GeometryType getType()
-
getCoordinates
@JsProperty double[][][] getCoordinates()
-
-