org.gvsig.raster.reproject.app
Class PrepareLayerAskProjection

java.lang.Object
  extended by org.gvsig.raster.reproject.app.PrepareLayerAskProjection
All Implemented Interfaces:
org.gvsig.app.prepareAction.PrepareDataStoreParameters, org.gvsig.app.prepareAction.PrepareLayer, org.gvsig.raster.algorithm.process.IProcessActions, org.gvsig.tools.extensionpoint.ExtensionBuilder

public class PrepareLayerAskProjection
extends java.lang.Object
implements org.gvsig.app.prepareAction.PrepareDataStoreParameters, org.gvsig.app.prepareAction.PrepareLayer, org.gvsig.raster.algorithm.process.IProcessActions


Field Summary
protected  org.gvsig.fmap.dal.coverage.util.CRSUtils crsUtil
           
 
Constructor Summary
PrepareLayerAskProjection()
           
 
Method Summary
 java.lang.Object create()
           
 java.lang.Object create(java.util.Map args)
           
 java.lang.Object create(java.lang.Object[] args)
           
 void end(java.lang.Object param)
           
 boolean getChangeOption()
          If this flag is true the reprojection options can be changed by the user
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 void interrupted()
           
 void post(org.gvsig.fmap.dal.DataStoreParameters storeParameters, org.gvsig.app.prepareAction.PrepareContext context)
           
 void pre(org.gvsig.fmap.dal.DataStoreParameters storeParameters, org.gvsig.app.prepareAction.PrepareContext context)
           
 org.gvsig.fmap.dal.DataStoreParameters prepare(org.gvsig.fmap.dal.DataStoreParameters storeParameters, org.gvsig.app.prepareAction.PrepareContext context)
           
 org.gvsig.fmap.mapcontext.layers.FLayer prepare(org.gvsig.fmap.mapcontext.layers.FLayer layer, org.gvsig.app.prepareAction.PrepareContextView context)
           
 void setChangeOption(boolean changeOption)
          If this flag is true the reprojection options can be changed by the user
 void updateProgress(int current, int total)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

crsUtil

protected org.gvsig.fmap.dal.coverage.util.CRSUtils crsUtil
Constructor Detail

PrepareLayerAskProjection

public PrepareLayerAskProjection()
Method Detail

create

public java.lang.Object create()
Specified by:
create in interface org.gvsig.tools.extensionpoint.ExtensionBuilder

create

public java.lang.Object create(java.util.Map args)
Specified by:
create in interface org.gvsig.tools.extensionpoint.ExtensionBuilder

create

public java.lang.Object create(java.lang.Object[] args)
Specified by:
create in interface org.gvsig.tools.extensionpoint.ExtensionBuilder

end

public void end(java.lang.Object param)
Specified by:
end in interface org.gvsig.raster.algorithm.process.IProcessActions

getChangeOption

public boolean getChangeOption()
If this flag is true the reprojection options can be changed by the user

Returns:

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface org.gvsig.app.prepareAction.PrepareDataStoreParameters
Specified by:
getDescription in interface org.gvsig.app.prepareAction.PrepareLayer

getName

public java.lang.String getName()
Specified by:
getName in interface org.gvsig.app.prepareAction.PrepareDataStoreParameters
Specified by:
getName in interface org.gvsig.app.prepareAction.PrepareLayer

interrupted

public void interrupted()
Specified by:
interrupted in interface org.gvsig.raster.algorithm.process.IProcessActions

post

public void post(org.gvsig.fmap.dal.DataStoreParameters storeParameters,
                 org.gvsig.app.prepareAction.PrepareContext context)
Specified by:
post in interface org.gvsig.app.prepareAction.PrepareDataStoreParameters

pre

public void pre(org.gvsig.fmap.dal.DataStoreParameters storeParameters,
                org.gvsig.app.prepareAction.PrepareContext context)
Specified by:
pre in interface org.gvsig.app.prepareAction.PrepareDataStoreParameters

prepare

public org.gvsig.fmap.dal.DataStoreParameters prepare(org.gvsig.fmap.dal.DataStoreParameters storeParameters,
                                                      org.gvsig.app.prepareAction.PrepareContext context)
                                               throws org.gvsig.tools.exception.BaseException
Specified by:
prepare in interface org.gvsig.app.prepareAction.PrepareDataStoreParameters
Throws:
org.gvsig.tools.exception.BaseException

prepare

public org.gvsig.fmap.mapcontext.layers.FLayer prepare(org.gvsig.fmap.mapcontext.layers.FLayer layer,
                                                       org.gvsig.app.prepareAction.PrepareContextView context)
Specified by:
prepare in interface org.gvsig.app.prepareAction.PrepareLayer

setChangeOption

public void setChangeOption(boolean changeOption)
If this flag is true the reprojection options can be changed by the user

Parameters:
changeOption -

updateProgress

public void updateProgress(int current,
                           int total)
Specified by:
updateProgress in interface org.gvsig.raster.algorithm.process.IProcessActions


Copyright © 2013-2014 gvSIG Association. All Rights Reserved.