|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.geotools.data.coverage.grid.AbstractGridFormat
org.geotools.gce.image.WorldImageFormat
DOCUMENT ME!
| Field Summary | |
static org.opengis.parameter.ParameterDescriptor |
CRS
|
static org.opengis.parameter.ParameterDescriptor |
ENVELOPE
|
static org.opengis.parameter.ParameterDescriptor |
FORMAT
Format writing parameter. |
| Fields inherited from class org.geotools.data.coverage.grid.AbstractGridFormat |
CRSAuthorityfactoriesMap, mInfo, readParameters, writeParameters |
| Constructor Summary | |
WorldImageFormat()
WorldImageFormat |
|
| Method Summary | |
boolean |
accepts(java.lang.Object input)
Takes the input and determines if it is a class that we can understand and then futher checks the format of the class to make sure we can read/write to it. |
org.opengis.coverage.grid.GridCoverageReader |
getReader(java.lang.Object source)
Call the accepts() method before asking for a reader to determine if the current object is supported. |
static java.lang.String |
getWorldExtension(java.lang.String fileExtension)
Takes an image file extension (such as .gif, including the '.') and returns it's corresponding world file extension (such as .gfw). |
org.opengis.coverage.grid.GridCoverageWriter |
getWriter(java.lang.Object destination)
Call the accepts() method before asking for a writer to determine if the current object is supported. |
| Methods inherited from class org.geotools.data.coverage.grid.AbstractGridFormat |
addAuthorityFactory, equals, getAuthorityfactory, getDefaultCRS, getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.opengis.coverage.grid.Format |
getDescription, getDocURL, getName, getReadParameters, getVendor, getVersion, getWriteParameters |
| Field Detail |
public static final org.opengis.parameter.ParameterDescriptor FORMAT
public static final org.opengis.parameter.ParameterDescriptor CRS
public static final org.opengis.parameter.ParameterDescriptor ENVELOPE
| Constructor Detail |
public WorldImageFormat()
| Method Detail |
public org.opengis.coverage.grid.GridCoverageReader getReader(java.lang.Object source)
getReader in class AbstractGridFormatsource - The source object to read a WorldImage from
public org.opengis.coverage.grid.GridCoverageWriter getWriter(java.lang.Object destination)
getWriter in class AbstractGridFormatdestination - the destination object to write a WorldImage to
public boolean accepts(java.lang.Object input)
accepts in class AbstractGridFormatinput - The object to check for acceptance.
public static java.lang.String getWorldExtension(java.lang.String fileExtension)
fileExtension - an image file extension, including the '.'
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||