Interface ShapeSource

All Known Implementing Classes:
AiShapeGlyph, AiShapeMap

public interface ShapeSource
  • Method Details

    • getName

      String getName()
      Returns:
    • getFieldDescriptors

      List getFieldDescriptors()
      Returns:
    • getShapes

      List getShapes()
      Returns a list of "Import" Shape Objects from this source.
      Returns:
    • getCoordinateReferenceSystem

      CoordinateReferenceSystem getCoordinateReferenceSystem()
      Returns the Well Known Text Representation of the projection.
      Returns:
      the WKT or NULL if there is no projection.
    • highlightRecords

      void highlightRecords(List shapes, int centerPointGraphic)
      Parameters:
      shapes -
      centerPointGraphic -
    • clearHighlights

      void clearHighlights()