it.geosolutions.imageio.plugins.nitronitf.wrapper
Class IdentifiableNITFObjectWrapper
java.lang.Object
it.geosolutions.imageio.plugins.nitronitf.wrapper.NITFObjectWrapper
it.geosolutions.imageio.plugins.nitronitf.wrapper.IdentifiableNITFObjectWrapper
- Direct Known Subclasses:
- HeaderWrapper, ImageWrapper, TextWrapper
public class IdentifiableNITFObjectWrapper
- extends NITFObjectWrapper
Wrapper class for an identifiable NITF object. Main identification fields are Id, title and
dateTime.
- 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 |
IdentifiableNITFObjectWrapper
public IdentifiableNITFObjectWrapper()
getTitle
public String getTitle()
setTitle
public void setTitle(String title)
getId
public String getId()
setId
public void setId(String id)
getDateTime
public String getDateTime()
setDateTime
public void setDateTime(String dateTime)
Copyright © 2006–2013 GeoSolutions. All rights reserved.