Package org.geotools.gml
Class SubHandlerFactory
Object
SubHandlerFactory
Creates the appropriate SubHandler element for a given OGC simple geometry type.
- Author:
- Rob Hranac, Vision for New York
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCreates a new SubHandler, based on the appropriate OGC simple geometry type.
-
Constructor Details
-
SubHandlerFactory
public SubHandlerFactory()Empty constructor.
-
-
Method Details
-
create
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.- TODO:
- TODO: throw an exception, not return a null
-