org.ala.layers.client
Class Client

java.lang.Object
  extended by org.ala.layers.client.Client

public class Client
extends java.lang.Object

Main CLI class to hook into layers-store

Author:
ajay

Constructor Summary
Client()
           
 
Method Summary
static AnalysisLayerDAO getAnalysisLayerDao()
           
static FieldDAO getFieldDao()
           
static LayerDAO getLayerDao()
           
static LayerIntersectDAO getLayerIntersectDao()
           
static ObjectDAO getObjectDao()
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Client

public Client()
Method Detail

main

public static void main(java.lang.String[] args)

getLayerDao

public static LayerDAO getLayerDao()

getLayerIntersectDao

public static LayerIntersectDAO getLayerIntersectDao()

getFieldDao

public static FieldDAO getFieldDao()

getAnalysisLayerDao

public static AnalysisLayerDAO getAnalysisLayerDao()

getObjectDao

public static ObjectDAO getObjectDao()


Copyright © 2014. All Rights Reserved.