public class StatusLayerRaster extends Object implements IStatusRaster
| Modifier and Type | Field and Description |
|---|---|
int |
bandB
Deprecated.
|
int |
bandG
Deprecated.
|
int |
bandR
Deprecated.
|
static String |
defaultClass
Deprecated.
|
List<File> |
files
Deprecated.
|
List<String> |
filters
Deprecated.
|
ArrayList<TransparencyRange> |
ranges
Deprecated.
|
int |
transparency
Deprecated.
|
| Constructor and Description |
|---|
StatusLayerRaster()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
void |
applyStatus(DefaultFLyrRaster layer)
Deprecated.
Aplica el estado almacenado al FLyrRaster pasado por parámetro
|
static void |
enhancedCompV10(ArrayList<String> filterArguments,
DefaultFLyrRaster layer)
Deprecated.
Método para mantener la compatibilidad con la v10 del realce.
|
ColorTable |
getColorTable()
Deprecated.
Obtiene el ColorTable si hay un filtro de tabla de color en la lista
|
List<String> |
getFilterArguments()
Deprecated.
Obtiene la lista de filtros cargada desde el proyecto después de hacer un
setXMLEntity.
|
RasterFilterList |
getFilterList()
Deprecated.
Obtiene la lista de filtros cargada desde el proyecto después de hacer un
setXMLEntity
|
List<String> |
getFilters()
Deprecated.
Obtiene el listado de filtros para poder montar una pila
después de la recuperación desde el XML
|
int[] |
getRenderBands()
Deprecated.
Obtiene el orden de renderizado de bandas cargado desde el proyecto
después de hacer un setXMLEntity
|
void |
loadFromState(PersistentState state)
Deprecated.
Set the state of the object from the state passed as parameter.
|
void |
loadFromState(PersistentState state,
DefaultFLyrRaster layer)
Deprecated.
|
static void |
registerPersistence()
Deprecated.
|
void |
saveToState(PersistentState state)
Deprecated.
Saves the internal state of the object on the provided
PersistentState object.
|
void |
setNameClass(String nameClass)
Deprecated.
Asigna el nombre de la clase que se ha leido desde el proyecto
|
void |
setStateProperties(boolean loadClass,
DefaultFLyrRaster layer)
Deprecated.
Salva en fichero XML algunas propiedades y filtros de raster
|
public static String defaultClass
public int transparency
public ArrayList<TransparencyRange> ranges
public int bandR
public int bandG
public int bandB
public void loadFromState(PersistentState state, DefaultFLyrRaster layer) throws PersistenceException
PersistenceExceptionpublic void loadFromState(PersistentState state) throws PersistenceException
PersistentloadFromState in interface PersistentPersistenceExceptionpublic void saveToState(PersistentState state) throws PersistenceException
PersistentsaveToState in interface PersistentPersistenceExceptionpublic void setStateProperties(boolean loadClass,
DefaultFLyrRaster layer)
throws PersistenceException
IStatusRastersetStateProperties in interface IStatusRasterPersistenceExceptionpublic static void registerPersistence()
public List<String> getFilters()
IStatusRastergetFilters in interface IStatusRasterpublic void applyStatus(DefaultFLyrRaster layer) throws NotSupportedExtensionException, RasterDriverException, FilterTypeException, FileNotFoundInListException, OperationNotSupportedException, FilterManagerException, InvalidSourceException
IStatusRasterapplyStatus in interface IStatusRasterNotSupportedExtensionException - Cuando la extensión no está soportadaRasterDriverException - Cuando se produce un error en la lectura del ficheroFileNotFoundInListExceptionOperationNotSupportedExceptionFilterManagerExceptionInvalidSourceExceptionFilterTypeExceptionpublic static void enhancedCompV10(ArrayList<String> filterArguments, DefaultFLyrRaster layer) throws FilterTypeException, FilterManagerException
filterArguments - layer - filterListManager - FilterTypeExceptionFilterManagerExceptionpublic int[] getRenderBands()
IStatusRastergetRenderBands in interface IStatusRasterpublic RasterFilterList getFilterList() throws FilterTypeException
IStatusRastergetFilterList in interface IStatusRasterFilterTypeExceptionpublic ColorTable getColorTable() throws FilterTypeException
IStatusRastergetColorTable in interface IStatusRasterFilterTypeExceptionpublic List<String> getFilterArguments()
IStatusRastergetFilterArguments in interface IStatusRasterpublic void setNameClass(String nameClass)
nameClass -