Package it.eng.spagobi.engines.geo.dataset

Examples of it.eng.spagobi.engines.geo.dataset.DataSetMetaData.addColumn()


         
          columnType = (String)columnSB.getAttribute(GeoEngineConstants.COLUMN_TYPE_ATTRIBUTE)
          logger.debug("Column [" + i + "] name [" + columnType + "]");
          Assert.assertNotNull(columnName, "Attribute [" + GeoEngineConstants.COLUMN_TYPE_ATTRIBUTE + "] of tag [" + GeoEngineConstants.COLUMN_TAG + "] cannot be null");
                 
          metaData.addColumn(columnName);
          metaData.setColumnProperty(columnName, "column_id", columnName);
          metaData.setColumnProperty(columnName, "type", columnType);
         
          if( columnType.equalsIgnoreCase("geoid")) {
            String hierarchyName = (String)columnSB.getAttribute(GeoEngineConstants.COLUMN_HIERARCHY_REF_ATTRIBUTE);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.