public abstract class CoordinateSystem extends PdfDictionary
Constructor and Description |
---|
CoordinateSystem(PdfName type)
Creates a specific type of CoordinateSystem: GEOGCS (GeographicCoordinateSystem) or PROJCS (ProjectedCoordinateSystem).
|
Modifier and Type | Method and Description |
---|---|
void |
setEPSG(int epsg)
Sets the EPSG code.
|
void |
setWKT(String wkt)
Sets the Well Known Text.
|
checkType, clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toString
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
public CoordinateSystem(PdfName type)
public void setEPSG(int epsg)
epsg
-
public void setWKT(String wkt)
wkt
- a String that will be converted to a PdfString in ASCII.
Copyright © 2016. All rights reserved.