geoview-core
    Preparing search index...

    Class EsriRendererAbstract

    Index

    Constructors

    Methods

    • Creates the GeoView style from the provided Esri renderer.

      Parameters

      Returns
          | Partial<
              Record<
                  | "Point"
                  | "MultiPoint"
                  | "LineString"
                  | "MultiLineString"
                  | "Polygon"
                  | "MultiPolygon",
                  TypeLayerStyleSettings,
              >,
          >
          | undefined

      The Geoview style or undefined if it can not be created.

    • Get the configuration key of the style.

      Parameters

      • settings: TypeKindOfVectorSettings

        GeoView settings.

      Returns
          | "Point"
          | "MultiPoint"
          | "LineString"
          | "MultiLineString"
          | "Polygon"
          | "MultiPolygon"
          | undefined

      The Geoview style key or undefined if it can not be determined.