Method Summary |
|
public IDrawCommand | createCompositeDrawCommand(IDrawCommand[] commandsArray) |
public IDrawCommand | createCompositeDrawCommand(List<? extends IDrawCommand> commandsList) |
public DrawFeatureCommand | createDrawFeatureCommand(Feature feature, ILayer layer) Creates a new
Parameters: feature - the feature to draw Parameters: layer - the layer that the feature is part of. Parameters: model - the ViewportModel that is used to calculate size and position. |
public DrawFeatureCommand | createDrawFeatureCommand(Feature feature) Creates a new
Parameters: feature - the feature to draw Parameters: evaluationObject - the layer that the feature is part of. Parameters: model - the ViewportModel that is used to calculate size and position. |
public DrawFeatureCommand | createDrawFeatureCommand(Feature feature, CoordinateReferenceSystem crs) Creates a new
Parameters: feature - the feature to draw Parameters: evaluationObject - the layer that the feature is part of. |
public DrawShapeCommand | createDrawShapeCommand(Shape shape, Color paint, int lineStyle, int lineWidth) |
public DrawShapeCommand | createDrawShapeCommand(Shape shape, Color paint) |
public DrawShapeCommand | createDrawShapeCommand(Shape shape) |
public IDrawCommand | createEditFeaturesCommand(IViewportModel model) Creates a new
Parameters: model - The viewport model associated with the viewport that will be rendered to. |
public UndoableMapCommand | createStartAnimationCommand(IMapDisplay display, List<IAnimation> animations) |
public UndoableMapCommand | createStopAnimationCommand(IMapDisplay display, List<IAnimation> animations) |
public TranslateCommand | createTranslateCommand(Point offset) |
public TranslateCommand | createTranslateCommand(int x, int y) |
public ZoomDrawCommand | createZoomDrawCommand(int centerx, int centery, double amount) |
public static DrawCommandFactory | getInstance() |