NASA World Wind

gov.nasa.worldwind.data
Interface DataIODescriptor

All Known Implementing Classes:
BasicDataIODescriptor, ImageIOReader

public interface DataIODescriptor


Method Summary
 String getDescription()
           
 String[] getMimeTypes()
           
 String[] getSuffixes()
           
 boolean matchesFormatSuffix(String suffix)
           
 boolean matchesMimeType(String mimeType)
           
 

Method Detail

getDescription

String getDescription()

getMimeTypes

String[] getMimeTypes()

getSuffixes

String[] getSuffixes()

matchesFormatSuffix

boolean matchesFormatSuffix(String suffix)

matchesMimeType

boolean matchesMimeType(String mimeType)

NASA World Wind