Class Circle

  • All Implemented Interfaces:

    
    public final class Circle
    extends GeoData
                        
    • Method Detail

      • getUnitsMetres

         final Boolean getUnitsMetres()

        Flag that define units used for radius. In case of false value, pixels area used (so circle will be independent on the zoom level).

      • setUnitsMetres

         final Unit setUnitsMetres(Boolean unitsMetres)

        Flag that define units used for radius. In case of false value, pixels area used (so circle will be independent on the zoom level).

      • isDrawPrecise

         final Boolean isDrawPrecise()

        Flag if circle should be draw as precise geodetic circle. This will highly improve circle precision for bigger radius (100+ metres), but may affect rendering performance.

      • setDrawPrecise

         final Unit setDrawPrecise(Boolean isDrawPrecise)

        Flag if circle should be draw as precise geodetic circle. This will highly improve circle precision for bigger radius (100+ metres), but may affect rendering performance.