Uses of Interface
org.opengis.geometry.primitive.PrimitiveFactory

Packages that use PrimitiveFactory
org.geotools.factory Utility classes which enable dynamic binding to factory implementations at runtime. 
org.geotools.geometry org.geotools.geometry.Geometry implementation. 
org.geotools.geometry.text   
 

Uses of PrimitiveFactory in org.geotools.factory
 

Methods in org.geotools.factory that return PrimitiveFactory
 PrimitiveFactory BasicFactories.getPrimitiveFactory(CoordinateReferenceSystem crs)
          Returns the primitive factory equiped to build primitives using the given coordinate reference system.
 

Uses of PrimitiveFactory in org.geotools.geometry
 

Methods in org.geotools.geometry that return PrimitiveFactory
 PrimitiveFactory GeometryBuilder.getPrimitiveFactory()
           
static PrimitiveFactory GeometryFactoryFinder.getPrimitiveFactory(Hints hints)
           
 

Uses of PrimitiveFactory in org.geotools.geometry.text
 

Methods in org.geotools.geometry.text with parameters of type PrimitiveFactory
 void WKTParser.setFactory(PrimitiveFactory factory)
          Provide a PrimitiveFactory for the parser.
 

Constructors in org.geotools.geometry.text with parameters of type PrimitiveFactory
WKTParser(GeometryFactory geometryFactory, PrimitiveFactory primitiveFactory, PositionFactory positionFactory, AggregateFactory aggregateFactory)
          Constructor takes pre-created geometry and primitive factories that will be used to parse the Well Known Text (WKT).
 



Copyright © 1996-2014 Geotools. All Rights Reserved.