@Api(allMethods=true) @UserImplemented public interface EntityCollection extends Iterable<Entity>
EntityCollections represent one-to-many relationships in the entity
graph.void addEntity(Entity entity) throws LayerException
entity - the entity to addLayerException - oopsvoid removeEntity(Entity entity) throws LayerException
entity - the entity to removeLayerException - oopsCopyright © 2015 Geosparc. All Rights Reserved.