public class A3dwSaveOptions extends SaveOptions
Constructor and Description |
---|
A3dwSaveOptions()
Constructor of
A3dwSaveOptions |
Modifier and Type | Method and Description |
---|---|
boolean |
getExportMetaData()
Export meta data associated with Scene/Node to client
Default value is true
|
java.lang.String |
getMetaDataPrefix()
If this property is non-null, only the properties of Scene/Node that start with this prefix will be exported, and the prefix will be removed.
|
void |
setExportMetaData(boolean value)
Export meta data associated with Scene/Node to client
Default value is true
|
void |
setMetaDataPrefix(java.lang.String value)
If this property is non-null, only the properties of Scene/Node that start with this prefix will be exported, and the prefix will be removed.
|
getEncoding, getFileFormat, getFileName, getFileSystem, getLookupPaths, lookupForFile, setEncoding, setFileName, setFileSystem, setLookupPaths
public A3dwSaveOptions()
A3dwSaveOptions
public boolean getExportMetaData()
public void setExportMetaData(boolean value)
value
- New valuepublic java.lang.String getMetaDataPrefix()
public void setMetaDataPrefix(java.lang.String value)
value
- New value