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. |
getImplementationHintsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetImplementationHintspublic 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 OptionalFactoryisAvailable in class BaseGridFormatFactorySPIpublic VRTFormat createFormat()
GridFormatFactorySpicreateFormat in interface GridFormatFactorySpicreateFormat in class BaseGridFormatFactorySPICopyright © 1996–2019 Geotools. All rights reserved.