com.partnersoft.maps.tools
Class ConvertPalmMaps

java.lang.Object
  extended by com.partnersoft.maps.tools.ConvertPalmMaps

public class ConvertPalmMaps
extends java.lang.Object

Tool that copies a v3.x PalmMaps directory and generates textures.

Copyright 2004-2009 Partner Software, Inc.

Version:
$Id: ConvertPalmMaps.java 2474 2010-03-13 14:28:43Z paul $
Author:
Paul Reavis

Constructor Summary
ConvertPalmMaps()
           
 
Method Summary
static void convertConnectivity(VfsFile packratFile, VfsFile roverFile)
           
static void convertFind(VfsFile packratFile, VfsFile roverFile)
           
static void convertPackrats()
           
 void copy(java.lang.String fromPath, java.lang.String toPath)
           
 void copyTree(java.lang.String fromPath, java.lang.String toPath)
           
 boolean getPackPackages()
           
 boolean isGui()
           
 void move(java.lang.String fromPath, java.lang.String toPath)
           
 void runImp()
           
 void setGui(boolean gui)
           
 void setOptions(Cog options)
           
 void setPackPackages(boolean packPackages)
           
 void startupImp()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConvertPalmMaps

public ConvertPalmMaps()
Method Detail

setOptions

public void setOptions(Cog options)

startupImp

public void startupImp()
                throws java.lang.Exception
Throws:
java.lang.Exception

runImp

public void runImp()
            throws java.lang.Exception
Throws:
java.lang.Exception

copy

public void copy(java.lang.String fromPath,
                 java.lang.String toPath)
          throws java.io.IOException
Throws:
java.io.IOException

copyTree

public void copyTree(java.lang.String fromPath,
                     java.lang.String toPath)
              throws java.io.IOException
Throws:
java.io.IOException

move

public void move(java.lang.String fromPath,
                 java.lang.String toPath)
          throws java.io.IOException
Throws:
java.io.IOException

isGui

public boolean isGui()

setGui

public void setGui(boolean gui)

getPackPackages

public boolean getPackPackages()

setPackPackages

public void setPackPackages(boolean packPackages)

convertPackrats

public static void convertPackrats()
                            throws java.io.IOException
Throws:
java.io.IOException

convertConnectivity

public static void convertConnectivity(VfsFile packratFile,
                                       VfsFile roverFile)
                                throws java.io.IOException
Throws:
java.io.IOException

convertFind

public static void convertFind(VfsFile packratFile,
                               VfsFile roverFile)
                        throws java.io.IOException
Throws:
java.io.IOException