| Package | Description |
|---|---|
| org.geomajas.layer.entity |
| Modifier and Type | Method and Description |
|---|---|
Entity |
EntityMapper.asEntity(Object object)
Converts the specified object to an entity.
|
Entity |
EntityMapper.findOrCreateEntity(String dataSourceName,
Object id)
Find the existing entity with the specified id or create a new one.
|
Entity |
Entity.getChild(String name)
Returns the child entity of this entity with the specified name (attribute name).
|
| Modifier and Type | Method and Description |
|---|---|
void |
EntityCollection.addEntity(Entity entity)
Adds an entity to this collection.
|
void |
EntityCollection.removeEntity(Entity entity)
Removes an entity from this colection.
|
void |
Entity.setChild(String name,
Entity entity)
Sets the child entity with the specified name (attribute name).
|
Copyright © 2015 Geosparc. All Rights Reserved.