| Constructor and Description |
|---|
WrapperNdxImpl(Ndx ndx) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBadBits()
Returns the bad bits mask used to mask the image/variance arrays
against the quality array.
|
Source |
getEtc()
Gets an XML Source holding the extension information.
|
NDArray |
getImage()
Gets an NDArray containing the image data.
|
String |
getLabel()
Gets the label component.
|
NDArray |
getQuality()
Gets an NDArray containing the quality data.
|
String |
getTitle()
Gets the title component.
|
String |
getUnits()
Gets the units component.
|
NDArray |
getVariance()
Gets an NDArray containing the variance data.
|
Object |
getWCS()
Gets an object representing the world coordinate systems of this Ndx.
|
boolean |
hasEtc()
Indicates whether an extensions DOM is available.
|
boolean |
hasLabel()
Indicates whether a label component is available.
|
boolean |
hasQuality()
Indicates whether quality array data is present.
|
boolean |
hasTitle()
Indicates whether a title component is available.
|
boolean |
hasUnits()
Indicates whether a units component is available.
|
boolean |
hasVariance()
Indicates whether variance array data is present.
|
boolean |
hasWCS()
Indicates whether a WCS component is available.
|
public WrapperNdxImpl(Ndx ndx)
public int getBadBits()
NdxImplgetBadBits in interface NdxImplpublic boolean hasTitle()
NdxImplhasTitle in interface NdxImplNdxImpl.getTitle() will return a stringpublic String getTitle()
NdxImplNdxImpl.hasTitle() returns true.public boolean hasLabel()
NdxImplhasLabel in interface NdxImplNdxImpl.getLabel() will return a stringpublic String getLabel()
NdxImplNdxImpl.hasLabel() returns true.public boolean hasUnits()
NdxImplhasUnits in interface NdxImplNdxImpl.getUnits() will return a stringpublic String getUnits()
NdxImplNdxImpl.hasUnits() returns true.public boolean hasEtc()
NdxImplpublic Source getEtc()
NdxImplNdxImpl.hasEtc() returns true.
The result must represent an element, or a document with a root
element, whose tagname is "etc". This method may be called more
than once by BridgeNdx, so it must not return a source
which may have been exhausted by a previous call (for instance
an old StreamSource).public boolean hasWCS()
NdxImplpublic Object getWCS()
NdxImplNdxImpl.hasWCS() returns true.public NDArray getImage()
NdxImplpublic boolean hasVariance()
NdxImplhasVariance in interface NdxImplpublic NDArray getVariance()
NdxImplNdxImpl.hasVariance() returns true.getVariance in interface NdxImplpublic boolean hasQuality()
NdxImplhasQuality in interface NdxImplpublic NDArray getQuality()
NdxImplNdxImpl.hasQuality() returns true.getQuality in interface NdxImplCopyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.