public interface NewRasterStoreParameters extends NewDataStoreParameters
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
FIELD_AFFINETRANSFORM |
static java.lang.String |
FIELD_BAND |
static java.lang.String |
FIELD_BUFFER |
static java.lang.String |
FIELD_COLORINTERPRETATION |
static java.lang.String |
FIELD_DATA_SERVER |
static java.lang.String |
FIELD_PARAMS |
static java.lang.String |
FIELD_SRS |
static java.lang.String |
FIELD_WKT |
CRS_PARAMTER_NAME| Modifier and Type | Method and Description |
|---|---|
java.awt.geom.AffineTransform |
getAffineTransform()
This method is maintained to keep compatibility with the old system.
|
int |
getBand()
Gets the number of band in the buffer that will be saved.
|
Buffer |
getBuffer()
Gets the buffer with data loaded
|
java.lang.String[] |
getColorInterpretation()
Gets the color interpretation.
|
DataServerWriter |
getDataServer()
Gets the data server
|
Params |
getDriverParams()
Gets the driver parameters.
|
java.lang.String |
getFileName()
Gets the name of the file to save
|
java.lang.String |
getPath() |
IProjection |
getProjection()
Gets the projection
|
java.lang.String |
getWktProjection()
Gets the projection using Wkt notation
|
void |
setAffineTransform(java.awt.geom.AffineTransform at)
Deprecated.
|
void |
setBand(int n)
Sets the number of band in the buffer that will be saved.
|
void |
setBuffer(Buffer buffer)
Sets the buffer with data loaded
|
void |
setColorInterpretation(java.lang.String[] colorInterpretation)
Sets the color interpretation.
|
void |
setDataServer(DataServerWriter dataServer)
Sets the data server
|
void |
setDestination(java.lang.String fileName)
Sets the name of the file to save
|
void |
setDestination(java.lang.String path,
java.lang.String fileName)
Sets the name of the file to save
|
void |
setDriverParams(Params params)
Sets the driver parameters.
|
void |
setProjection(IProjection projection)
Sets the projection
|
void |
setWktProjection(java.lang.String wkt)
Sets the projection using Wkt notation
|
getDataStoreName, getDescription, getProviderName, getSourceId, isTheSameStore, isValidclear, getCopy, toByteArray, toString, validateloadFromState, saveToStateclone, delegate, getDynClass, getDynValue, hasDynValue, implement, invokeDynMethod, invokeDynMethod, setDynValuetoJson, toJson, toJsonBuilder, toJsonBuilderfromJsonstatic final java.lang.String FIELD_BUFFER
static final java.lang.String FIELD_COLORINTERPRETATION
static final java.lang.String FIELD_SRS
static final java.lang.String FIELD_PARAMS
static final java.lang.String FIELD_BAND
static final java.lang.String FIELD_WKT
static final java.lang.String FIELD_AFFINETRANSFORM
static final java.lang.String FIELD_DATA_SERVER
void setDataServer(DataServerWriter dataServer)
dataServer - void setDestination(java.lang.String path,
java.lang.String fileName)
fileName - void setDestination(java.lang.String fileName)
fileName - void setBuffer(Buffer buffer)
buffer - void setColorInterpretation(java.lang.String[] colorInterpretation)
ColorInterpretation class.colorInterpretation - void setProjection(IProjection projection)
projection - void setDriverParams(Params params)
params - void setWktProjection(java.lang.String wkt)
wkt - void setBand(int n)
n - void setAffineTransform(java.awt.geom.AffineTransform at)
at - java.awt.geom.AffineTransform getAffineTransform()
int getBand()
java.lang.String getWktProjection()
Params getDriverParams()
java.lang.String getFileName()
java.lang.String getPath()
Buffer getBuffer()
java.lang.String[] getColorInterpretation()
ColorInterpretation class.IProjection getProjection()
DataServerWriter getDataServer()