Packages

 

com.aspose.cad.fileformats.ifc

Class IfcImage

    • Method Detail

      • getHeader

        public final IfcHeader getHeader()

        Gets the header.

        Value: The header.
      • getLayers

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

        Gets list of layers in image

      • isCached

        public boolean isCached()

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

        Specified by:
        isCached in class com.aspose.cad.DataStreamSupporter
        Returns:
        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.

        Specified by:
        cacheData in class com.aspose.cad.DataStreamSupporter
        Throws:
        com.aspose.ms.System.NotImplementedException
      • getDepth

        public final int getDepth()

        Gets the depth.

        Returns:
        The depth.
      • getStrings

        public String[] getStrings()

        Gets all string values from image.

        Overrides:
        getStrings in class Image
        Returns:
        The array with string values.