public class ArcSDERasterFormatFactory extends Object implements GridFormatFactorySpi
| Modifier and Type | Field and Description |
|---|---|
protected static Logger |
LOGGER
package's logger
|
| Constructor and Description |
|---|
ArcSDERasterFormatFactory() |
| Modifier and Type | Method and Description |
|---|---|
ArcSDERasterFormat |
createFormat()
Construct a live grid format.
|
Map<RenderingHints.Key,?> |
getImplementationHints()
Returns the implementation hints.
|
boolean |
isAvailable()
Returns
true if this factory is ready for use. |
protected static final Logger LOGGER
public boolean isAvailable()
OptionalFactorytrue if this factory is ready for use. An optional factory may returns false for now but returns true later. However, the converse is not recommended.isAvailable in interface OptionalFactoryOptionalFactory.isAvailable()public ArcSDERasterFormat createFormat()
GridFormatFactorySpicreateFormat in interface GridFormatFactorySpiGridFormatFactorySpi.createFormat()public Map<RenderingHints.Key,?> getImplementationHints()
getImplementationHints in interface FactoryCopyright © 1996–2019 Geotools. All rights reserved.