コード例 #1
0
ファイル: Map.java プロジェクト: alf1alf/GWT-OpenLayers
 /**
  * See also {@link MapUnits}.
  *
  * @return String - the units used by the projection
  */
 public String getUnits() {
   return MapImpl.getUnits(getJSObject());
 }