use of com.revolsys.elevation.tin.tin.AsciiTin in project com.revolsys.open by revolsys.
the class TriangulatedIrregularNetwork method serviceInit.
public static void serviceInit() {
IoFactoryRegistry.addFactory(new ScaledIntegerTriangulatedIrregularNetwork());
IoFactoryRegistry.addFactory(new AsciiTin());
}
Aggregations