Interface IExtractor<I extends IReference,O>

All Known Subinterfaces:
ICoordinateExtractor, IGeometryExtractor
All Known Implementing Classes:
CoordinateExtractor, GeometryExtractor

public interface IExtractor<I extends IReference,O>
  • Method Summary

    Modifier and Type
    Method
    Description
    extract(I reference)
     
  • Method Details

    • extract

      O extract(I reference)