Uses of Interface
de.xima.fc.common.geometry.ICardinalDirection2DMapLong
Packages that use ICardinalDirection2DMapLong
-
Uses of ICardinalDirection2DMapLong in de.xima.fc.common.geometry
Methods in de.xima.fc.common.geometry that return ICardinalDirection2DMapLongModifier and TypeMethodDescriptionstatic ICardinalDirection2DMapLongCardinalDirection2DMaps.cardinalDirection2DMap(long value) Creates a newICardinalDirection2DMapLongwith the specified value for each cardinal direction.static ICardinalDirection2DMapLongCardinalDirection2DMaps.cardinalDirection2DMap(long[] values) Creates a newICardinalDirection2DMapLongwith the specified values for each cardinal direction.static ICardinalDirection2DMapLongCardinalDirection2DMaps.cardinalDirection2DMap(long northSouth, long eastWest) Creates a newICardinalDirection2DMapLongwith the specified values for each cardinal direction.static ICardinalDirection2DMapLongCardinalDirection2DMaps.cardinalDirection2DMap(long north, long east, long south, long west) Creates a newICardinalDirection2DMapLongwith the specified values for each cardinal direction.static ICardinalDirection2DMapLongCardinalDirection2DMaps.of(long value) Creates a newICardinalDirection2DMapLongwith the specified value for each cardinal direction.static ICardinalDirection2DMapLongCardinalDirection2DMaps.of(long[] values) Creates a newICardinalDirection2DMapLongwith the specified values for each cardinal direction.static ICardinalDirection2DMapLongCardinalDirection2DMaps.of(long northSouth, long eastWest) Creates a newICardinalDirection2DMapLongwith the specified values for each cardinal direction.static ICardinalDirection2DMapLongCardinalDirection2DMaps.of(long north, long east, long south, long west) Creates a newICardinalDirection2DMapLongwith the specified values for each cardinal direction.