Uses of Class
repast.simphony.space.SpatialException
Packages that use SpatialException
-
Uses of SpatialException in repast.simphony.space.continuous
Methods in repast.simphony.space.continuous that throw SpatialExceptionModifier and TypeMethodDescriptionvoid
AbstractPointTranslator.transform
(double[] transformedLocation, double... targetLocation) Transform the given targetLocation according to default moveTo semantics.void
Transform the given targetLocation according to default moveTo semantics. -
Uses of SpatialException in repast.simphony.space.grid
Methods in repast.simphony.space.grid that throw SpatialExceptionModifier and TypeMethodDescriptionvoid
AbstractGridPointTranslator.transform
(int[] transformedLocation, int... targetLocation) Transform the given targetLocation according to default moveTo semantics.void
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
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
Transform the given targetLocation according to periodic "wrapped" semantics.