Uses of Interface
org.opengis.geometry.coordinate.GeometryFactory

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

Uses of GeometryFactory in org.geotools.factory
 

Methods in org.geotools.factory that return GeometryFactory
 GeometryFactory BasicFactories.getGeometryFactory(CoordinateReferenceSystem crs)
          Returns the geometry factory equiped to build geometries using the given coordinate reference system.
 

Uses of GeometryFactory in org.geotools.feature
 

Methods in org.geotools.feature that return GeometryFactory
 GeometryFactory AbstractFeatureFactoryImpl.getGeometryFactory()
           
 

Methods in org.geotools.feature with parameters of type GeometryFactory
 void AbstractFeatureFactoryImpl.setGeometryFactory(GeometryFactory geometryFactory)
           
 

Uses of GeometryFactory in org.geotools.geometry
 

Methods in org.geotools.geometry that return GeometryFactory
 GeometryFactory GeometryBuilder.getGeometryFactory()
           
static GeometryFactory GeometryFactoryFinder.getGeometryFactory(Hints hints)
          An implementation of GeometryFactory for the provided crs.
 

Uses of GeometryFactory in org.geotools.geometry.text
 

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

Constructors in org.geotools.geometry.text with parameters of type GeometryFactory
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.