개발자 이야기

SLD Fill pattern 본문

GIS/Geotools

SLD Fill pattern

프란5 2018. 9. 6. 16:22
반응형

       




<sld:Rule>

<sld:PolygonSymbolizer>

<!--sld:Fill>

<sld:CssParameter name="fill">#FF4FD9FE</sld:CssParameter>

<sld:CssParameter name="fill-opacity">0.85</sld:CssParameter>

</sld:Fill-->

<sld:Fill>

   <sld:GraphicFill>

<sld:Graphic>

   <sld:ExternalGraphic>

<sld:OnlineResource

   xlink:type="simple"

   xlink:href="https://thumb9.shutterstock.com/display_pic_with_logo/100915/1013311438/stock-vector-abstract-wave-vector-background-stylized-flowing-water-graphic-line-art-1013311438.jpg" />

<sld:Format>image/png</sld:Format>

   </sld:ExternalGraphic>

<sld:Size>93</sld:Size>

</sld:Graphic>

   </sld:GraphicFill>

</sld:Fill>

<sld:Stroke>

<sld:CssParameter name="stroke">#4FD9FE</sld:CssParameter>

<sld:CssParameter name="stroke-opacity">1.0</sld:CssParameter>

<sld:CssParameter name="stroke-width">1.0</sld:CssParameter>

</sld:Stroke>

</sld:PolygonSymbolizer>

</sld:Rule>

반응형

'GIS > Geotools' 카테고리의 다른 글

SLD polygon isometric  (0) 2022.07.19
JPG 이미지 한계  (0) 2019.02.21
[Raster] Geotiff 투명 처리  (0) 2017.11.24
[Raster] 이미지 자르기  (0) 2017.11.17
Maven dependency  (0) 2015.08.26