|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DatasetLayout
Interface defining methods for accessing Internal Image structure, like overviews, masks and so on
Method Summary | |
---|---|
File |
getExternalMaskOverviews()
This methods returns a File containing external overviews associated to external Image masks, or null if not present. |
File |
getExternalMasks()
This methods returns a File containing external masks associated to input Image, or null if not present. |
File |
getExternalOverviews()
This methods returns a File containing external overviews associated to input Image, or null if not present. |
int |
getInternalMaskImageIndex(int maskIndex)
Returns the Mask index associated to the input image index defined. |
int |
getInternalOverviewImageIndex(int overviewIndex)
Returns the Overview index associated to the input image index defined. |
int |
getNumExternalMaskOverviews()
Returns the number of external mask overviews |
int |
getNumExternalMasks()
Returns the total number of externals Image masks. |
int |
getNumExternalOverviews()
Returns the number of external Image overviews |
int |
getNumInternalMasks()
Returns the total number of internal Image masks. |
int |
getNumInternalOverviews()
Returns the number of internal Image overviews |
Method Detail |
---|
int getNumInternalOverviews()
int getNumExternalOverviews()
int getNumExternalMaskOverviews()
int getNumInternalMasks()
int getNumExternalMasks()
int getInternalOverviewImageIndex(int overviewIndex)
overviewIndex
- Integer defining an image overview index (0 means the native image)
int getInternalMaskImageIndex(int maskIndex)
maskIndex
- Integer defining an image mask index (0 means the native image resolution)
File getExternalMasks()
null
if not present.
File
containing external masks associated to an input File
File getExternalOverviews()
null
if not present.
File
containing external overviews associated to an input File
File getExternalMaskOverviews()
null
if not present.
File
containing external mask overviews associated to an input File
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |