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

java.lang.Object
  extended by it.geosolutions.imageio.plugins.nitronitf.wrapper.NITFObjectWrapper
      extended by it.geosolutions.imageio.plugins.nitronitf.wrapper.IdentifiableNITFObjectWrapper
          extended by it.geosolutions.imageio.plugins.nitronitf.wrapper.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 it.geosolutions.imageio.plugins.nitronitf.wrapper.IdentifiableNITFObjectWrapper
getDateTime, getId, getTitle, setDateTime, setId, setTitle
 
Methods inherited from class it.geosolutions.imageio.plugins.nitronitf.wrapper.NITFObjectWrapper
getEncrypted, getSecurityClassification, getSecurityClassificationSystem, setEncrypted, setSecurityClassification, setSecurityClassificationSystem
 
Methods inherited from class java.lang.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–2014 GeoSolutions. All rights reserved.