Class SearchFactory

java.lang.Object
org.gvsig.tools.complement.AbstractComplementFactory<org.gvsig.fmap.dal.feature.FeatureType>
org.gvsig.fmap.dal.complements.search.SearchFactory
All Implemented Interfaces:
org.gvsig.tools.complement.ComplementFactory<org.gvsig.fmap.dal.feature.FeatureType>

public class SearchFactory extends org.gvsig.tools.complement.AbstractComplementFactory<org.gvsig.fmap.dal.feature.FeatureType>
Author:
jjdelcerro
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    org.gvsig.tools.complement.Complement<org.gvsig.fmap.dal.feature.FeatureType>
    createComplement(org.gvsig.fmap.dal.feature.FeatureType object)
     
    static void
     

    Methods inherited from class org.gvsig.tools.complement.AbstractComplementFactory

    getName

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SearchFactory

      public SearchFactory()
  • Method Details

    • createComplement

      public org.gvsig.tools.complement.Complement<org.gvsig.fmap.dal.feature.FeatureType> createComplement(org.gvsig.fmap.dal.feature.FeatureType object)
    • selfRegister

      public static void selfRegister()