| java.lang.Object org.geotools.gml.SubHandlerFactory
SubHandlerFactory | public class SubHandlerFactory (Code) | | Creates the appropriate SubHandler element for a given OGC simple geometry
type.
author: Rob Hranac, Vision for New York version: $Id: SubHandlerFactory.java 27862 2007-11-12 19:51:19Z desruisseaux $ |
Method Summary | |
public SubHandler | create(String type) Creates a new SubHandler, based on the appropriate OGC simple geometry
type. |
SubHandlerFactory | public SubHandlerFactory()(Code) | | Empty constructor.
|
create | public SubHandler create(String type)(Code) | | Creates a new SubHandler, based on the appropriate OGC simple geometry
type. Note that some types are aggregated into a generic 'multi' type.
Parameters: type - Type of SubHandler to return. DOCUMENT ME! |
|
|