Package nz.org.riskscape.ogr
Class OgrHelper
java.lang.Object
nz.org.riskscape.ogr.OgrHelper
Interfaces to OGR if installed on the current system.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionOptional<org.geotools.data.ogr.OGRDataStoreFactory>
boolean
Indicates if ogr is available on this system.
-
Constructor Details
-
OgrHelper
public OgrHelper()
-
-
Method Details
-
isAvailable
public boolean isAvailable()Indicates if ogr is available on this system.
- Returns:
- true if ogr
-
getAvailableDrivers
- Returns:
- set of OGR drivers available on system
-
getDataSourceFactory
-