Class ContourList

    • Field Detail

      • contours

        protected java.util.ArrayList<java.lang.Iterable<? extends LatLon>> contours
      • sector

        protected Sector sector
    • Constructor Detail

      • ContourList

        public ContourList()
      • ContourList

        public ContourList​(ContourList that)
    • Method Detail

      • getContourCount

        public int getContourCount()
      • getContour

        public java.lang.Iterable<? extends LatLon> getContour​(int index)
      • setContour

        public void setContour​(int index,
                               java.lang.Iterable<? extends LatLon> contour)
      • addContour

        public void addContour​(java.lang.Iterable<? extends LatLon> contour)
      • addAllContours

        public void addAllContours​(ContourList that)
      • removeAllContours

        public void removeAllContours()
      • getSector

        public Sector getSector()
      • computeSector

        protected void computeSector()
      • combine

        public void combine​(CombineContext cc)
        Causes this Combinable to draw its contours using the GLU tessellator attached to the provided CombineContext. When the CombineContext is in bounding sector mode, this adds the Combinable's geographic bounding sector to the CombineContext's bounding sector list. See the interface documentation for more information.
        Specified by:
        combine in interface Combinable
        Parameters:
        cc - the CombineContext to be used.
        See Also:
        CombineContext
      • combineContours

        protected void combineContours​(CombineContext cc)
      • doCombineContours

        protected void doCombineContours​(CombineContext cc)