Uses of Interface
de.xima.fc.common.geometry.ICardinalDirection2DMapLong
-
Packages that use ICardinalDirection2DMapLong Package Description de.xima.fc.common.geometry -
-
Uses of ICardinalDirection2DMapLong in de.xima.fc.common.geometry
Methods in de.xima.fc.common.geometry that return ICardinalDirection2DMapLong Modifier and Type Method Description static ICardinalDirection2DMapLong
CardinalDirection2DMaps. cardinalDirection2DMap(long value)
Creates a newICardinalDirection2DMapLong
with the specified value for each cardinal direction.static ICardinalDirection2DMapLong
CardinalDirection2DMaps. cardinalDirection2DMap(long[] values)
Creates a newICardinalDirection2DMapLong
with the specified values for each cardinal direction.static ICardinalDirection2DMapLong
CardinalDirection2DMaps. cardinalDirection2DMap(long northSouth, long eastWest)
Creates a newICardinalDirection2DMapLong
with the specified values for each cardinal direction.static ICardinalDirection2DMapLong
CardinalDirection2DMaps. cardinalDirection2DMap(long north, long east, long south, long west)
Creates a newICardinalDirection2DMapLong
with the specified values for each cardinal direction.static ICardinalDirection2DMapLong
CardinalDirection2DMaps. of(long value)
Creates a newICardinalDirection2DMapLong
with the specified value for each cardinal direction.static ICardinalDirection2DMapLong
CardinalDirection2DMaps. of(long[] values)
Creates a newICardinalDirection2DMapLong
with the specified values for each cardinal direction.static ICardinalDirection2DMapLong
CardinalDirection2DMaps. of(long northSouth, long eastWest)
Creates a newICardinalDirection2DMapLong
with the specified values for each cardinal direction.static ICardinalDirection2DMapLong
CardinalDirection2DMaps. of(long north, long east, long south, long west)
Creates a newICardinalDirection2DMapLong
with the specified values for each cardinal direction.
-