Interface IPositionable
Represents an object which is able to have a concrete position within a spatial space
This interface is useful when an object needs to be managed by an environment
and to query them according to a position feature.
Position for the concrete common spatial position implementation
IEnvironment<TEntity> for a common environment interface expecting the
IPositionable contract
IGeoGridEnvironment<T> for a geospatial environment expecting the IPositionable
contract
Namespace: Mars.Interfaces.Environments
Assembly: Mars.Interfaces.dll
Syntax
public interface IPositionable
Properties
| Improve this Doc View SourcePosition
Gets or sets the contained spatial position of an object.
Declaration
Position Position { get; set; }
Property Value
Type | Description |
---|---|
Position |