com.partnersoft.v3x.apps.Staker.interfaces.shapeFile
Class ShapeFileJobTheme

java.lang.Object
  extended by com.partnersoft.v3x.apps.Staker.interfaces.shapeFile.ShapeFileJobTheme

public class ShapeFileJobTheme
extends java.lang.Object


Constructor Summary
ShapeFileJobTheme()
           
 
Method Summary
 java.util.ArrayList getDataSettings()
           
 java.io.File getDestinationDir()
           
 java.util.ArrayList getFilter()
           
 boolean getLocationSymbol()
           
 java.lang.String getName()
           
 double getPixelToFeet()
           
 float getScalingFactor()
           
 int getShapeType()
           
 ObjectTransform getTransform()
           
 boolean getTrueLocation()
           
 void setDataSettings(java.util.ArrayList newSettings)
           
 void setDestinationDir(java.io.File newDir)
           
 void setFilter(java.util.ArrayList newFilter)
           
 void setLocationSymbol(boolean newValue)
           
 void setName(java.lang.String newName)
           
 void setPixelToFeet(double newValue)
           
 void setScalingFactor(float newFactor)
           
 void setShapeType(int newShapeType)
           
 void setTransform(ObjectTransform ot)
           
 void setTrueLocation(boolean newValue)
           
 void writeJob(Job job)
           
 void writeJob(Job job, java.io.File destination)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShapeFileJobTheme

public ShapeFileJobTheme()
Method Detail

writeJob

public void writeJob(Job job,
                     java.io.File destination)

writeJob

public void writeJob(Job job)

getDataSettings

public java.util.ArrayList getDataSettings()

setDataSettings

public void setDataSettings(java.util.ArrayList newSettings)

getFilter

public java.util.ArrayList getFilter()

setFilter

public void setFilter(java.util.ArrayList newFilter)

getName

public java.lang.String getName()

setName

public void setName(java.lang.String newName)

getShapeType

public int getShapeType()

setShapeType

public void setShapeType(int newShapeType)

getDestinationDir

public java.io.File getDestinationDir()

setDestinationDir

public void setDestinationDir(java.io.File newDir)

getTransform

public ObjectTransform getTransform()

setTransform

public void setTransform(ObjectTransform ot)

getTrueLocation

public boolean getTrueLocation()

setTrueLocation

public void setTrueLocation(boolean newValue)

getPixelToFeet

public double getPixelToFeet()

setPixelToFeet

public void setPixelToFeet(double newValue)

getLocationSymbol

public boolean getLocationSymbol()

setLocationSymbol

public void setLocationSymbol(boolean newValue)

getScalingFactor

public float getScalingFactor()

setScalingFactor

public void setScalingFactor(float newFactor)