Uses of Class
repast.simphony.space.SpatialException

Packages that use SpatialException
  • Uses of SpatialException in repast.simphony.space.continuous

    Modifier and Type
    Method
    Description
    void
    AbstractPointTranslator.transform(double[] transformedLocation, double... targetLocation)
    Transform the given targetLocation according to default moveTo semantics.
    void
    AbstractPointTranslator.transform(NdPoint transformedLocation, double... targetLocation)
    Transform the given targetLocation according to default moveTo semantics.
  • Uses of SpatialException in repast.simphony.space.grid

    Modifier and Type
    Method
    Description
    void
    AbstractGridPointTranslator.transform(int[] transformedLocation, int... targetLocation)
    Transform the given targetLocation according to default moveTo semantics.
    void
    AbstractGridPointTranslator.transform(GridPoint transformedLocation, int... targetLocation)
    Transform the given targetLocation according to default moveTo semantics.
    void
    GridPointTranslator.transform(int[] transformedLocation, int... targetLocation)
    Transform the given targetLocation according to this GridPointTranslator's semantics.
    void
    GridPointTranslator.transform(GridPoint transformedLocation, int... targetLocation)
    Transform the given targetLocation according to this GridPointTranslator's semantics.
    void
    WrapAroundBorders.transform(int[] transformedLocation, int... targetLocation)
    Transform the given targetLocation according to periodic "wrapped" semantics.
    void
    WrapAroundBorders.transform(GridPoint transformedLocation, int... targetLocation)
    Transform the given targetLocation according to periodic "wrapped" semantics.