public class PCAStatisticsProcess
extends org.gvsig.raster.algorithm.process.DataProcess
PCStatsDataStructure Object from bands of two images in a study zone.
PCStatsDataStructure is a object that contains the needed statistics to Principal Components decomposition
of images.| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
BANDS |
static java.lang.String |
LAYER_ZONA_ESTUDIO |
static java.lang.String |
PATH |
static java.lang.String |
RASTER_STORE |
static java.lang.String |
ROI_EPSG |
static java.lang.String |
STATS_RESULT |
static java.lang.String |
WINDOW |
blinker, externalActions, incrementableTask, taskEventManager, taskParams| Constructor and Description |
|---|
PCAStatisticsProcess() |
| Modifier and Type | Method and Description |
|---|---|
double[] |
getAutoValors() |
Jama.Matrix |
getAutoVectorMatrix() |
Jama.Matrix |
getcoVarMatrix() |
java.lang.String |
getTitle() |
void |
init() |
boolean |
isInsideOfROI(int x,
int y,
java.util.List<org.gvsig.raster.roi.ROI> rois,
org.gvsig.fmap.dal.coverage.datastruct.Extent extentResult) |
void |
process() |
static void |
registerParameters() |
actionCanceled, actionResumed, actionSuspended, addOutputValue, dispose, execute, finalize, getActions, getIncrementableTask, getLabel, getLog, getName, getPercent, getResult, getTime, getUniqueProcessActions, insertLineLog, isCancelable, isPausable, run, setActions, setCancelable, setName, setProgressActive, setUniqueProcessActions, showIncrementableWindow, start, updatePercentaddParam, getBooleanParam, getByteParam, getDoubleArrayParam, getDoubleParam, getExtentParam, getFloatParam, getIntArrayParam, getIntParam, getOutputHeight, getOutputWidth, getOutputWindow, getParam, getParameterClassList, getParameterTypeByProcess, getRasterTaskInputParameters, getRasterTaskOutputParameters, getROIEPSG, getStringParam, isForPreviews, isOutputRescaled, loadGlobalParameters, registerGlobalInputParameters, registerGlobalOutputParameters, registerInputParameter, registerOutputParameter, removeParamcreateOutputBuffer, createOutputBuffer, createSourceBuffer, debug, exportRaster, exportRaster, exportRaster, exportRaster, getData, getExtentResult, getIntersectionInPxCoords, getSourcePxBox, isAnalizedEntireLayer, messageBoxError, messageBoxError, messageBoxErrorpublic static java.lang.String BANDS
public static final java.lang.String LAYER_ZONA_ESTUDIO
public static java.lang.String PATH
public static java.lang.String RASTER_STORE
public static java.lang.String ROI_EPSG
public static java.lang.String STATS_RESULT
public static java.lang.String WINDOW
public double[] getAutoValors()
public Jama.Matrix getAutoVectorMatrix()
public Jama.Matrix getcoVarMatrix()
public java.lang.String getTitle()
public void init()
init in class org.gvsig.raster.algorithm.process.DataProcesspublic boolean isInsideOfROI(int x,
int y,
java.util.List<org.gvsig.raster.roi.ROI> rois,
org.gvsig.fmap.dal.coverage.datastruct.Extent extentResult)
isInsideOfROI in class org.gvsig.raster.algorithm.process.ProcessUtilspublic void process()
throws org.gvsig.fmap.dal.coverage.exception.ProcessInterruptedException,
org.gvsig.raster.algorithm.process.ProcessException
process in class org.gvsig.raster.algorithm.process.DataProcessorg.gvsig.fmap.dal.coverage.exception.ProcessInterruptedExceptionorg.gvsig.raster.algorithm.process.ProcessExceptionpublic static void registerParameters()
Copyright © 2011-2015 gvSIG Association. All Rights Reserved.