org.geotools.gce.arcgrid
Class ArcGridFormat

java.lang.Object
  extended byorg.geotools.data.coverage.grid.AbstractGridFormat
      extended byorg.geotools.gce.arcgrid.ArcGridFormat
All Implemented Interfaces:
org.opengis.coverage.grid.Format

public class ArcGridFormat
extends AbstractGridFormat
implements org.opengis.coverage.grid.Format

A simple implementation of the Arc Grid Format.

Author:
jeichar, simone giannecchini

Field Summary
static DefaultParameterDescriptor COMPRESS
          Indicates whether the arcgrid data is compressed with GZIP
static DefaultParameterDescriptor CRS
           
static DefaultParameterDescriptor GRASS
          Indicates whether the arcgrid is in GRASS format
 
Fields inherited from class org.geotools.data.coverage.grid.AbstractGridFormat
CRSAuthorityfactoriesMap, mInfo, readParameters, writeParameters
 
Constructor Summary
ArcGridFormat()
          Creates an instance and sets the metadata.
 
Method Summary
 boolean accepts(java.lang.Object input)
           
 java.lang.String getDescription()
           
 java.lang.String getDocURL()
           
 java.lang.String getName()
           
 org.opengis.coverage.grid.GridCoverageReader getReader(java.lang.Object source)
           
 org.opengis.parameter.ParameterValueGroup getReadParameters()
           
 java.lang.String getVendor()
           
 java.lang.String getVersion()
           
 org.opengis.parameter.ParameterValueGroup getWriteParameters()
           
 org.opengis.coverage.grid.GridCoverageWriter getWriter(java.lang.Object destination)
           
 
Methods inherited from class org.geotools.data.coverage.grid.AbstractGridFormat
addAuthorityFactory, equals, getAuthorityfactory, getDefaultCRS
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CRS

public static final DefaultParameterDescriptor CRS

COMPRESS

public static final DefaultParameterDescriptor COMPRESS
Indicates whether the arcgrid data is compressed with GZIP


GRASS

public static final DefaultParameterDescriptor GRASS
Indicates whether the arcgrid is in GRASS format

Constructor Detail

ArcGridFormat

public ArcGridFormat()
Creates an instance and sets the metadata.

Method Detail

getReader

public org.opengis.coverage.grid.GridCoverageReader getReader(java.lang.Object source)
Specified by:
getReader in class AbstractGridFormat
See Also:
AbstractGridFormat.getReader(Object source)

getWriter

public org.opengis.coverage.grid.GridCoverageWriter getWriter(java.lang.Object destination)
Specified by:
getWriter in class AbstractGridFormat
See Also:
org.geotools.data.coverage.grid.AbstractGridFormat#createWriter(java.lang.Object destination)

accepts

public boolean accepts(java.lang.Object input)
Specified by:
accepts in class AbstractGridFormat
See Also:
AbstractGridFormat.accepts(Object input)

getName

public java.lang.String getName()
Specified by:
getName in interface org.opengis.coverage.grid.Format
Overrides:
getName in class AbstractGridFormat
See Also:
Format.getName()

getDescription

public java.lang.String getDescription()
Specified by:
getDescription in interface org.opengis.coverage.grid.Format
Overrides:
getDescription in class AbstractGridFormat
See Also:
Format.getDescription()

getVendor

public java.lang.String getVendor()
Specified by:
getVendor in interface org.opengis.coverage.grid.Format
Overrides:
getVendor in class AbstractGridFormat
See Also:
Format.getVendor()

getDocURL

public java.lang.String getDocURL()
Specified by:
getDocURL in interface org.opengis.coverage.grid.Format
Overrides:
getDocURL in class AbstractGridFormat
See Also:
Format.getDocURL()

getVersion

public java.lang.String getVersion()
Specified by:
getVersion in interface org.opengis.coverage.grid.Format
Overrides:
getVersion in class AbstractGridFormat
See Also:
Format.getVersion()

getReadParameters

public org.opengis.parameter.ParameterValueGroup getReadParameters()
Specified by:
getReadParameters in interface org.opengis.coverage.grid.Format
Overrides:
getReadParameters in class AbstractGridFormat
See Also:
Format.getReadParameters()

getWriteParameters

public org.opengis.parameter.ParameterValueGroup getWriteParameters()
Specified by:
getWriteParameters in interface org.opengis.coverage.grid.Format
Overrides:
getWriteParameters in class AbstractGridFormat
See Also:
Format.getWriteParameters()


Copyright © GeoTools. All Rights Reserved.