Class LayerBuilder


  • public class LayerBuilder
    extends java.lang.Object
    Allows building a generic layer.
    Author:
    mvrueden
    • Constructor Detail

      • LayerBuilder

        public LayerBuilder()
    • Method Detail

      • withId

        public LayerBuilder withId​(java.lang.String id)
      • withNamespace

        public LayerBuilder withNamespace​(java.lang.String namespace)
      • withLabel

        public LayerBuilder withLabel​(java.lang.String label)
      • withSemanticZoomLevel

        public LayerBuilder withSemanticZoomLevel​(int szl)
      • withDescription

        public LayerBuilder withDescription​(java.lang.String description)
      • withVertexStatusProvider

        public LayerBuilder withVertexStatusProvider​(boolean vertexStatusProvider)
      • build

        public Layer build()