Class SpatialSpec

    • Constructor Detail

      • SpatialSpec

        public SpatialSpec()
        Constructor.
    • Method Detail

      • path

        public String path()
        Gets path.
        Returns:
        the path.
      • path

        public SpatialSpec path​(String path)
        Sets path.
        Parameters:
        path - the path.
        Returns:
        the SpatialSpec.
      • spatialTypes

        public List<SpatialType> spatialTypes()
        Gets the collection of spatial types.
        Returns:
        the collection of spatial types.
      • spatialTypes

        public SpatialSpec spatialTypes​(List<SpatialType> spatialTypes)
        Sets the collection of spatial types.
        Parameters:
        spatialTypes - the collection of spatial types.
        Returns:
        the SpatialSpec.