Class GeometryManager

    • Constructor Detail

      • GeometryManager

        public GeometryManager()
        Create the GeometryManager
    • Method Detail

      • showTab

        public void showTab(Tab tab)
        Show the denoted tab.
        Parameters:
        tab - the tab to show.
      • getRules

        public GeometryRules getRules()
        Returns:
        the rules used in this manager.
      • getStyles

        public GeometryStyles getStyles()
        Returns:
        the styles used in this manager.
      • getTree

        public GeometryTree getTree()
        Returns:
        the tree used in this manager.
      • getGeometryCache

        public GeometryFileCache getGeometryCache()
        Returns:
        the geometry cache used by this manager.
      • getStyledGeometry

        public StyledGeometry getStyledGeometry(GeometryRule rule)
        Get the StyledGeometry instance for the denoted rule.
        Parameters:
        rule - the rule to retrieve the StyledGeometry for.
        Returns:
        an instance of StyledGeometry.
      • getStyledGeometries

        public Collection<StyledGeometry> getStyledGeometries()
        Returns:
        the collection of styled geometry sets.