Packages

 

com.aspose.cad.fileformats.iges

Class IgesImage

    • Method Detail

      • getDrawables

        public IDrawable[][] getDrawables()

        Gets geometric representation of the document

        Returns:
        First order array is document's pages, second is geometry for page
      • 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
      • getStrings

        public String[] getStrings()

        Gets all string values from image.

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