Class MongoInferredMapper

Object
AbstractCollectionMapper
MongoInferredMapper
All Implemented Interfaces:
CollectionMapper

public class MongoInferredMapper extends AbstractCollectionMapper
Author:
tkunicki@boundlessgeo.com
  • Field Details

    • LOG

      public static final Logger LOG
  • Constructor Details

    • MongoInferredMapper

      public MongoInferredMapper()
    • MongoInferredMapper

      public MongoInferredMapper(MongoSchemaInitParams schemainitParams)
  • Method Details

    • getGeometryPath

      public String getGeometryPath()
    • getPropertyPath

      public String getPropertyPath(String property)
    • getGeometry

      public Geometry getGeometry(DBObject dbo)
    • toObject

      public DBObject toObject(Geometry g)
    • setGeometry

      public void setGeometry(DBObject dbo, Geometry g)
    • buildFeatureType

      public SimpleFeatureType buildFeatureType(Name name, DBCollection collection)