public final class GlobalAltitudeResource extends ResourceBlock
Global altitude resource
ResourceBlock.ResourceBlockStateResouceBlockMeSaSignature, ResouceBlockSignature| Constructor and Description |
|---|
GlobalAltitudeResource()
Initializes a new instance of the
GlobalAltitudeResource class. |
| Modifier and Type | Method and Description |
|---|---|
int |
getAltitude()
Gets or sets the altitude.
|
int |
getDataSize()
Gets the resource data size in bytes.
|
int |
getMinimalVersion()
Gets the minimal required PSD version.
|
void |
setAltitude(int value)
Gets or sets the altitude.
|
getID, getName, getSignature, getSize, save, setID, setName, validateValuespublic GlobalAltitudeResource()
Initializes a new instance of the GlobalAltitudeResource class.
public int getDataSize()
Gets the resource data size in bytes.
Value: The resource data size.getDataSize in class ResourceBlockpublic int getMinimalVersion()
Gets the minimal required PSD version.
Value: The minimal PSD version.getMinimalVersion in class ResourceBlockpublic final int getAltitude()
Gets or sets the altitude.
Value: The altitude.public final void setAltitude(int value)
Gets or sets the altitude.
Value: The altitude.Copyright (c) 2008-2020 Aspose Pty Ltd. All Rights Reserved.