Documentation of 'org.opengis.go.display.canvas.map2d.Map2DController' Java class
Map2DController
org.opengis.go.display.canvas.map2d

Interface Map2DController

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      void setEnvelope(Envelope newEnvelope)
      Sets the envelope of the canvas, provided this Map2DController is the active controller.
      void setMapWidth(double newMapWidth, Unit widthUnit)
      Sets the map width of the canvas, provided this Map2DController is the active controller.
      void setPixelHeight(int newPixelHeight)
      Sets the pixel height of the canvas, provided this Map2DController is the active controller.
      void setPixelWidth(int newPixelWidth)
      Sets the pixel width of the canvas, provided this Map2DController is the active controller.
      void setScale(double newScale)
      Sets the scale of the canvas, provided this Map2DController is the active controller.
    • Method Detail

      • setPixelWidth

        void setPixelWidth(int newPixelWidth)
        Sets the pixel width of the canvas, provided this Map2DController is the active controller.
        Parameters:
        newPixelWidth - the new pixel width.
      • setPixelHeight

        void setPixelHeight(int newPixelHeight)
        Sets the pixel height of the canvas, provided this Map2DController is the active controller.
        Parameters:
        newPixelHeight - the new pixel height.
      • setMapWidth

        void setMapWidth(double newMapWidth,
                         Unit widthUnit)
        Sets the map width of the canvas, provided this Map2DController is the active controller.
        Parameters:
        newMapWidth - the new map width
        widthUnit - the unit of the newMapWidth.
      • setScale

        void setScale(double newScale)
        Sets the scale of the canvas, provided this Map2DController is the active controller.
        Parameters:
        newScale - the new scale.
      • setEnvelope

        void setEnvelope(Envelope newEnvelope)
        Sets the envelope of the canvas, provided this Map2DController is the active controller.

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.