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 TypeMethodDescriptionvoidAbstractPointTranslator.transform(double[] transformedLocation, double... targetLocation) Transform the given targetLocation according to default moveTo semantics.voidTransform 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 TypeMethodDescriptionvoidAbstractGridPointTranslator.transform(int[] transformedLocation, int... targetLocation) Transform the given targetLocation according to default moveTo semantics.voidTransform the given targetLocation according to default moveTo semantics.voidGridPointTranslator.transform(int[] transformedLocation, int... targetLocation) Transform the given targetLocation according to this GridPointTranslator's semantics.voidTransform the given targetLocation according to this GridPointTranslator's semantics.voidWrapAroundBorders.transform(int[] transformedLocation, int... targetLocation) Transform the given targetLocation according to periodic "wrapped" semantics.voidTransform the given targetLocation according to periodic "wrapped" semantics.