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

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.HeaderWrapper

public class HeaderWrapper
extends IdentifiableNITFObjectWrapper

Wrapper class related to a Main Header of a NITF file.

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

Constructor Summary
HeaderWrapper()
           
 
Method Summary
 byte[] getBackgroundColor()
           
 String getOriginatorName()
           
 String getOriginatorPhone()
           
 String getOriginStationId()
           
 Map<String,Map<String,String>> getTres()
           
 void setBackgroundColor(byte[] backgroundColor)
           
 void setOriginatorName(String originatorName)
           
 void setOriginatorPhone(String originatorPhone)
           
 void setOriginStationId(String originStationId)
           
 void setTres(Map<String,Map<String,String>> tres)
           
 
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

HeaderWrapper

public HeaderWrapper()
Method Detail

getOriginStationId

public String getOriginStationId()

setOriginStationId

public void setOriginStationId(String originStationId)

getOriginatorName

public String getOriginatorName()

setOriginatorName

public void setOriginatorName(String originatorName)

getOriginatorPhone

public String getOriginatorPhone()

setOriginatorPhone

public void setOriginatorPhone(String originatorPhone)

getBackgroundColor

public byte[] getBackgroundColor()

setBackgroundColor

public void setBackgroundColor(byte[] backgroundColor)

getTres

public Map<String,Map<String,String>> getTres()

setTres

public void setTres(Map<String,Map<String,String>> tres)


Copyright © 2006–2014 GeoSolutions. All rights reserved.