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) |
mergeSystemHints
public static Precision getPrecision(Hints hints) throws FactoryRegistryException
FactoryRegistryException
public static PositionFactory getPositionFactory(Hints hints) throws FactoryRegistryException
FactoryRegistryException
public 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
FactoryRegistryException
public static AggregateFactory getAggregateFactory(Hints hints) throws FactoryRegistryException
FactoryRegistryException
public static PrimitiveFactory getPrimitiveFactory(Hints hints) throws FactoryRegistryException
FactoryRegistryException
Copyright © 1996–2019 Geotools. All rights reserved.