Package hec.map

Interface MapGlyphFactory.MapGlyphMappingProvider

All Known Implementing Classes:
AnnotationMapGlyph.AnnotationGlyphMapping, VrtMapGlyphMappingProvider
Enclosing class:
MapGlyphFactory

public static interface MapGlyphFactory.MapGlyphMappingProvider
Interface for an class that provide a mapping between a MapObject and a MapGlyph. Implementors of this interface are loaded as a service in order to fill out the internal mapping table.
  • Method Details

    • getMapObjectInterfaceClass

      String getMapObjectInterfaceClass()
    • getMapGlyphClass

      String getMapGlyphClass()