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, toStringcanBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, typepublic 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 © 1998–2019. All rights reserved.