public class NITFProperties extends Object
Constructor and Description |
---|
NITFProperties() |
Modifier and Type | Method and Description |
---|---|
HeaderWrapper |
getHeader() |
List<ImageWrapper> |
getImagesWrapper()
Get the underlying images wrapper
List . |
ShapeFileWrapper |
getShape() |
List<TextWrapper> |
getTextsWrapper()
Get the underlying text wrapper
List . |
void |
setHeader(HeaderWrapper header) |
void |
setImagesWrapper(List<ImageWrapper> imagesWrapper) |
void |
setShape(ShapeFileWrapper shape) |
void |
setTextsWrapper(List<TextWrapper> textsWrapper) |
public HeaderWrapper getHeader()
public void setHeader(HeaderWrapper header)
public ShapeFileWrapper getShape()
public void setShape(ShapeFileWrapper shape)
public List<TextWrapper> getTextsWrapper()
List
. Note that this getter
returns the list itself, not a copy.
Therefore any change to the referred List
will directly
modify the underlying object.List
of TextWrapper
objects.public void setTextsWrapper(List<TextWrapper> textsWrapper)
public List<ImageWrapper> getImagesWrapper()
List
. Note that this getter
returns the list itself, not a copy.
Therefore any change to the referred List
will directly
modify the underlying object.List
of ImageWrapper
objects.public void setImagesWrapper(List<ImageWrapper> imagesWrapper)
Copyright © 2006–2016 GeoSolutions. All rights reserved.