@Api(allMethods=true)
@UserImplemented
public interface EntityMapper
EntityMapper maps layer-specific objects (features, association values) to a common Entity
interface. The Entity interface allows to navigate/modify the object graph in a generic way.Entity asEntity(Object object) throws LayerException
object - the objectLayerException - oopsEntity findOrCreateEntity(String dataSourceName, Object id) throws LayerException
dataSourceName - this name uniquely identifies the entity classid - the identifier value to look forLayerException - oopsCopyright © 2015 Geosparc. All Rights Reserved.