IfcImage

Inheritance: java.lang.Object, Image

Ifc Image class

Methods

MethodDescription
getEntities()Gets the entities. Value: The entities.
getLayers()Gets list of layers in image
isCached()Gets a value indicating whether object’s data is cached currently and no data readig is required.
cacheData()Caches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.DataStreamContainer .
getWidth()Gets the image width.
getHeight()Gets the image height.
getDepth()Gets the depth.
getStrings()Gets all string values from image.

getEntities()

public final HashMap<Integer,IIfcEntity> getEntities()

Gets the entities. Value: The entities.

Returns: HashMap<Integer,IIfcEntity>

getLayers()

public final com.aspose.ms.System.Collections.Generic.IGenericList<String> getLayers()

Gets list of layers in image

Returns: com.aspose.ms.System.Collections.Generic.IGenericList

isCached()

public boolean isCached()

Gets a value indicating whether object’s data is cached currently and no data readig is required.

Returns: boolean - true if object’s data is cached; otherwise, false .

cacheData()

public void cacheData()

Caches the data and ensures no additional data loading will be performed from the underlying DataStreamSupporter.DataStreamContainer .

Throws:

  • com.aspose.ms.System.NotImplementedException - com.aspose.ms.System.NotImplementedException

getWidth()

public int getWidth()

Gets the image width.

Returns: int - The image width.

getHeight()

public int getHeight()

Gets the image height.

Returns: int - The image height.

getDepth()

public final int getDepth()

Gets the depth.

Returns: int - The depth.

getStrings()

public String[] getStrings()

Gets all string values from image.

Returns: String[] - The array with string values.