it.geosolutions.imageio.plugins.nitronitf.wrapper
Class HeaderWrapper
java.lang.Object
it.geosolutions.imageio.plugins.nitronitf.wrapper.NITFObjectWrapper
it.geosolutions.imageio.plugins.nitronitf.wrapper.IdentifiableNITFObjectWrapper
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.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HeaderWrapper
public HeaderWrapper()
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.