Class Area

    • Constructor Detail

      • Area

        public Area()
    • Method Detail

      • addToRenderLists

        protected void addToRenderLists​(ICamera camera)
        Description copied from class: SceneGraphNode
        Adds this entity to the necessary render lists after the distance to the camera and the view angle have been determined.
        Overrides:
        addToRenderLists in class SceneGraphNode
      • updateLocal

        public void updateLocal​(ITimeFrameProvider time,
                                ICamera camera)
        Description copied from class: SceneGraphNode
        Updates the transform matrix with the transformations that will apply to the children and the local transform matrix with the transformations that will apply only to this object.
        Overrides:
        updateLocal in class SceneGraphNode
      • setPerimeter

        public void setPerimeter​(double[][][] perimeter)
      • setPopulation

        public void setPopulation​(java.lang.Long population)
      • setGdp

        public void setGdp​(java.lang.Double gdp)
      • setCensusYear

        public void setCensusYear​(java.lang.Long census)
      • mustAddToIndex

        public boolean mustAddToIndex()
        Description copied from class: SceneGraphNode
        Whether to add this node to the index
        Overrides:
        mustAddToIndex in class SceneGraphNode
        Returns:
        True if the node needs to be added to the index.