@@ -145,10 +145,10 @@ public:
145
145
DrawingStyle drawingStyle();
146
146
147
147
/** \brief Accessor for gray band name mapping */
148
- QString grayBandName() const;
148
+ // QString grayBandName() const; //removed with raster redesign
149
149
150
150
/** \brief Accessor for green band name mapping */
151
- QString greenBandName() const;
151
+ // QString greenBandName() const; //removed with raster redesign
152
152
153
153
/** \brief Accessor for mHasPyramids (READ ONLY) */
154
154
bool hasPyramids();
@@ -163,31 +163,31 @@ public:
163
163
int height();
164
164
165
165
/** \brief Accessor to find out whether the histogram should be inverted */
166
- bool invertHistogram() const;
166
+ // bool invertHistogram() const; //removed with raster redesign
167
167
168
168
/** \brief Is the NoDataValue Valid */
169
169
bool isNoDataValueValid() const;
170
170
171
171
/** \brief Accessor for mGrayMinimumMaximumEstimated */
172
- bool isGrayMinimumMaximumEstimated() const;
172
+ // bool isGrayMinimumMaximumEstimated() const; //removed with raster redesign
173
173
174
174
/** \brief Accessor for mRGBMinimumMaximumEstimated */
175
- bool isRGBMinimumMaximumEstimated() const;
175
+ // bool isRGBMinimumMaximumEstimated() const; //removed with raster redesign
176
176
177
177
/** \brief Accessor that returns the NO_DATA entry for this raster */
178
178
double noDataValue( bool* isValid = 0 );
179
179
180
180
/** \brief Returns a pointer to the transparency object */
181
- QgsRasterTransparency* rasterTransparency();
181
+ // QgsRasterTransparency* rasterTransparency(); //removed with raster redesign
182
182
183
183
/** \brief Accessor for raster shader */
184
- QgsRasterShader* rasterShader();
184
+ // QgsRasterShader* rasterShader(); //removed with raster redesign
185
185
186
186
/** \brief Accessor for raster layer type (which is a read only property) */
187
187
LayerType rasterType();
188
188
189
189
/** \brief Accessor for red band name (allows alternate mappings e.g. map blue as red color) */
190
- QString redBandName();
190
+ // QString redBandName(); //removed with raster redesign
191
191
192
192
/** [ data provider interface ] Set the data provider */
193
193
void setDataProvider( const QString & provider );
@@ -196,22 +196,22 @@ public:
196
196
void setDrawingStyle( const DrawingStyle & theDrawingStyle );
197
197
198
198
/** \brief Mutator for mGrayMinimumMaximumEstimated */
199
- void setGrayMinimumMaximumEstimated( bool theBool );
199
+ // void setGrayMinimumMaximumEstimated( bool theBool ); //removed with raster redesign
200
200
201
201
/** \brief Mutator to alter the state of the invert histogram flag */
202
- void setInvertHistogram( bool theFlag );
202
+ // void setInvertHistogram( bool theFlag ); //removed with raster redesign
203
203
204
204
/** \brief Mutator for mRGBMinimumMaximumEstimated */
205
- void setRGBMinimumMaximumEstimated( bool theBool );
205
+ // void setRGBMinimumMaximumEstimated( bool theBool ); //removed with raster redesign
206
206
207
207
/** \brief Mutator to alter the number of standard deviations that should be plotted */
208
- void setStandardDeviations( double theStdDevsToPlot );
208
+ // void setStandardDeviations( double theStdDevsToPlot ); //removed with raster redesign
209
209
210
210
/** \brief Mutator for mUserDefinedGrayMinimumMaximum */
211
- void setUserDefinedGrayMinimumMaximum( bool theBool );
211
+ // void setUserDefinedGrayMinimumMaximum( bool theBool ); //removed with raster redesign
212
212
213
213
/** \brief Mutator for mUserDefinedRGBMinimumMaximum */
214
- void setUserDefinedRGBMinimumMaximum( bool theBool );
214
+ // void setUserDefinedRGBMinimumMaximum( bool theBool ); //removed with raster redesign
215
215
216
216
/**Set raster renderer. Takes ownership of the renderer object*/
217
217
void setRenderer( QgsRasterRenderer* renderer );
@@ -221,7 +221,7 @@ public:
221
221
double standardDeviations() const;
222
222
223
223
/** \brief Accessor for transparent band name mapping */
224
- QString transparentBandName() const;
224
+ // QString transparentBandName() const; //removed with raster redesign
225
225
226
226
/** \brief [ data provider interface ] Does this layer use a provider for setting/retrieving data?
227
227
* @deprecated in 2.0
0 commit comments