コード例 #1
0
ファイル: EPDLayerCommon.java プロジェクト: tbsalling/EPD
 /** {@inheritDoc} */
 @Override
 public synchronized OMGraphicList prepare() {
   if (getProjection() == null) {
     return graphics;
   }
   graphics.project(getProjection(), true);
   return graphics;
 }