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

Object
  extended by NITFObjectWrapper
      extended by IdentifiableNITFObjectWrapper
          extended by 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 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

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-2013 GeoSolutions. All Rights Reserved.