public class BinX extends Object
This class is not thread-safe.
Constructor and Description |
---|
BinX() |
Modifier and Type | Method and Description |
---|---|
Type |
getDefinition(String name) |
String |
getElementCountPostfix() |
String |
getParameter(String name) |
boolean |
isArrayVariableInlined() |
boolean |
isSingleDatasetStructInlined() |
DataFormat |
readDataFormat(URI uri) |
DataFormat |
readDataFormat(URI uri,
String formatName) |
void |
setArrayVariableInlined(boolean arrayVariableInlined) |
Type |
setDefinition(String name,
Type value) |
void |
setElementCountPostfix(String elementCountPostfix) |
String |
setParameter(String name,
String value) |
void |
setSingleDatasetStructInlined(boolean singleDatasetStructInlined) |
void |
setTypeMembersInlined(Properties properties) |
boolean |
setTypeMembersInlined(String typeName,
boolean b) |
String |
setVarNameMapping(String sourceName,
String targetName) |
void |
setVarNameMappings(Properties properties) |
public void setVarNameMappings(Properties properties)
public boolean setTypeMembersInlined(String typeName, boolean b)
public void setTypeMembersInlined(Properties properties)
public String getElementCountPostfix()
public void setElementCountPostfix(String elementCountPostfix)
public boolean isSingleDatasetStructInlined()
public void setSingleDatasetStructInlined(boolean singleDatasetStructInlined)
public boolean isArrayVariableInlined()
public void setArrayVariableInlined(boolean arrayVariableInlined)
public DataFormat readDataFormat(URI uri) throws BinXException, IOException
BinXException
IOException
public DataFormat readDataFormat(URI uri, String formatName) throws BinXException, IOException
BinXException
IOException
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.