I want to create a class breaks renderer (with manual intervals) for a raster layer:
I have found a sample here: https://github.com/Esri/arcgis-pro-sdk-community-samples/blob/master/Map-Authoring/Renderer/ClassBreakRenderers.cs (internal static Task CBGraduatedColorsManualBreaks()).
This is exactly what I want, but for a feature layer. How can I achieve this for a raster layer? I haven't found anything.
Thank you for your help in advance!
Hi,
RasterLayer has method SetColorizer which is analog of FeatureLayer SetRenderer. One difference that Raster colorizer has only color without symbol. Common idea is the same.
How to change raster colorizer look at ArcGIS Pro sample :
https://github.com/Esri/arcgis-pro-sdk-community-samples/tree/master/Raster/ChangeColorizerForRasterLayer
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.