Exemplo n.º 1
0
 ///
 ///          <summary> * (9) get attribute ProgressionOrder </summary>
 ///          * <returns> the value of the attribute </returns>
 ///
 public virtual EnumProgressionOrder getProgressionOrder()
 {
     return(EnumProgressionOrder.getEnum(getAttribute(AttributeName.PROGRESSIONORDER, null, null)));
 }
Exemplo n.º 2
0
 static JDFAutoJPEG2000Params()
 {
     atrInfoTable[0] = new AtrInfoTable(AttributeName.CODEBLOCKSIZE, 0x33333111, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[1] = new AtrInfoTable(AttributeName.LAYERSPERTILE, 0x33333111, AttributeInfo.EnumAttributeType.integer, null, "1");
     atrInfoTable[2] = new AtrInfoTable(AttributeName.LAYERRATES, 0x33333111, AttributeInfo.EnumAttributeType.string_, null, null);
     atrInfoTable[3] = new AtrInfoTable(AttributeName.NUMRESOLUTIONS, 0x33333111, AttributeInfo.EnumAttributeType.integer, null, null);
     atrInfoTable[4] = new AtrInfoTable(AttributeName.PROGRESSIONORDER, 0x33333111, AttributeInfo.EnumAttributeType.enumeration, EnumProgressionOrder.getEnum(0), null);
     atrInfoTable[5] = new AtrInfoTable(AttributeName.TILESIZE, 0x33333111, AttributeInfo.EnumAttributeType.XYPair, null, null);
 }
Exemplo n.º 3
0
 //         ---------------------------------------------------------------------
 //        Methods for Attribute ProgressionOrder
 //        ---------------------------------------------------------------------
 ///
 ///          <summary> * (5) set attribute ProgressionOrder </summary>
 ///          * <param name="enumVar">: the enumVar to set the attribute to </param>
 ///
 public virtual void setProgressionOrder(EnumProgressionOrder enumVar)
 {
     setAttribute(AttributeName.PROGRESSIONORDER, enumVar == null ? null : enumVar.getName(), null);
 }