Statistics
| Revision:

svn-gvsig-desktop / branches / v2_0_0_prep / libraries / libFMap_dataFile / src / org / gvsig / fmap / data / feature / file / dgn / operation / Register.java @ 22373

History | View | Annotate | Download (390 Bytes)

1
package org.gvsig.fmap.data.feature.file.dgn.operation;
2

    
3

    
4
public class Register {
5
        public static void selfRegister() {
6
                //Register operations
7
                if (DefaultLegendOperation.CODE < 0){
8
                        throw new RuntimeException("Register Operation exception");
9
                }
10

    
11
                if (DefaultLabelingStrategyOperation.CODE < 0){
12
                        throw new RuntimeException("Register Operation exception");
13
                }
14

    
15
        }
16
}