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()
OptionalFactory
true
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 OptionalFactory
OptionalFactory.isAvailable()
public ArcSDERasterFormat createFormat()
GridFormatFactorySpi
createFormat
in interface GridFormatFactorySpi
GridFormatFactorySpi.createFormat()
public Map<RenderingHints.Key,?> getImplementationHints()
getImplementationHints
in interface Factory
Copyright © 1996–2019 Geotools. All rights reserved.