Package qupath.lib.objects
Interface PathObjectReader
- All Known Implementing Classes:
- BioFormatsImageServer,- ChannelDisplayTransformServer,- ImageJServer
public interface PathObjectReader
Interface for classes capable of reading PathObjects from some source.
 This may be used in conjunction with an 
ImageServer to indicate that the server can read objects 
 as well as pixels from its source.- 
Method SummaryModifier and TypeMethodDescriptionRead a collection of objects from the source.
- 
Method Details- 
readPathObjectsRead a collection of objects from the source.- Returns:
- a collection of objects, or empty list if no objects are available.
- Throws:
- IOException
 
 
-