Class FeatureTemplate

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
      static class  FeatureTemplate.DrawingTool
      Represents a drawing tool which can be used to digitize geometries.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getDescription()
      Gets the feature template description.
      FeatureTemplate.DrawingTool getDrawingTool()
      Gets an indication of the drawing tool that could be used to draw this feature in an editing application.
      java.lang.String getName()
      Gets the name of this template.
      java.util.Map<java.lang.String,​java.lang.Object> getPrototypeAttributes()
      Gets a java.util.Map of default attribute values for a feature created with this template.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getDescription

        public java.lang.String getDescription()
        Gets the feature template description.
        Returns:
        the description
        Since:
        100.0.0
      • getDrawingTool

        public FeatureTemplate.DrawingTool getDrawingTool()
        Gets an indication of the drawing tool that could be used to draw this feature in an editing application.
        Returns:
        drawing tool that could be used to draw this feature
        Since:
        100.0.0
      • getName

        public java.lang.String getName()
        Gets the name of this template.
        Returns:
        the name of this template
        Since:
        100.0.0
      • getPrototypeAttributes

        public java.util.Map<java.lang.String,​java.lang.Object> getPrototypeAttributes()
        Gets a java.util.Map of default attribute values for a feature created with this template.
        Returns:
        a unmodifiable map of attribute names and their values
        Since:
        100.0.0