|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.itextpdf.text.pdf.PdfObject
com.itextpdf.text.pdf.PdfDictionary
com.itextpdf.text.pdf.spatial.Measure
com.itextpdf.text.pdf.spatial.MeasureGeospatial
public class MeasureGeospatial
Geospatial Measure dictionary.
| Field Summary |
|---|
| Fields inherited from class com.itextpdf.text.pdf.PdfDictionary |
|---|
CATALOG, FONT, hashMap, OUTLINES, PAGE, PAGES |
| Fields inherited from class com.itextpdf.text.pdf.PdfObject |
|---|
ARRAY, BOOLEAN, bytes, DICTIONARY, INDIRECT, indRef, NAME, NOTHING, NULL, NUMBER, STREAM, STRING, TEXT_PDFDOCENCODING, TEXT_UNICODE, type |
| Constructor Summary | |
|---|---|
MeasureGeospatial()
|
|
| Method Summary | |
|---|---|
void |
setBounds(com.itextpdf.text.pdf.NumberArray bounds)
An array of numbers that shall be taken pairwise to define a series of points that describes the bounds of an area for which geospatial transformations are valid. |
void |
setCoordinateSystem(CoordinateSystem cs)
A projected or geographic coordinate system dictionary. |
void |
setDisplayCoordinateSystem(GeographicCoordinateSystem cs)
Optional coordinate system that allows a document to be authored to display values in a coordinate system other than that associated with the source data. |
void |
setDisplayUnits(Linear l,
Square s,
Angular a)
Three names that identify in order a linear display unit, an area display unit, and an angular display unit. |
void |
setGPTS(com.itextpdf.text.pdf.NumberArray pairedpoints)
An array of numbers that shall be taken pairwise, defining points in geographic space as degrees of latitude and longitude. |
void |
setLPTS(com.itextpdf.text.pdf.NumberArray pairedpoints)
An array of numbers that shall be taken pairwise to define points in a 2D unit square. |
| Methods inherited from class com.itextpdf.text.pdf.PdfDictionary |
|---|
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 |
| Methods inherited from class com.itextpdf.text.pdf.PdfObject |
|---|
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MeasureGeospatial()
| Method Detail |
|---|
public void setBounds(com.itextpdf.text.pdf.NumberArray bounds)
bounds - public void setCoordinateSystem(CoordinateSystem cs)
cs - public void setDisplayCoordinateSystem(GeographicCoordinateSystem cs)
cs -
public void setDisplayUnits(Linear l,
Square s,
Angular a)
l - s - a - public void setGPTS(com.itextpdf.text.pdf.NumberArray pairedpoints)
pairedpoints - public void setLPTS(com.itextpdf.text.pdf.NumberArray pairedpoints)
Viewport, image XObject, or forms XObject that contains the
measure dictionary. This array shall contain the same number of number
pairs as the GPTS array; each number pair is the unit square object
position corresponding to the geospatial position in the GPTS array.
pairedpoints -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||