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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Oextract(I reference)
-