it.geosolutions.imageio.plugins.nitronitf.wrapper
Class TextWrapper

Object
  extended by NITFObjectWrapper
      extended by IdentifiableNITFObjectWrapper
          extended by TextWrapper

public class TextWrapper
extends IdentifiableNITFObjectWrapper

Wrapper class related to a TextSegment of a NITF file.

Author:
Daniele Romagnoli, GeoSolutions s.a.s.

Constructor Summary
TextWrapper()
           
 
Method Summary
 String getAttachmentLevel()
           
 String getFormat()
           
 byte[] getTextContent()
           
 void setAttachmentLevel(String attachmentLevel)
           
 void setFormat(String format)
           
 void setTextContent(byte[] textContent)
           
 
Methods inherited from class IdentifiableNITFObjectWrapper
getDateTime, getId, getTitle, setDateTime, setId, setTitle
 
Methods inherited from class NITFObjectWrapper
getEncrypted, getSecurityClassification, getSecurityClassificationSystem, setEncrypted, setSecurityClassification, setSecurityClassificationSystem
 
Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TextWrapper

public TextWrapper()
Method Detail

getFormat

public String getFormat()

setFormat

public void setFormat(String format)

getAttachmentLevel

public String getAttachmentLevel()

setAttachmentLevel

public void setAttachmentLevel(String attachmentLevel)

getTextContent

public byte[] getTextContent()

setTextContent

public void setTextContent(byte[] textContent)


Copyright © 2006-2013 GeoSolutions. All Rights Reserved.