net.refractions.udig.catalog.memory
Class NewServiceConnectionFactory

java.lang.Object
  extended by UDIGConnectionFactory
      extended by net.refractions.udig.catalog.memory.NewServiceConnectionFactory

public class NewServiceConnectionFactory
extends UDIGConnectionFactory

A ConnectionFactory for creating a new layer. The data will reside on disk.

Author:
jones

Constructor Summary
NewServiceConnectionFactory()
           
 
Method Summary
 boolean canProcess(java.lang.Object context)
           
 java.util.Map<java.lang.String,java.io.Serializable> createConnectionParameters(java.lang.Object context)
           
 java.net.URL createConnectionURL(java.lang.Object context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NewServiceConnectionFactory

public NewServiceConnectionFactory()
Method Detail

canProcess

public boolean canProcess(java.lang.Object context)

createConnectionParameters

public java.util.Map<java.lang.String,java.io.Serializable> createConnectionParameters(java.lang.Object context)

createConnectionURL

public java.net.URL createConnectionURL(java.lang.Object context)