public class GeometryFactoryFinder extends FactoryFinder
EMPTY_HINTS| Modifier and Type | Method and Description |
|---|---|
static AggregateFactory |
getAggregateFactory(Hints hints) |
static ComplexFactory |
getComplexFactory(Hints hints) |
static GeometryFactory |
getGeometryFactory(Hints hints)
An implementation of
GeometryFactory for the provided crs. |
static PositionFactory |
getPositionFactory(Hints hints) |
static Precision |
getPrecision(Hints hints) |
static PrimitiveFactory |
getPrimitiveFactory(Hints hints) |
mergeSystemHintspublic static Precision getPrecision(Hints hints) throws FactoryRegistryException
FactoryRegistryExceptionpublic static PositionFactory getPositionFactory(Hints hints) throws FactoryRegistryException
FactoryRegistryExceptionpublic static GeometryFactory getGeometryFactory(Hints hints) throws FactoryRegistryException
GeometryFactory for the provided crs.hints - A set of hints that *must* include a Hints.CRS keyFactoryRegistryException - if no implementation was found or can be created for the
GeometryFactory interface.public static ComplexFactory getComplexFactory(Hints hints) throws FactoryRegistryException
FactoryRegistryExceptionpublic static AggregateFactory getAggregateFactory(Hints hints) throws FactoryRegistryException
FactoryRegistryExceptionpublic static PrimitiveFactory getPrimitiveFactory(Hints hints) throws FactoryRegistryException
FactoryRegistryExceptionCopyright © 1996–2019 Geotools. All rights reserved.