Uses of Enum
org.apache.sis.internal.processing.isoline.PolylineStage
Packages that use PolylineStage
-
Uses of PolylineStage in org.apache.sis.internal.processing.isoline
Methods in org.apache.sis.internal.processing.isoline that return PolylineStageModifier and TypeMethodDescriptionstatic PolylineStageReturns the enum constant of this type with the specified name.static PolylineStage[]PolylineStage.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.sis.internal.processing.isoline that return types with arguments of type PolylineStageModifier and TypeMethodDescription(package private) final Map<PolylineStage,Path2D> Isolines.toRawPath()Returns the pixel coordinates of all level, for debugging purposes only.Method parameters in org.apache.sis.internal.processing.isoline with type arguments of type PolylineStageModifier and TypeMethodDescription(package private) final voidPolylineStage.add(Map<PolylineStage, Path2D> appendTo, double[] coordinates, int size) Adds coordinates to the specified map.(package private) final voidPolylineStage.add(Map<PolylineStage, Path2D> appendTo, Shape polylines) Adds polylines to the specified map.(package private) final voidAdds polylines in the values of the given map.private Path2DPolylineStage.destination(Map<PolylineStage, Path2D> appendTo) Returns the destination where to write polylines for this stage.(package private) final voidPolylineBuffer.toRawPath(Map<PolylineStage, Path2D> appendTo) Appends the pixel coordinates of this polyline to the given path, for debugging purposes only.(package private) final voidTracer.Level.toRawPath(Map<PolylineStage, Path2D> appendTo) Appends the pixel coordinates of this level to the given path, for debugging purposes only.