public class GeoPdfParserImpl extends Object implements GeoPdfParser
| Modifier and Type | Field and Description |
|---|---|
static String |
CTM |
static String |
GEOGRAPHIC |
static String |
LGIDICT |
static String |
NEATLINE |
static String |
PROJECTION |
static String |
PROJECTION_TYPE |
| Constructor and Description |
|---|
GeoPdfParserImpl() |
| Modifier and Type | Method and Description |
|---|---|
String |
apply(org.apache.pdfbox.pdmodel.PDDocument pdfDocument)
Generates a WKT compliant String from a PDF Document if it contains GeoPDF information.
|
public static final String GEOGRAPHIC
public static final String LGIDICT
public static final String PROJECTION
public static final String PROJECTION_TYPE
public static final String NEATLINE
public static final String CTM
public String apply(org.apache.pdfbox.pdmodel.PDDocument pdfDocument) throws IOException
apply in interface CheckedFunction<org.apache.pdfbox.pdmodel.PDDocument,String>pdfDocument - - The PDF documentIOExceptionThis work is licensed under a Creative Commons Attribution 4.0 International License.