Uses of Interface
org.opengis.gc.GC_Format

Packages that use GC_Format
org.deegree_impl.model.gc   
org.opengis.gc   
 

Uses of GC_Format in org.deegree_impl.model.gc
 

Classes in org.deegree_impl.model.gc that implement GC_Format
(package private)  class GC_Format_Impl
          This interface is a discovery mechanism to determine the formats supported by a GC_GridCoverageExchange implementation.
 

Fields in org.deegree_impl.model.gc declared as GC_Format
private static GC_Format[] GC_GridCoverageExchange_Impl.formats
           
 

Methods in org.deegree_impl.model.gc that return GC_Format
 GC_Format GC_GridCoverageExchange_Impl.getFormat(int index)
          Retrieve information on file formats or resources available with the GC_GridCoverageExchange implementation.
 

Uses of GC_Format in org.opengis.gc
 

Methods in org.opengis.gc that return GC_Format
 GC_Format GC_GridCoverageExchange.getFormat(int index)
          Retrieve information on file formats or resources available with the GC_GridCoverageExchange implementation.