public final class VRTFormatFactory extends BaseGridFormatFactorySPI implements GridFormatFactorySpi
Format
service provider interface for VRT files.Constructor and Description |
---|
VRTFormatFactory() |
Modifier and Type | Method and Description |
---|---|
VRTFormat |
createFormat()
Construct a live grid format.
|
boolean |
isAvailable()
Returns
true if this factory is ready for use. |
getImplementationHints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getImplementationHints
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
isAvailable
in class BaseGridFormatFactorySPI
public VRTFormat createFormat()
GridFormatFactorySpi
createFormat
in interface GridFormatFactorySpi
createFormat
in class BaseGridFormatFactorySPI
Copyright © 1996–2019 Geotools. All rights reserved.